Closed
Bug 1458191
Opened 7 years ago
Closed 7 years ago
Catch git-cinnabar diffs pushed to Mercurial repositories submitted using unmodified arc client
Categories
(Conduit :: Phabricator, enhancement)
Conduit
Phabricator
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zalun, Assigned: zalun)
References
Details
(Keywords: conduit-triaged)
Attachments
(1 file)
Using git-cinnabar to work on Mercurial repositories requires using a forked Arcanist.
We need to catch a Diff created from the git-cinnabar repository with the Arcanist installed directly from Phacility.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → extensions
Component: Phabricator → Extensions
Product: Conduit → Bugzilla
QA Contact: default-qa
Summary: Catch Git diffs pushed to Mercurial repositories → PhabBugz: Catch Git diffs pushed to Mercurial repositories
Summary: PhabBugz: Catch Git diffs pushed to Mercurial repositories → PhabBugz: Catch git-cinnabar diffs pushed to Mercurial repositories submitted using unmodified arc client
Comment 1•7 years ago
|
||
Why has this become part of PhabBugz? Doesn't seem like this should have anything to do with bugzilla?
| Assignee | ||
Comment 2•7 years ago
|
||
Shouldn't it be catched within Feed.pm?
| Assignee | ||
Comment 3•7 years ago
|
||
Moved it back to Phabricator - it is possible to make it work by patching the DifferentialCreateDiffConduitAPIMethod.php
Assignee: extensions → nobody
Component: Extensions → Phabricator
Product: Bugzilla → Conduit
QA Contact: default-qa
| Assignee | ||
Updated•7 years ago
|
Summary: PhabBugz: Catch git-cinnabar diffs pushed to Mercurial repositories submitted using unmodified arc client → Catch git-cinnabar diffs pushed to Mercurial repositories submitted using unmodified arc client
Updated•7 years ago
|
Keywords: conduit-triaged
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → pzalewa
Comment 4•7 years ago
|
||
Creating a diff will now throw an exception if local VCS is not the same
as defined in the repository on Phabricator.
Updated•7 years ago
|
Attachment #8973164 -
Attachment description: WIP Abort when local VCS is different than the repository one. → cinnabar: Abort when local VCS is different than the repository one.
| Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•