# HG changeset patch # User Martin Geisler # Date 1230686656 21600 # Node ID a052502611021f88d9ea3c6ee70f6e18d3a472a4 # Parent 2a4b7a86af9316e934a18ab0ceabe6674e89b932 Fix "hg svn outgoing" help text. diff --git a/utility_commands.py b/utility_commands.py --- a/utility_commands.py +++ b/utility_commands.py @@ -132,7 +132,7 @@ def rebase_commits(ui, repo, hg_repo_pat @util.register_subcommand('outgoing') def show_outgoing_to_svn(ui, repo, hg_repo_path, **opts): - """Commit the current revision and any required parents back to svn. + """Show changesets not yet pushed to SVN. """ hge = hg_delta_editor.HgChangeReceiver(hg_repo_path, ui_=ui)