Submitter | phabricator |
---|---|
Date | Feb. 25, 2018, 1:54 a.m. |
Message ID | <f208a8d608b956f8021e15f11e6b28eb@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/28351/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -78,9 +78,6 @@ __str__ = encoding.strmethod(__bytes__) - def __int__(self): - return self.rev() - def __repr__(self): return r"<%s %s>" % (type(self).__name__, str(self))