Closed
Bug 1284366
Opened 10 years ago
Closed 10 years ago
git mozreview push shows message about requiring the review board client extension with cinnabar 0.4.0b1
Categories
(MozReview Graveyard :: Integration: Git, defect)
MozReview Graveyard
Integration: Git
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
The message in question:
REVIEWBOARD: You need to have the reviewboard client extension installed in order to perform code reviews.
REVIEWBOARD: See https://hg.mozilla.org/hgcustom/version-control-tools/file/tip/hgext/reviewboard/README.rst
That can be argued as a problem in cinnabar not prefixing with "remote: ", but there also is a problem in git-mozreview: it's assuming "REVIEWBOARD:" is always preceded with "remote:", which may not well be the case if/when cinnabar is localized.
| Assignee | ||
Comment 1•10 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/62224/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/62224/
Attachment #8767806 -
Flags: review?(gps)
Comment 2•10 years ago
|
||
Comment on attachment 8767806 [details]
Bug 1284366 - Hide server messages containing "REVIEWBOARD:", whether they are preceded with "remote:" or not.
https://reviewboard.mozilla.org/r/62224/#review59192
Attachment #8767806 -
Flags: review?(gps) → review+
Pushed by gszorc@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/530a34bf549a
Hide server messages containing "REVIEWBOARD:", whether they are preceded with "remote:" or not. r=gps
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•