help with VC state missing vs. removed questions



I'm adding support for a new VC, but have have a question regarding
missing vs. removed. From looking at the comments in _vc.py, a file
which is not present should be STATE_REMOVED if it was removed by the
VC or STATE_MISSING if it was removed outside of the VC. Using
Mercurial as an example:

# hg remove foo
    foo -> STATE_REMOVED
# rm bar
    bar -> STATE_MISSING

Is this correct? If so, should files in STATE_MISSING show up in the
VC browser? I've played with Mercurial and Git, and they don't seem to
display files in STATE_MISSING either.

---chuck


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]