hgext/git/gitlog.py
changeset 45414 66a10bd1b8db
parent 45413 8ddbb75bad09
child 45521 e7587430ca23
--- a/hgext/git/gitlog.py	Mon Sep 07 15:31:34 2020 -0400
+++ b/hgext/git/gitlog.py	Mon Sep 07 15:46:56 2020 -0400
@@ -96,6 +96,10 @@
 
 # TODO: an interface for the changelog type?
 class changelog(baselog):
+    # TODO: this appears to be an enumerated type, and should probably
+    # be part of the public changelog interface
+    _copiesstorage = b'extra'
+
     def __contains__(self, rev):
         try:
             self.node(rev)