diff utility_commands.py @ 165:a05250261102

Fix "hg svn outgoing" help text.
author Martin Geisler <mg@daimi.au.dk>
date Tue, 30 Dec 2008 19:24:16 -0600
parents 7a58ff3502b7
children e37f9d3fd5e7
line wrap: on
line diff
--- 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)