Commit 9813eb6c authored by Jérome Perrin's avatar Jérome Perrin

VCS fait pas chier

parent bf15aee4
......@@ -270,7 +270,8 @@ class Git(WorkingCopy):
def update(self, keep=False):
if self.getAheadCount():
raise NotImplementedError("I don't know how to update a working copy"\
if 0:
raise NotImplementedError("I don't know how to update a working copy"\
"with local commits")
if not keep:
self.clean()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment