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): ...@@ -270,7 +270,8 @@ class Git(WorkingCopy):
def update(self, keep=False): def update(self, keep=False):
if self.getAheadCount(): 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") "with local commits")
if not keep: if not keep:
self.clean() 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