( )⚙ D1051 conflictinfo: handle path conflicts

This is an archive of the discontinued Mercurial Phabricator instance.

conflictinfo: handle path conflicts
ClosedPublic

Authored by mbthomas on Oct 13 2017, 5:49 AM.
Tags
None
Subscribers

Details

Reviewers
ryanmce
Group Reviewers
Restricted Project
Commits
rFBHGX15215c1c699e: conflictinfo: handle path conflicts
Summary

Upstream recently added path conflicts as a concept. Update the
conflictinfo extension to understand and show path conflicts.

Path conflicts are different to other kinds of conflicts, so appear
in a separate list in the form:

"pathconflicts:" [{
    "path": "path/to/directory",
    "fileorigin": "local",   # or "remote"
    "renamedto": "path/to/renamedfile"
}]

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

mbthomas created this revision.Oct 13 2017, 5:49 AM
Herald added a reviewer: Restricted Project. · View Herald TranscriptOct 13 2017, 5:49 AM
ryanmce accepted this revision.Oct 13 2017, 9:57 AM
ryanmce added a subscriber: ryanmce.

Thanks

This revision is now accepted and ready to land.Oct 13 2017, 9:57 AM
This revision was automatically updated to reflect the committed changes.