# HG changeset patch # User Alpar Juttner # Date 2008-12-05 14:10:16 # Node ID 62c1ed05e83f8ae5835fef413cf897c6c75b777c # Parent 0f2091856dab82d5c8733b66ea477a2ed78ae648 chg-len.py does not scan any hg config file now diff --git a/scripts/chg-len.py b/scripts/chg-len.py --- a/scripts/chg-len.py +++ b/scripts/chg-len.py @@ -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 """