changeset 13106:c869bd9e1193

subrepo: gitsubrepo should inherit from abstractsubrepo
author Eric Eisner <ede@mit.edu>
date Thu, 09 Dec 2010 16:52:14 -0500
parents 5dac0d04b838
children 3bc237b0eaea
files mercurial/subrepo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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