branch | decodefilter |
changeset 14 | b60345141aa5 |
parent 4 | 7e618d820490 |
child 16 | e29cf107baf2 |
13:d6c0f391a662 | 14:b60345141aa5 |
---|---|
1 # $Hg: kwutil.py,v$ |
1 # $Hg: hgkw/kwutil.py,v$ |
2 |
2 |
3 from mercurial.demandload import demandload |
3 from mercurial.demandload import demandload |
4 demandload(globals(), 'mercurial:util re') |
4 demandload(globals(), 'mercurial:util re') |
5 |
5 |
6 def mkkw(repo, tip=False, node=''): |
6 def mkkw(repo, tip=False, node=''): |