##// END OF EJS Templates
status: improve explanation of ' ' status...
Matt Mackall -
r20660:19e9478c default
parent child Browse files
Show More
@@ -5289,7 +5289,7 b' def status(ui, repo, *pats, **opts):'
5289 5289 ! = missing (deleted by non-hg command, but still tracked)
5290 5290 ? = not tracked
5291 5291 I = ignored
5292 = origin of the previous file listed as A (added)
5292 = origin of the previous file (with --copies)
5293 5293
5294 5294 .. container:: verbose
5295 5295
@@ -563,7 +563,7 b' Test command without options'
563 563 ! = missing (deleted by non-hg command, but still tracked)
564 564 ? = not tracked
565 565 I = ignored
566 = origin of the previous file listed as A (added)
566 = origin of the previous file (with --copies)
567 567
568 568 Returns 0 on success.
569 569
General Comments 0
You need to be logged in to leave comments. Login now