Submitter | Angel Ezquerra |
---|---|
Date | Feb. 17, 2013, 12:19 p.m. |
Message ID | <a47dcdb3e4338b6ddf36.1361103558@Angel-PC.localdomain> |
Download | mbox | patch |
Permalink | /patch/1022/ |
State | Superseded, archived |
Headers | show |
Comments
Patch
diff --git a/mercurial/subrepo.py b/mercurial/subrepo.py --- a/mercurial/subrepo.py +++ b/mercurial/subrepo.py @@ -884,6 +884,10 @@ if _updateprompt(self._ui, self, dirty, wcrev, new): self.get(state, False) + def pull(self, opts): + # pull is a no-op for SVN + return True + def push(self, opts): # push is a no-op for SVN return True