##// END OF EJS Templates
rebase: mention conflict in documentation instead of merge
timeless -
r27458:d39e743e default
parent child Browse files
Show More
@@ -138,7 +138,7 b' def rebase(ui, repo, **opts):'
138 a named branch with two heads. You will need to explicitly specify source
138 a named branch with two heads. You will need to explicitly specify source
139 and/or destination.
139 and/or destination.
140
140
141 If a rebase is interrupted to manually resolve a merge, it can be
141 If a rebase is interrupted to manually resolve a conflict, it can be
142 continued with --continue/-c or aborted with --abort/-a.
142 continued with --continue/-c or aborted with --abort/-a.
143
143
144 .. container:: verbose
144 .. container:: verbose
General Comments 0
You need to be logged in to leave comments. Login now