# HG changeset patch # User Patrick Mezard # Date 1347192531 -7200 # Node ID 7a57289f81165378ec71791ac5cadf141668608b # Parent e252f9355933e4e16838841f8e5cfe7b4d35a4b8 wrappers: remove unused svnurl variable diff --git a/hgsubversion/wrappers.py b/hgsubversion/wrappers.py --- a/hgsubversion/wrappers.py +++ b/hgsubversion/wrappers.py @@ -174,7 +174,6 @@ def push(repo, dest, force, revs): old_encoding = util.swap_out_encoding() # TODO: implement --rev/#rev support # TODO: do credentials specified in the URL still work? - svnurl = repo.ui.expandpath(dest.svnurl) svn = dest.svn meta = repo.svnmeta(svn.uuid, svn.subdir)