mercurial/commands.py
changeset 8040 545fb915fe16
parent 8039 18081ce1e630
child 8042 fd35e9d72879
equal deleted inserted replaced
8039:18081ce1e630 8040:545fb915fe16
  2746     The codes used to show the status of files are:
  2746     The codes used to show the status of files are:
  2747     M = modified
  2747     M = modified
  2748     A = added
  2748     A = added
  2749     R = removed
  2749     R = removed
  2750     C = clean
  2750     C = clean
  2751     ! = missing, but still tracked
  2751     ! = missing (deleted by non-hg command, but still tracked)
  2752     ? = not tracked
  2752     ? = not tracked
  2753     I = ignored
  2753     I = ignored
  2754       = the previous added file was copied from here
  2754       = the previous added file was copied from here
  2755     """
  2755     """
  2756 
  2756