Skip to content

Instantly share code, notes, and snippets.

@sameei
Last active August 29, 2015 14:15
Show Gist options
  • Save sameei/f1a08c7cfacaf87c5509 to your computer and use it in GitHub Desktop.
Save sameei/f1a08c7cfacaf87c5509 to your computer and use it in GitHub Desktop.
hgrc
[ui]
username = My Name <my.email@somedomain>
verbose = false
ignore = ~/.hgignore
[extensions]
color =
graphlog =
[alias]
br = branches
lg = log -l 10 -G --template 'changeset: {rev}:{node|short} - branch:{branch} - tags:{tags}\nsummary: {desc|firstline|fill68|tabindent|tabindent}\n\n'
reza = !echo "R3ZA!!!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment