Skip to content

Instantly share code, notes, and snippets.

@Gab-km
Created February 19, 2012 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Gab-km/1864221 to your computer and use it in GitHub Desktop.
Save Gab-km/1864221 to your computer and use it in GitHub Desktop.
hg now (for Windows)
# hgrc
# hg-now is the simple alias inspired by git-now.
# (http://d.hatena.ne.jp/sinsoku/20101208/1291770514)
# and it is for Windows environments.
# if you use some Unix base operating systems, like Linux distributions, BSDs or Macs,
# please hack it in your environment.
[alias]
# create a temporary commit.
now = ! hg commit -m "[from now] %date% %time%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment