##// END OF EJS Templates
bundlerepo: it was meant to be revdiff() instead of chunk()
bundlerepo: it was meant to be revdiff() instead of chunk()

File last commit:

r3877:abaee83c default
r4028:540d1059 default
Show More
hg
12 lines | 307 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.
from mercurial import commands
commands.run()