COIN-OR::LEMON - Graph Library

Changeset 439:62c1ed05e83f in lemon


Ignore:
Timestamp:
12/05/08 14:10:16 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
442:ff48c2738fb2, 444:cace3206223b, 491:68fe66e2b34a
Phase:
public
Message:

chg-len.py does not scan any hg config file now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/chg-len.py

    r390 r439  
    44
    55from mercurial import ui, hg
     6from mercurial import util
     7
     8util.rcpath = lambda : []
    69
    710if len(sys.argv)>1 and sys.argv[1] in ["-h","--help"]:
Note: See TracChangeset for help on using the changeset viewer.