hg
11 lines
| 310 B
| text/plain
|
TextLexer
mpm@selenic.com
|
r0 | #!/usr/bin/env python | ||
# | ||||
Matt Mackall
|
r1698 | # mercurial - scalable distributed SCM | ||
mpm@selenic.com
|
r0 | # | ||
Thomas Arendsen Hein
|
r4635 | # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> | ||
mpm@selenic.com
|
r0 | # | ||
# This software may be used and distributed according to the terms | ||||
# of the GNU General Public License, incorporated herein by reference. | ||||
Matt Mackall
|
r5178 | import mercurial.dispatch | ||
mercurial.dispatch.run() | ||||