##// END OF EJS Templates
Further help improvements:...
Further help improvements: Show command aliases in 'hg help something', unless in quiet mode. Show short command description with 'hg help -q something'. Show global options in verbose mode of command help. State that Mercurial is a Distributed SCM.

File last commit:

r814:0902ffec merge default
r849:8933ef74 default
Show More
.hgignore
14 lines | 140 B | text/plain | TextLexer
Thomas Arendsen Hein
Be even more specific with .hgignore regexps, added *.swp files....
r717 \.orig$
\.rej$
~$
\.so$
\.pyc$
\.swp$
Thomas Arendsen Hein
Ignore test error files, protect dot in .pc/
r794 ^tests/.*\.err$
Thomas Arendsen Hein
Be even more specific with .hgignore regexps, added *.swp files....
r717 ^build/
^dist/
^doc/.*\.[0-9]$
^MANIFEST$
Thomas Arendsen Hein
Ignore test error files, protect dot in .pc/
r794 ^\.pc/
Thomas Arendsen Hein
Be even more specific with .hgignore regexps, added *.swp files....
r717 ^patches/
^mercurial/__version__.py$