Message389

Author ThomasAH
Recipients corecode
Date 2006-01-17.16:12:50
Content
For having repositories with partial checkouts (to save space):
hg co (without -C) shouldn't restore manually deleted files.
hg ci (without -A) should treat them as unmodified
hg co -m probably has to abort in case a deleted file should be merged

anything else?
History
Date User Action Args
2006-01-17 16:12:52ThomasAHsetmessageid: <1137514372.71.0.0928541731069.issue105@selenic.com>
2006-01-17 16:12:52ThomasAHsetrecipients: + corecode
2006-01-17 16:12:52ThomasAHlinkissue105 messages
2006-01-17 16:12:50ThomasAHcreate