comparison tests/test-import.out @ 5986:a732eebf1958

hg import: write the dirstate after every commit This allows the transaction system to backup the correct file, so that a future rollback can do the right thing. This should fix issue963.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Sun, 03 Feb 2008 21:03:46 -0200
parents 03ce5a919ae3
children 30d2fecaab76
comparison
equal deleted inserted replaced
5985:850494d62674 5986:a732eebf1958
110 applying patch from stdin 110 applying patch from stdin
111 email patch 111 email patch
112 112
113 next line 113 next line
114 --- 114 ---
115 % import patch1 patch2; rollback
116 parent: 0
117 applying ../patch1
118 applying ../patch2
119 rolling back last transaction
120 parent: 1
115 % hg import in a subdirectory 121 % hg import in a subdirectory
116 requesting all changes 122 requesting all changes
117 adding changesets 123 adding changesets
118 adding manifests 124 adding manifests
119 adding file changes 125 adding file changes