Apparently I missed the file state MD, which is a file modified and
updated in the index but then removed from the working directory. This
should be treated just like AD, an added file which has been deleted from
the working directory.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
AM -
AD -
MM -
+ MD -
DM {
set file_states($path) [list \
_[string index $m 1] \
AM -
AD -
MM -
+ MD -
U? -
_M -
_D -
AM -
AD -
MM -
+ MD -
_M -
_D {lappend paths $path}
}