提交 81a934f1 编写于 作者: C Carl Meyer

fix for bzr branches using shared repos

上级 58ad6a2d
......@@ -3398,7 +3398,6 @@ class Bazaar(VersionControl):
for line in urls.splitlines():
line = line.strip()
for x in ('checkout of branch: ',
'repository branch: ',
'parent branch: '):
if line.startswith(x):
return line.split(x)[1]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册