tests/test-hg-parseurl.py
branchstable
changeset 12865 4c50552fc9bc
parent 10365 d757bc0c7865
child 13897 375872fdadba
equal deleted inserted replaced
12864:ef0b8b1bcd63 12865:4c50552fc9bc
     1 #!/usr/bin/env python
       
     2 
       
     3 from mercurial.hg import parseurl
     1 from mercurial.hg import parseurl
     4 
     2 
     5 def testparse(url, branch=[]):
     3 def testparse(url, branch=[]):
     6     print '%s, branches: %r' % parseurl(url, branch)
     4     print '%s, branches: %r' % parseurl(url, branch)
     7 
     5