Skip to content

Instantly share code, notes, and snippets.

@LSTANCZYK
Forked from Gab-km/hgrc
Last active August 29, 2015 14:15
Show Gist options
  • Save LSTANCZYK/ac9399734712e835d84a to your computer and use it in GitHub Desktop.
Save LSTANCZYK/ac9399734712e835d84a to your computer and use it in GitHub Desktop.
# 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