branch | decodefilter |
changeset 14 | b60345141aa5 |
parent 4 | 7e618d820490 |
child 15 | 4bd44185f781 |
13:d6c0f391a662 | 14:b60345141aa5 |
---|---|
1 # $Hg: hgkwdecode.py,v$ |
1 # $Hg: hgkw/hgkwdecode.py,v$ |
2 |
2 |
3 from mercurial.demandload import demandload |
3 from mercurial.demandload import demandload |
4 demandload(globals(), 'hgkw:kwutil mercurial:localrepo re sys') |
4 demandload(globals(), 'hgkw:kwutil mercurial:localrepo re sys') |
5 |
5 |
6 def kwdecode(): |
6 def kwdecode(): |