subrepo: fix silent push failure for SVN (issue2241)

This commit is contained in:
Matt Mackall 2010-06-27 18:20:49 -05:00
parent a5728c19b7
commit 43cb4cbcf4

View File

@ -379,8 +379,8 @@ class svnsubrepo(object):
self.get(state)
def push(self, force):
# nothing for svn
pass
# push is a no-op for SVN
return True
types = {
'hg': hgsubrepo,