Message5288

Author alexis
Recipients abuehl, jglick, mpm
Date 2008-02-15.17:11:44
Content
Adding mpm to the nosy list and attaching a simpler test case.

There are two problems here:

- we should require hg merge --force when there are deleted files

- we should fix handling of deleted files.

For the first one we just have to fix the test for modified working dir.
Right now it looks like "if wc.files():" , but workingctx.files() doesn't
include deleted files.  I'm not sure if it's better to include them there,
or to change the test to 'if wc.files() or wc.deleted():'.

I'll attach a possible patch for the second problem in a bit.
Files
File name Uploaded
doit alexis, 2008-02-15.17:11:44
History
Date User Action Args
2008-02-15 17:11:45alexissetmessageid: <1203095505.42.0.957342697537.issue988@selenic.com>
2008-02-15 17:11:45alexissetrecipients: + mpm, jglick, abuehl
2008-02-15 17:11:45alexislinkissue988 messages
2008-02-15 17:11:45alexiscreate