Closed
Bug 2024214
Opened 29 days ago
Closed 27 days ago
Support --force when pushing directly to Git
Categories
(Developer Infrastructure :: Try, enhancement)
Developer Infrastructure
Try
Tracking
(firefox150 fixed)
RESOLVED
FIXED
150 Branch
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: ahal, Assigned: ahal)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
Bug 2024214 - Ensure mach try uses --force when pushing directly to a Git repository, r?ahochheiden!
48 bytes,
text/x-phabricator-request
|
Details | Review |
When using ./mach try to push directly to a Git repository, we should be using force pushes. Typically developers push a branch, make some changes, then push again. This will fail without --force.
| Assignee | ||
Comment 1•29 days ago
|
||
Pushed by ahalberstadt@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/fe86045f747e
https://hg.mozilla.org/integration/autoland/rev/2c30cbe26539
Ensure mach try uses --force when pushing directly to a Git repository, r=ahochheiden
Comment 3•27 days ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 27 days ago
status-firefox150:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 150 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•