##// END OF EJS Templates
move parseurl from cmdutil to hg
move parseurl from cmdutil to hg

File last commit:

r4635:63b9d2de default
r5177:92236732 default
Show More
hg
11 lines | 310 B | text/plain | TextLexer
#!/usr/bin/env python
#
# mercurial - scalable distributed SCM
#
# Copyright 2005-2007 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()