Skip to content

Instantly share code, notes, and snippets.

@hafta
Last active February 20, 2020 02:07
Show Gist options
  • Save hafta/4a7e8e0cb0c9c117c82c56c7cbed3b2d to your computer and use it in GitHub Desktop.
Save hafta/4a7e8e0cb0c9c117c82c56c7cbed3b2d to your computer and use it in GitHub Desktop.
Mercurial work flow config
[extensions]
histedit =
rebase =
strip =
[alias]
down = up -r "p1(p1())"
outpg = log -G -r outp --color=always --template allfiles
[revsetalias]
outp = parents(outgoing())|outgoing()
[templates]
allfiles = '{label("log.changeset changeset.{phase}", "{node|short}")} {label("log.bookmark", if(bookmarks,"{bookmarks}"))}\n{date|date}\n{label("grep.user", author)}\n{desc|firstline}\n{files % \' {file}\n\'}\n'
[pager]
pager = LESS=FRSXQ less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment