Closed
Bug 1424163
Opened 8 years ago
Closed 8 years ago
Support importing multiple patches at once with hg import bz://...
Categories
(Developer Services :: Mercurial: qimportbz, enhancement)
Developer Services
Mercurial: qimportbz
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sfink, Assigned: sfink)
References
Details
Attachments
(2 files)
9.53 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
2.28 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
I had a 15-patch series I needed to import, and really didn't want to do it one at a time.
Assignee | ||
Comment 1•8 years ago
|
||
Sorry, this mixes together some rather unrelated changes. Let me know if you want me to split them out. Because I was there, I fixed up some mq stuff; it was just too confusing how it was doing things.
Also simplifies the transmission of patches to qimport, allows requesting 'all', and adds support for bz://bugno/N to specify non-obsolete patch #N.
Attachment #8935655 -
Flags: review?(gps)
Comment 3•8 years ago
|
||
Comment on attachment 8935655 [details] [diff] [review]
Allow importing multiple patch files at once
Review of attachment 8935655 [details] [diff] [review]:
-----------------------------------------------------------------
Tests would be appreciated. But they aren't critical.
Attachment #8935655 -
Flags: review?(gps) → review+
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/ec49538a6fb5
Allow importing multiple patch files at once, r=gps
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•8 years ago
|
||
\o/
The version-control-tools test stuff is working for me for the first time! (With some minor convincing required.) A glorious day I shall celebrate by writing tests for the change I just landed.
Attachment #8942014 -
Flags: review?(gps)
Comment 6•8 years ago
|
||
Comment on attachment 8942014 [details] [diff] [review]
tests for multi-patch import
Review of attachment 8942014 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you!!
Attachment #8942014 -
Flags: review?(gps) → review+
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/e58e3b6bff98
qimportbz: tests for multi-patch import , r=gps
You need to log in
before you can comment on or make changes to this bug.
Description
•