##// 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 379 self.get(state)
380 380
381 381 def push(self, force):
382 # nothing for svn
383 pass
382 # push is a no-op for SVN
383 return True
384 384
385 385 types = {
386 386 'hg': hgsubrepo,
General Comments 0
You need to be logged in to leave comments. Login now