summaryrefslogtreecommitdiff
path: root/tests/test-hg-parseurl.py.out
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-08-22 14:49:51 +0100
committerLorry <lorry@roadtrain.codethink.co.uk>2012-08-22 14:49:51 +0100
commita498da43c7fdb9f24b73680c02a4a3588cc62d9a (patch)
treedaf8119dae1749b5165b68033a1b23a7375ce9ce /tests/test-hg-parseurl.py.out
downloadmercurial-tarball-a498da43c7fdb9f24b73680c02a4a3588cc62d9a.tar.gz
Tarball conversion
Diffstat (limited to 'tests/test-hg-parseurl.py.out')
-rw-r--r--tests/test-hg-parseurl.py.out8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test-hg-parseurl.py.out b/tests/test-hg-parseurl.py.out
new file mode 100644
index 0000000..dd19f30
--- /dev/null
+++ b/tests/test-hg-parseurl.py.out
@@ -0,0 +1,8 @@
+http://example.com/no/anchor, branches: (None, [])
+http://example.com/an/anchor, branches: ('foo', [])
+http://example.com/no/anchor/branches, branches: (None, ['foo'])
+http://example.com/an/anchor/branches, branches: ('bar', ['foo'])
+http://example.com/an/anchor/branches-None, branches: ('foo', [])
+http://example.com/, branches: (None, [])
+http://example.com/, branches: (None, [])
+http://example.com/, branches: ('foo', [])