# HG changeset patch # User Jun Wu # Date 1464300701 -3600 # Node ID 56a872cba351851c39990dfb09728705aaa4dd3b # Parent a794cbc174a9717efbee2c3a852b717e6f4d34d2 wrappers: remove an unused line The "origrevcount" variable is not used and adds a cost calculating "len(meta.revmap)", therefore removed. diff --git a/hgsubversion/wrappers.py b/hgsubversion/wrappers.py --- a/hgsubversion/wrappers.py +++ b/hgsubversion/wrappers.py @@ -421,7 +421,6 @@ def pull(repo, source, heads=[], force=F ui = repo.ui start = meta.lastpulled - origrevcount = len(meta.revmap) if start <= 0: # we are initializing a new repository