Mercurial > evolve
changeset 1920:2a28bd7eab31
discovery: removed unused oldgetitem
author | Sean Farley <sean@farley.io> |
---|---|
date | Mon, 21 Mar 2016 21:25:04 -0700 |
parents | 769b2b271422 |
children | 4898296d7d25 |
files | hgext3rd/topic/discovery.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/topic/discovery.py Mon Mar 21 21:07:41 2016 -0700 +++ b/hgext3rd/topic/discovery.py Mon Mar 21 21:25:04 2016 -0700 @@ -10,7 +10,6 @@ or bool(remote.listkeys('phases').get('publishing', False))) if publishing or not remote.capable('topics'): return orig(repo, remote, outgoing) - oldgetitem = repo.__getitem__ oldrepo = repo.__class__ oldbranchcache = branchmap.branchcache oldfilename = branchmap._filename