tests/bundles/remote.hg
author Patrick Mezard <patrick@mezard.eu>
Sun, 29 Apr 2012 22:25:55 +0200
branchstable
changeset 16551 ebf6d38c9063
parent 14117 07708f4171f1
permissions -rw-r--r--
localrepo: add setparents() to adjust dirstate copies (issue3407) The fix introduced in eab9119c5dee was only partially successful. It is correct to turn dirstate 'm' merge records into normal/dirty ones but copy records are lost in the process. To adjust them as well, we need to look in the first parent manifest to know which files were added and preserve only related records. But the dirstate does not have access to changesets, the logic has to moved at another level, in localrepo.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14117
07708f4171f1 tests: create a bundle to bootstrap tests using a remote repository
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
diff changeset
     1
(binary:application/octet-stream)