##// END OF EJS Templates
Mercurial 0.5...
Mercurial 0.5 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mercurial 0.5 Update version numbers Fixup MANIFEST.in manifest hash: 58db9be35685e83133f20e96265d6c434fc106c2 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCmOwHywK+sNU5EO8RAq0OAKCkMWzSMzhisTFBmT2WLj2bf+PMqwCbBv+S jNvqIQsru2JMdCQC2eG7CxU= =c20j -----END PGP SIGNATURE-----

File last commit:

r72:4a6ab4d8 default
r188:f40273b0 0.5 default
Show More
.hgignore
8 lines | 59 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$