##// END OF EJS Templates
subrepo: fix silent push failure for SVN (issue2241)
Matt Mackall -
r11455:3827728b stable
parent child Browse files
Show More
@@ -379,8 +379,8 class svnsubrepo(object):
379 self.get(state)
379 self.get(state)
380
380
381 def push(self, force):
381 def push(self, force):
382 # nothing for svn
382 # push is a no-op for SVN
383 pass
383 return True
384
384
385 types = {
385 types = {
386 'hg': hgsubrepo,
386 'hg': hgsubrepo,
General Comments 0
You need to be logged in to leave comments. Login now