Closed
Bug 1970168
Opened 1 year ago
Closed 1 year ago
mach try: remove the migration message
Categories
(Developer Infrastructure :: Try, task)
Developer Infrastructure
Try
Tracking
(firefox141 fixed)
RESOLVED
FIXED
141 Branch
| Tracking | Status | |
|---|---|---|
| firefox141 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: sheehan)
References
Details
Attachments
(1 file)
We can probably remove this warning now:
Note: `--push-to-lando` is now the default behaviour of `mach try`.
Note: Use `--push-to-vcs` to push changes to try directly.
it has been more 8 months.
People who need --push-to-vcs will know about this
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → sheehan
| Assignee | ||
Comment 1•1 year ago
|
||
--push-to-lando has been the default behaviour of mach try
for some time. Remove the warning messages about the default
behaviour change. After removing the messages, the push_to_lando
flag is unused, so remove it from the function definition and
all callers. After that the flag can be removed entirely as
it is currently suppressed in help output.
Pushed by cosheehan@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/de19dc133e90
https://hg.mozilla.org/integration/autoland/rev/906bc969a4ca
remove `--push-to-lando` flag and warning messages r=sylvestre
Comment 3•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•