##// END OF EJS Templates
svnsubrepo: add new method _svnmissing...
Jordi Gutiérrez Hermoso -
r35679:1c0ee0be default
parent child Browse files
Show More
@@ -1280,6 +1280,9 b' class svnsubrepo(abstractsubrepo):'
1280 raise error.Abort(_('cannot retrieve svn tool version'))
1280 raise error.Abort(_('cannot retrieve svn tool version'))
1281 return (int(m.group(1)), int(m.group(2)))
1281 return (int(m.group(1)), int(m.group(2)))
1282
1282
1283 def _svnmissing(self):
1284 return not self.wvfs.exists('.svn')
1285
1283 def _wcrevs(self):
1286 def _wcrevs(self):
1284 # Get the working directory revision as well as the last
1287 # Get the working directory revision as well as the last
1285 # commit revision so we can compare the subrepo state with
1288 # commit revision so we can compare the subrepo state with
General Comments 0
You need to be logged in to leave comments. Login now