This happens when a user on the old mercurial repo that was migrated to GitHub is trying to push new patches. **Workaround** - Delete `.hg/.moz-phab_phid` and `.hg/.moz-phab_vcs` - Try again by passing `--force-vcs` to the `moz-phab` command
Bug 1963801 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
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 the `moz-phab` command