##// END OF EJS Templates
manifest: specify checkambig=True to revlog.__init__, to avoid ambiguity...
FUJIWARA Katsunori -
r29998:14ad8e2a default
parent child Browse files
Show More
@@ -927,7 +927,8 b' class manifestrevlog(revlog.revlog):'
927 else:
927 else:
928 self._dirlogcache = {'': self}
928 self._dirlogcache = {'': self}
929
929
930 super(manifestrevlog, self).__init__(opener, indexfile)
930 super(manifestrevlog, self).__init__(opener, indexfile,
931 checkambig=bool(dir))
931
932
932 @property
933 @property
933 def fulltextcache(self):
934 def fulltextcache(self):
General Comments 0
You need to be logged in to leave comments. Login now