Show More
@@ -372,11 +372,12 b' def files(ui, repo, *pats, **opts):' | |||||
372 | Use -u/--untracked to list untracked files as well. |
|
372 | Use -u/--untracked to list untracked files as well. | |
373 |
|
373 | |||
374 | With -a/--all and -v/--verbose the codes used to show the status of files |
|
374 | With -a/--all and -v/--verbose the codes used to show the status of files | |
375 | are: |
|
375 | are:: | |
376 | K = keyword expansion candidate |
|
376 | ||
377 |
|
|
377 | K = keyword expansion candidate | |
378 | I = ignored |
|
378 | k = keyword expansion candidate (untracked) | |
379 |
|
|
379 | I = ignored | |
|
380 | i = ignored (untracked) | |||
380 | ''' |
|
381 | ''' | |
381 | kwt = kwtools['templater'] |
|
382 | kwt = kwtools['templater'] | |
382 | status = _status(ui, repo, kwt, opts.get('untracked'), *pats, **opts) |
|
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