##// END OF EJS Templates
git: restore basic functionality after b3040b6739ce...
Augie Fackler -
r45974:66a10bd1 default
parent child Browse files
Show More
@@ -96,6 +96,10 b' class baselogindex(object):'
96
96
97 # TODO: an interface for the changelog type?
97 # TODO: an interface for the changelog type?
98 class changelog(baselog):
98 class changelog(baselog):
99 # TODO: this appears to be an enumerated type, and should probably
100 # be part of the public changelog interface
101 _copiesstorage = b'extra'
102
99 def __contains__(self, rev):
103 def __contains__(self, rev):
100 try:
104 try:
101 self.node(rev)
105 self.node(rev)
General Comments 0
You need to be logged in to leave comments. Login now