# HG changeset patch # User Alpar Juttner # Date 1228482616 0 # Node ID 62c1ed05e83f8ae5835fef413cf897c6c75b777c # Parent 0f2091856dab82d5c8733b66ea477a2ed78ae648 chg-len.py does not scan any hg config file now 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 """