Merge with crew-stable

This commit is contained in:
Patrick Mezard 2010-04-12 21:55:34 +02:00
commit 5aacf29983
3 changed files with 6 additions and 1 deletions

View File

@ -178,7 +178,7 @@ def issvnurl(ui, url):
path = os.path.abspath(url)
if proto == 'file':
path = path.replace(os.sep, '/')
check = protomap.get(proto, lambda p, p2: False)
check = protomap.get(proto, lambda *args: False)
while '/' in path:
if check(ui, path, proto):
return True

View File

@ -62,4 +62,7 @@ hg convert a b
echo % "contents of fncache file:"
cat b/.hg/store/fncache
echo '% test bogus URL'
hg convert -q bzr+ssh://foobar@selenic.com/baz baz
true

View File

@ -287,3 +287,5 @@ converting...
% contents of fncache file:
data/a.i
data/b.i
% test bogus URL
abort: bzr+ssh://foobar@selenic.com/baz: missing or unsupported repository