comparison mercurial/dagutil.py @ 23159:20d3e2d73432

test-revert: name files by state, not by state transition This is the main patch in a series. See motivation in earlier patch. In this patch, we actually change the names of the generated files. For example, the file that is currently called missing_clean becomes missing_missing_missing-tracked and it's clearer that it should be tracked. It turns out that since the state was not previously clear, it ended up testing an untracked state, which was the same as for missing_clean. We'll fix this in a later patch. Let's also change the content from (base,parent,wc) to (content1,content2,content3) to make them all the same length so they line up when displayed.
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 20 Oct 2014 22:54:18 -0700
parents ce8cea923a6c
children 4e5ac4a3a29b
comparison
equal deleted inserted replaced
23158:33a67fa048bf 23159:20d3e2d73432