# HG changeset patch # User timeless # Date 2016-02-04 22:14:53 # Node ID ade12bf2bf0e8f2b1f64f8de55af0c42118f9091 # Parent d4247c306d82d6bfe22722c026f2c7675a0c33fa rebase: mention help merge-tools in help diff --git a/hgext/rebase.py b/hgext/rebase.py --- a/hgext/rebase.py +++ b/hgext/rebase.py @@ -155,6 +155,9 @@ def rebase(ui, repo, **opts): a named branch with two heads. You will need to explicitly specify source and/or destination. + If you need to use a tool to automate merge/conflict decisions, you + can specify one with ``--tool``, see :hg:`help merge-tools`. + If a rebase is interrupted to manually resolve a conflict, it can be continued with --continue/-c or aborted with --abort/-a.