Mercurial > hg
view tests/test-addremove.out @ 6297:fed1a9c22076
dirstate.remove: during merges, remember the previous file state
We encode the previous state as a negative file size (AFAICS, previous
versions of hg always have size == 0 when state == 'r').
We save the state of 'm'erged and dirty files, because they're the
two states that indicate that a file has to be committed on a merge
to correctly record per-file history.
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Tue, 18 Mar 2008 04:07:39 -0300 |
parents | ff3ea21a981a |
children | c978d6752dbb |
line wrap: on
line source
adding dir/bar adding foo dir/bar foo adding dir/bar_2 adding foo_2 dir/bar_2 foo_2 adding a adding c adding b adding d removing a removing c recording removal of a as rename to b (100% similar)