Language: NoFormat
My list of aliases for Mercurial DSCM
[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"
Tags:
Report Abuse
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search

