Closed
Bug 2036719
Opened 23 days ago
Closed 14 days ago
moz-phab --no-stack doesn't work as suggested?
Categories
(Conduit :: moz-phab, defect)
Conduit
moz-phab
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
MozPhab 2.14.0 (Python 3.13.12, Linux)
with
$ moz-phab submit --no-stack
for bug 2036402
it still linked all the reviews with each others
while the help says:
--no-stack Submit multiple commits, but do not mark them as dependent.
| Assignee | ||
Comment 1•23 days ago
|
||
The --no-stack flag was declared in argparse but never read, so new
revisions were always linked via parent_rev_phid. Skip the parent when
the flag is set.
Updated•23 days ago
|
Assignee: nobody → sledru
Status: NEW → ASSIGNED
Updated•21 days ago
|
Keywords: regression
Regressed by: 1529766
Comment 2•14 days ago
|
||
Authored by https://github.com/sylvestre
https://github.com/mozilla-conduit/review/commit/9da36d5145859f334abd14d4284af196a7978741
[main] Bug 2036719 - submit: honour --no-stack when creating revisions r=sheehan
Status: ASSIGNED → RESOLVED
Closed: 14 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•