##// END OF EJS Templates
Support for 'hg --version'. setup.py stores version from hg repository....
Support for 'hg --version'. setup.py stores version from hg repository. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Support for 'hg --version'. setup.py stores version from hg repository. manifest hash: c69058298ea12035f2cf356f987ba2fb5ff4bbae -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCtD6ZW7P1GVgWeRoRAnGHAKCLscthht2UlBEMDmxL9cku4PlcswCffOVo wTOhYkW4Ie5+8bdmL8EqsvY= =uGpn -----END PGP SIGNATURE-----

File last commit:

r423:25afb21d default
r423:25afb21d default
Show More
.hgignore
11 lines | 99 B | text/plain | TextLexer
mpm@selenic.com
Ignore .orig and .rej files from patch
r51 .*\.orig
.*\.rej
mpm@selenic.com
Update README to discuss remote pull, rsync, and the hg repo...
r1 .*~
mpm@selenic.com
Add an O(m + nlog n) patching extension
r72 .*\.so
mpm@selenic.com
Ignore build/ and .pyc files
r3 .*pyc
build/.*
mpm@selenic.com
Ignore MANIFEST
r8 dist/
MANIFEST$
mpm@selenic.com
ignore files associated with quilt...
r352 .pc/
Thomas Arendsen Hein
Support for 'hg --version'. setup.py stores version from hg repository....
r423 patches/
mercurial/__version__.py$