Show More
@@ -372,11 +372,12 b' def files(ui, repo, *pats, **opts):' | |||
|
372 | 372 | Use -u/--untracked to list untracked files as well. |
|
373 | 373 | |
|
374 | 374 | With -a/--all and -v/--verbose the codes used to show the status of files |
|
375 | are: | |
|
376 | K = keyword expansion candidate | |
|
377 |
|
|
|
378 | I = ignored | |
|
379 |
|
|
|
375 | are:: | |
|
376 | ||
|
377 | K = keyword expansion candidate | |
|
378 | k = keyword expansion candidate (untracked) | |
|
379 | I = ignored | |
|
380 | i = ignored (untracked) | |
|
380 | 381 | ''' |
|
381 | 382 | kwt = kwtools['templater'] |
|
382 | 383 | status = _status(ui, repo, kwt, opts.get('untracked'), *pats, **opts) |
General Comments 0
You need to be logged in to leave comments.
Login now