tests/test-record.out
changeset 9074 b4f259c1667a
parent 8938 9b8c9266c59d
child 9291 cd5b6a11b607
equal deleted inserted replaced
9073:ec1cd3176625 9074:b4f259c1667a
     1 % help
     1 % help
     2 hg record [OPTION]... [FILE]...
     2 hg record [OPTION]... [FILE]...
     3 
     3 
     4 interactively select changes to commit
     4 interactively select changes to commit
     5 
     5 
     6     If a list of files is omitted, all changes reported by "hg status"
     6     If a list of files is omitted, all changes reported by "hg status" will be
     7     will be candidates for recording.
     7     candidates for recording.
     8 
     8 
     9     See 'hg help dates' for a list of formats valid for -d/--date.
     9     See 'hg help dates' for a list of formats valid for -d/--date.
    10 
    10 
    11     You will be prompted for whether to record changes to each
    11     You will be prompted for whether to record changes to each modified file,
    12     modified file, and for files with multiple changes, for each
    12     and for files with multiple changes, for each change to use. For each
    13     change to use. For each query, the following responses are
    13     query, the following responses are possible:
    14     possible:
       
    15 
    14 
    16     y - record this change
    15     y - record this change
    17     n - skip this change
    16     n - skip this change
    18 
    17 
    19     s - skip remaining changes to this file
    18     s - skip remaining changes to this file