changeset 925:7a57289f8116

wrappers: remove unused svnurl variable
author Patrick Mezard <patrick@mezard.eu>
date Sun, 09 Sep 2012 14:08:51 +0200
parents e252f9355933
children c4001eecfdb1
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
@@ -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)