# HG changeset patch # User Sushil khanchi # Date 2018-07-22 16:38:14 # Node ID 571361e471370c3756105059baf493c08e436164 # Parent 2cf0b8b830ba266fee2f69336f4268528f0619a6 rebase: include --stop option in documentation Differential Revision: https://phab.mercurial-scm.org/D3970 diff --git a/hgext/rebase.py b/hgext/rebase.py --- a/hgext/rebase.py +++ b/hgext/rebase.py @@ -733,7 +733,8 @@ def rebase(ui, repo, **opts): deleted, there is no hook presently available for this. If a rebase is interrupted to manually resolve a conflict, it can be - continued with --continue/-c or aborted with --abort/-a. + continued with --continue/-c, aborted with --abort/-a, or stopped with + --stop. .. container:: verbose