Show More
@@ -36,10 +36,13 b' def purge(ui, repo, *dirs, **opts):' | |||||
36 | uncommitted changes in an otherwise-clean source tree. |
|
36 | uncommitted changes in an otherwise-clean source tree. | |
37 |
|
37 | |||
38 | This means that purge will delete: |
|
38 | This means that purge will delete: | |
|
39 | ||||
39 |
|
|
40 | - Unknown files: files marked with "?" by "hg status" | |
40 |
|
|
41 | - Empty directories: in fact Mercurial ignores directories unless they | |
41 |
|
|
42 | contain files under source control management | |
|
43 | ||||
42 | But it will leave untouched: |
|
44 | But it will leave untouched: | |
|
45 | ||||
43 |
|
|
46 | - Modified and unmodified tracked files | |
44 |
|
|
47 | - Ignored files (unless --all is specified) | |
45 |
|
|
48 | - New files added to the repository (with "hg add") |
General Comments 0
You need to be logged in to leave comments.
Login now