Submitter | phabricator |
---|---|
Date | Sept. 7, 2020, 9:30 p.m. |
Message ID | <differential-rev-PHID-DREV-7vmnmnflqogoy2twndnp-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/47101/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/hgext/git/gitlog.py b/hgext/git/gitlog.py --- a/hgext/git/gitlog.py +++ b/hgext/git/gitlog.py @@ -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)