Mercurial > hgsubversion
changeset 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 | 2a4b7a86af93 |
children | db88e528e8e6 |
files | utility_commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)