Show More
@@ -196,6 +196,8 b' def addremove(ui, repo, *pats, **opts):' | |||
|
196 | 196 | be identical) as its parameter. Detecting renamed files this way |
|
197 | 197 | can be expensive. After using this option, :hg:`status -C` can be |
|
198 | 198 | used to check which files were identified as moved or renamed. |
|
199 | If this option is not specified, only renames of identical files | |
|
200 | are detected. | |
|
199 | 201 | |
|
200 | 202 | Returns 0 if all files are successfully added. |
|
201 | 203 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now