##// END OF EJS Templates
Remove deprecated old-style branch support
Remove deprecated old-style branch support

File last commit:

r1698:ad4a2eef default
r3876:1e0b94cf default
Show More
hg
12 lines | 307 B | text/plain | TextLexer
mpm@selenic.com
Add back links from file revisions to changeset revisions...
r0 #!/usr/bin/env python
#
Matt Mackall
Update copyright notice
r1698 # mercurial - scalable distributed SCM
mpm@selenic.com
Add back links from file revisions to changeset revisions...
r0 #
Matt Mackall
Update copyright notice
r1698 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
mpm@selenic.com
Add back links from file revisions to changeset revisions...
r0 #
# 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()