tests/test-status.out
changeset 2661 5c10b7ed3411
parent 2639 001703ec311d
child 3463 5155fa27f514
equal deleted inserted replaced
2640:02b6fa7bbfbf 2661:5c10b7ed3411
   106 A copied
   106 A copied
   107   modified
   107   modified
   108 R removed
   108 R removed
   109 ! deleted
   109 ! deleted
   110 ? unknown
   110 ? unknown
       
   111 hg status -t:
       
   112 hg status: option -t not recognized
       
   113 hg status [OPTION]... [FILE]...
       
   114 
       
   115 show changed files in the working directory
       
   116 
       
   117     Show status of files in the repository.  If names are given, only
       
   118     files that match are shown.  Files that are clean or ignored, are
       
   119     not listed unless -c (clean), -i (ignored) or -A is given.
       
   120 
       
   121     The codes used to show the status of files are:
       
   122     M = modified
       
   123     A = added
       
   124     R = removed
       
   125     C = clean
       
   126     ! = deleted, but still tracked
       
   127     ? = not tracked
       
   128     I = ignored (not shown by default)
       
   129       = the previous added file was copied from here
       
   130 
       
   131 aliases: st
       
   132 
       
   133 options:
       
   134 
       
   135  -A --all        show status of all files
       
   136  -m --modified   show only modified files
       
   137  -a --added      show only added files
       
   138  -r --removed    show only removed files
       
   139  -d --deleted    show only deleted (but tracked) files
       
   140  -c --clean      show only files without changes
       
   141  -u --unknown    show only unknown (not tracked) files
       
   142  -i --ignored    show ignored files
       
   143  -n --no-status  hide status prefix
       
   144  -C --copies     show source of copied files
       
   145  -0 --print0     end filenames with NUL, for use with xargs
       
   146  -I --include    include names matching the given patterns
       
   147  -X --exclude    exclude names matching the given patterns
       
   148 hg status -A:
       
   149 A added
       
   150 A copied
       
   151   modified
       
   152 R removed
       
   153 ! deleted
       
   154 ? unknown
       
   155 I ignored
       
   156 C .hgignore
       
   157 C modified