Merge lp:~mhall119/devscripts/fixes-947180 into lp:devscripts
Proposed by
Michael Hall
on 2012-03-05
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Merge reported by: | Benjamin Drung | ||||
| Merged at revision: | not available | ||||
| Proposed branch: | lp:~mhall119/devscripts/fixes-947180 | ||||
| Merge into: | lp:devscripts | ||||
| Diff against target: |
21 lines (+4/-1) 1 file modified
scripts/edit-patch.sh (+4/-1) |
||||
| To merge this branch: | bzr merge lp:~mhall119/devscripts/fixes-947180 | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Michael Vogt (community) | Approve on 2012-03-07 | ||
| devscripts developers | 2012-03-05 | Pending | |
|
Review via email:
|
|||
Description of the Change
Currently edit-patch does not take into consideration the currently applied/unapplied patches on a branch, it just applied them all and then unapplied them all. This can lead to more changes that the developer intends.
Before pushing unapplied patches, first save the top patch. Then, instead of popping all applied patches, pop back only to the patch that was on top before running edit-patch. This should minimize the branch changes caused by edit-patch to only those made in the quilt shell.
To post a comment you must log in.
| Michael Hall (mhall119) wrote : | # |
| Michael Vogt (mvo) wrote : | # |
Thanks, this change looks fine. I am not actually a commiter to devscripts but as the original author of
edit-patch a +1 from me for this merge.
review:
Approve

Submitted upstream: http:// bugs.debian. org/cgi- bin/bugreport. cgi?bug= 662689