changeset 1425:56a872cba351

wrappers: remove an unused line The "origrevcount" variable is not used and adds a cost calculating "len(meta.revmap)", therefore removed.
author Jun Wu <quark@fb.com>
date Thu, 26 May 2016 23:11:41 +0100
parents a794cbc174a9
children 6ad1755f9e3f
files hgsubversion/wrappers.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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