hg
14 lines
| 327 B
| text/plain
|
TextLexer
mpm@selenic.com
|
r0 | #!/usr/bin/env python | ||
# | ||||
# mercurial - a minimal scalable distributed SCM | ||||
mpm@selenic.com
|
r457 | # v0.6 "paola" | ||
mpm@selenic.com
|
r0 | # | ||
# Copyright 2005 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. | ||||
mpm@selenic.com
|
r248 | from mercurial import commands | ||
mpm@selenic.com
|
r0 | |||
mpm@selenic.com
|
r249 | commands.run() | ||
mpm@selenic.com
|
r24 | |||