Closed
Bug 1101524
Opened 11 years ago
Closed 7 years ago
Shouldn't be necessary to publish new commits to an existing review
Categories
(MozReview Graveyard :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jgraham, Unassigned)
Details
When updating a review by pushing new commits, it shouldn't be necessary to push "publish"; this is easy to forget and disruptive as it requires switching into the browser.
Comment 1•11 years ago
|
||
I think this would be best fixed by introducing some sort of flag on push to indicate publish should happen immediately, rather than publishing by default.
Having the draft state is nice because it allows you to check your push, and correct it, without ever making things public. I actually use this to do self review in the diff viewer before requesting other reviewers.
Comment 2•11 years ago
|
||
Mercurial has an internal "is ui interactive" flag. We can prompt to publish if that is enabled. That will add minimal overhead while preventing publishing of accidents.
This is arguably orthogonal to a --publish flag. But I think we should start here.
Updated•11 years ago
|
Priority: -- → P2
Comment 3•11 years ago
|
||
We have too many P1s, so I'm spreading out the priorities. P3 -> P4, P2 -> P3, and some portion of P1s will become P2.
Priority: P2 → P3
| Assignee | ||
Updated•10 years ago
|
Product: Developer Services → MozReview
Comment 4•7 years ago
|
||
MozReview is now obsolete. Please use Phabricator instead. Closing this bug.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•