##// END OF EJS Templates
Replace demandload with new demandimport
Replace demandload with new demandimport

File last commit:

r3877:abaee83c default
r3877:abaee83c default
Show More
hg
11 lines | 311 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.
Matt Mackall
Replace demandload with new demandimport
r3877 import mercurial.commands
mercurial.commands.run()