##// END OF EJS Templates
Release tweaks...
Release tweaks -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Release tweaks manifest hash: ded5f9b4432ab05c28d6e0ca56adbf3d14b8e6f6 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCvGzZywK+sNU5EO8RAlzYAJ4ix4F5cKYXBo8L6UwwZJbnZa7RpgCgme9H ByLO3Pcf9RSmQEO6vxYfuLs= =7fKS -----END PGP SIGNATURE-----

File last commit:

r457:12e0fdbc 0.6 default
r457:12e0fdbc 0.6 default
Show More
hg
14 lines | 327 B | text/plain | TextLexer
mpm@selenic.com
Add back links from file revisions to changeset revisions...
r0 #!/usr/bin/env python
#
# mercurial - a minimal scalable distributed SCM
mpm@selenic.com
Release tweaks...
r457 # v0.6 "paola"
mpm@selenic.com
Add back links from file revisions to changeset revisions...
r0 #
# Copyright 2005 Matt Mackall <mpm@selenic.com>
#
# This software may be used and distributed according to the terms
# of the GNU General Public License, incorporated herein by reference.
mpm@selenic.com
migrate remaining commands...
r248 from mercurial import commands
mpm@selenic.com
Add back links from file revisions to changeset revisions...
r0
mpm@selenic.com
import and startup cleanups...
r249 commands.run()
mpm@selenic.com
Add debughash and debugindex commands
r24