gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
chg-len.py does not scan any hg config file now
0 1 0
default
1 file changed with 3 insertions and 0 deletions:
↑ Collapse diff ↑
Ignore white space 6 line context
... ...
@@ -3,6 +3,9 @@
3 3
import sys
4 4

	
5 5
from mercurial import ui, hg
6
from mercurial import util
7

	
8
util.rcpath = lambda : []
6 9

	
7 10
if len(sys.argv)>1 and sys.argv[1] in ["-h","--help"]:
8 11
    print """
0 comments (0 inline)