提交 6d5841ee 编写于 作者: J Jannis Leidel

Fixed an issue with updating editable packages from Git repositories

上级 4a73d683
......@@ -2942,7 +2942,7 @@ class Git(VersionControl):
rev_options = [rev]
rev_display = ' (to revision %s)' % rev
else:
rev_options = ['master']
rev_options = ['origin/master']
rev_display = ''
clone = True
if os.path.exists(os.path.join(dest, self.dirname)):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册