darcs

Issue 2430 sub-command rebase amend

Title sub-command rebase amend
Priority wishlist Status unknown
Milestone Resolved in
Superseder Nosy List bfrk
Assigned To
Topics

Created on 2015-01-30.15:40:49 by bfrk, last changed 2015-02-02.22:46:14 by bfrk.

Messages
msg17965 (view) Author: bfrk Date: 2015-01-30.15:40:47
Something I am missing from the rebase command is 'rebase amend'. The
idea is that this should enable me to amend a patch even though other
patches depend on it. It should work similar to 'rebase pull', i.e.
suspend (only) the patches that depend on the one I select for amending.

Very useful if you record a number of small changes in sequence and
afterwards find you made a small mistake 5 patches ago, want to amend
it, and then find that you can't because some of the others depend on
it. Could of course suspend them all but it would be nice if darcs could
help you by finding out which need to be suspended and which not.
History
Date User Action Args
2015-01-30 15:40:49bfrkcreate
2015-02-02 22:46:14bfrksetpriority: feature -> wishlist