Closed
Bug 1353193
Opened 8 years ago
Closed 8 years ago
The "hg conduitstage" command should take an optional "--topic" argument to specify the topic that should be updated.
Categories
(Conduit :: General, enhancement)
Conduit
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: imadueme, Assigned: imadueme)
References
()
Details
Attachments
(1 file)
No description provided.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8854199 [details]
hgext: add --topic option to conduitstage command to speficy a topic to update (bug 1353193).
https://reviewboard.mozilla.org/r/126154/#review128740
Steps for testing?
Assignee | ||
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8854199 [details]
hgext: add --topic option to conduitstage command to speficy a topic to update (bug 1353193).
https://reviewboard.mozilla.org/r/126154/#review128918
::: hgext/conduit-client/client.py:65
(Diff revision 2)
> _('no revision specified and --drafts unset.'),
> hint=_('use either the --rev flag or --drafts flag'))
>
> revset = rev if rev else '.'
> nodes = get_commits(ui, repo, revset, drafts)
> ids = [repo[node].hex() for node in nodes]
Give a better name `commit_ids`.
Attachment #8854199 -
Flags: review-
Comment hidden (mozreview-request) |
Comment 6•8 years ago
|
||
mozreview-review |
Comment on attachment 8854199 [details]
hgext: add --topic option to conduitstage command to speficy a topic to update (bug 1353193).
https://reviewboard.mozilla.org/r/126154/#review128924
Attachment #8854199 -
Flags: review?(dwalsh) → review+
Pushed by mcote@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/9f5af6d5655a
hgext: add --topic option to conduitstage command to specify a topic to update . r=davidwalsh
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•