Page MenuHomePhabricator

When creating foreign stubs during SVN import, mark them imported
ClosedPublic

Authored by epriestley on Feb 3 2014, 5:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 11, 8:30 PM
Unknown Object (File)
Sun, Dec 8, 5:21 AM
Unknown Object (File)
Sat, Dec 7, 7:26 PM
Unknown Object (File)
Thu, Dec 5, 3:01 AM
Unknown Object (File)
Wed, Dec 4, 4:36 AM
Unknown Object (File)
Sat, Nov 30, 1:47 AM
Unknown Object (File)
Tue, Nov 26, 12:08 PM
Unknown Object (File)
Tue, Nov 26, 12:08 PM
Subscribers

Details

Summary

See https://github.com/facebook/phabricator/issues/501. I think the issue here is that we created a foreign stub for commit X-1, probably because commit X was created by running svn cp y x.

Test Plan

I'll write a separate test for this before I land it. Huge pain to test.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

bummer on the test pain :/

Yeah -- it's not the end of the world, it just took 30 seconds to write this and is going to take 20 minutes to write a test for.

epriestley updated this revision to Unknown Object (????).Feb 3 2014, 8:20 PM
  • Yep, spent like 20 minutes writing a test case for this.