support -i flag as per git
Bug #243150 reported by
Robert Collins
This bug affects 23 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-rewrite |
Triaged
|
Wishlist
|
Kirill Müller |
Bug Description
git-rebase -i has nice capabilities for editing commits done in a hurry. While rewriting shared history is problematic, editing local history isn't, and there is no reason not to support that.
Changed in bzr-rebase: | |
assignee: | nobody → lifeless |
Changed in bzr-rebase: | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Changed in bzr-rewrite: | |
assignee: | Robert Collins (lifeless) → nobody |
To post a comment you must log in.
18:03 < lifeless> so it sounds like my plan is: sufficient?
18:03 < lifeless> -i should generate the plan and not execure
18:03 < lifeless> there should be some sort of edit-plan call
18:03 < lifeless> after which the plan is adjusted as needed to
accomodate
18:04 < lifeless> refactor stuff so there is an 'execute_plan' method
18:04 < lifeless> which will know how to drop commits, and return to the
shell to edit commits that are selected to edit
18:04 < lifeless> does that sound complete/
18:06 < jelmer> yeah