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)
Thu, Jan 16, 5:33 AM
Unknown Object (File)
Fri, Dec 27, 1:04 AM
Unknown Object (File)
Dec 11 2024, 8:30 PM
Unknown Object (File)
Dec 8 2024, 5:21 AM
Unknown Object (File)
Dec 7 2024, 7:26 PM
Unknown Object (File)
Dec 5 2024, 3:01 AM
Unknown Object (File)
Dec 4 2024, 4:36 AM
Unknown Object (File)
Nov 30 2024, 1:47 AM
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.