CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Language: NoFormat

My list of aliases for Mercurial DSCM

219 Views
Copy Code Show/Hide Line Numbers
[alias]
# show author and revision number
blame = annotate -u -n
 
# clearer Git style diff output
dif = diff --git
 
log5 = log --limit 5
log10 = log --limit 10
log25 = log --limit 25
 
slog = log --template "{rev}:{node|short} {desc|firstline}\n"
slog5 = log --limit 5 --template "{rev}:{node|short} {desc|firstline}\n"
slog10 = log --limit 10 --template "{rev}:{node|short} {desc|firstline}\n"
slog25 = log --limit 25 --template "{rev}:{node|short} {desc|firstline}\n"
by Al Gonzalez
  February 05, 2010 @ 8:13am
Tags:

Add a comment


Report Abuse
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate