Closed
Bug 1963801
Opened 15 days ago
Closed 14 days ago
Local VCS (hg) is different from the one defined in the repository (git) when submitting patches
Categories
(Conduit :: moz-phab, defect)
Conduit
moz-phab
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zeid, Assigned: zeid)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
This happens when a user on the old mercurial repo that was migrated to GitHub is trying to push new patches.
$ moz-phab -s --no-bug --no-wip
You didn't specify a valid command, so we ran `submit` for you, and it failed.
Local VCS (hg) is different from the one defined in the repository (git).
Workaround
- Delete
.hg/.moz-phab_phid
and.hg/.moz-phab_vcs
- Try again by passing
--force-vcs
to themoz-phab
command
Assignee | ||
Comment 1•14 days ago
|
||
Updated•14 days ago
|
Assignee: nobody → zeid
Status: NEW → ASSIGNED
Comment 2•14 days ago
|
||
Authored by https://github.com/zzzeid
https://github.com/mozilla-conduit/review/commit/0133de4c63cc29460636bbf6ba32ca11bcbe8216
[main] commands: rename cache files and skip vcs_check (Bug 1963801) r=sheehan
Status: ASSIGNED → RESOLVED
Closed: 14 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•