##// END OF EJS Templates
subrepo: gitsubrepo should inherit from abstractsubrepo
Eric Eisner -
r13106:c869bd9e default
parent child Browse files
Show More
@@ -604,7 +604,7 b' class svnsubrepo(abstractsubrepo):'
604 return self._svncommand(['cat'], name)
604 return self._svncommand(['cat'], name)
605
605
606
606
607 class gitsubrepo(object):
607 class gitsubrepo(abstractsubrepo):
608 def __init__(self, ctx, path, state):
608 def __init__(self, ctx, path, state):
609 # TODO add git version check.
609 # TODO add git version check.
610 self._state = state
610 self._state = state
General Comments 0
You need to be logged in to leave comments. Login now