hg
12 lines
| 307 B
| text/plain
|
TextLexer
mpm@selenic.com
|
r0 | #!/usr/bin/env python | ||
# | ||||
Matt Mackall
|
r1698 | # mercurial - scalable distributed SCM | ||
mpm@selenic.com
|
r0 | # | ||
Matt Mackall
|
r1698 | # Copyright 2005, 2006 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. | ||||
mpm@selenic.com
|
r248 | from mercurial import commands | ||
mpm@selenic.com
|
r0 | |||
mpm@selenic.com
|
r249 | commands.run() | ||