[Lemon-commits] Alpar Juttner: chg-len.py does not scan any hg c...
Lemon HG
hg at lemon.cs.elte.hu
Fri Dec 5 14:13:05 CET 2008
details: http://lemon.cs.elte.hu/hg/lemon/rev/62c1ed05e83f
changeset: 439:62c1ed05e83f
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Fri Dec 05 13:10:16 2008 +0000
description:
chg-len.py does not scan any hg config file now
diffstat:
1 file changed, 3 insertions(+)
scripts/chg-len.py | 3 +++
diffs (13 lines):
diff -r 0f2091856dab -r 62c1ed05e83f scripts/chg-len.py
--- a/scripts/chg-len.py Fri Dec 05 10:38:32 2008 +0000
+++ b/scripts/chg-len.py Fri Dec 05 13:10:16 2008 +0000
@@ -3,6 +3,9 @@
import sys
from mercurial import ui, hg
+from mercurial import util
+
+util.rcpath = lambda : []
if len(sys.argv)>1 and sys.argv[1] in ["-h","--help"]:
print """
More information about the Lemon-commits
mailing list