diff push_cmd.py @ 230:4c3bad24f950

rebase: cleanup slightly.
author Augie Fackler <durin42@gmail.com>
date Mon, 30 Mar 2009 16:11:45 -0500
parents 330f0b15d417
children 33e885f5f86a
line wrap: on
line diff
--- a/push_cmd.py
+++ b/push_cmd.py
@@ -82,7 +82,7 @@ def push_revisions_to_subversion(ui, rep
                 if ctx.node() == oldest:
                     return
                 extra['branch'] = ctx.branch()
-            utility_commands.rebase_commits(ui, repo, hg_repo_path,
+            utility_commands.rebase_commits(ui, repo,
                                             extrafn=extrafn,
                                             sourcerev=needs_transplant,
                                             **opts)