Skip to content

Sorta helpful mercurial command line stuff from primary git user.

Notifications You must be signed in to change notification settings

janson/mercurial-cli-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mercurial CLI Templates

Some very useful CLI templates borrowed & modied from steve losh

Best of Breed Resources

Example .hgrc

[ui]
username = Full Name <[email protected]>

[alias]
slog = log --style=$PATH/mercurial-cli-templates/map-cmdline.slog
nlog = log --style=$PATH/mercurial-cli-templates/map-cmdline.nlog

[diff]
git = True

[pager]
pager = LESS='FSRX' less
attend = annotate, cat, diff, export, glog, log, qdiff, slog, nlog

[extensions]
pager =
fetch =
graphlog =
color =

About

Sorta helpful mercurial command line stuff from primary git user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published