Show More
@@ -46,8 +46,14 b' class dirstatemap(object):' | |||
|
46 | 46 | - the state map maps filenames to tuples of (state, mode, size, mtime), |
|
47 | 47 | where state is a single character representing 'normal', 'added', |
|
48 | 48 | 'removed', or 'merged'. It is read by treating the dirstate as a |
|
49 |
dict. File state is updated by calling |
|
|
50 | `dropfile` methods. | |
|
49 | dict. File state is updated by calling various methods (see each | |
|
50 | documentation for details): | |
|
51 | ||
|
52 | - `reset_state`, | |
|
53 | - `set_tracked` | |
|
54 | - `set_untracked` | |
|
55 | - `set_clean` | |
|
56 | - `set_possibly_dirty` | |
|
51 | 57 | |
|
52 | 58 | - `copymap` maps destination filenames to their source filename. |
|
53 | 59 |
General Comments 0
You need to be logged in to leave comments.
Login now