##// 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
#!/usr/bin/env python
#
# mercurial - scalable distributed SCM
#
# Copyright 2005, 2006 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.
import mercurial.commands
mercurial.commands.run()