This is an archive of the discontinued Mercurial Phabricator instance.

convert: fix the RevisionSpec import in the bzr module
ClosedPublic

Authored by singhsrb on Oct 4 2017, 4:45 PM.

Details

Summary

This import was failing (because its invalid) which was resulting in
the following tests failing with chg running:

  • test-convert-bzr.t
  • test-convert-bzr-directories.t
  • test-convert-bzr-ghosts.t
  • test-convert-bzr-treeroot.t
  • test-convert-bzr-114.t
  • test-convert-bzr-merges.t

This commit fixes the import which in turn fixes the tests.

Test Plan

Ran the aforementioned tests with and without '--chg' option.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

singhsrb created this revision.Oct 4 2017, 4:45 PM
singhsrb edited the summary of this revision. (Show Details)Oct 4 2017, 8:51 PM
singhsrb updated this revision to Diff 2444.

Updating D936: updating the summary to include test.

quark accepted this revision.Oct 5 2017, 12:47 AM
durin42 accepted this revision.Oct 5 2017, 11:07 AM
This revision is now accepted and ready to land.Oct 5 2017, 11:07 AM
This revision was automatically updated to reflect the committed changes.