subrepo: gitsubrepo should inherit from abstractsubrepo
authorEric Eisner <ede@mit.edu>
Thu, 09 Dec 2010 16:52:14 -0500
changeset 13106 c869bd9e1193
parent 13104 5dac0d04b838
child 13107 3bc237b0eaea
subrepo: gitsubrepo should inherit from abstractsubrepo
mercurial/subrepo.py
--- a/mercurial/subrepo.py	Wed Dec 08 13:12:12 2010 -0600
+++ b/mercurial/subrepo.py	Thu Dec 09 16:52:14 2010 -0500
@@ -604,7 +604,7 @@
         return self._svncommand(['cat'], name)
 
 
-class gitsubrepo(object):
+class gitsubrepo(abstractsubrepo):
     def __init__(self, ctx, path, state):
         # TODO add git version check.
         self._state = state