-
-
Save Gab-km/1864221 to your computer and use it in GitHub Desktop.
hg now (for Windows)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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