tests/test-shelve.t
changeset 30542 64b55bffc1c0
parent 30522 7b3136bc7bfd
parent 30419 819f96b82fa4
child 30549 9e29d4e4e08b
equal deleted inserted replaced
30541:342d0cb4f446 30542:64b55bffc1c0
    34   
    34   
    35       When no files are specified, "hg shelve" saves all not-clean files. If
    35       When no files are specified, "hg shelve" saves all not-clean files. If
    36       specific files or directories are named, only changes to those files are
    36       specific files or directories are named, only changes to those files are
    37       shelved.
    37       shelved.
    38   
    38   
    39       In bare shelve(when no files are specified, without interactive, include
    39       In bare shelve (when no files are specified, without interactive, include
    40       and exclude option), shelving remembers information if the working
    40       and exclude option), shelving remembers information if the working
    41       directory was on newly created branch, in other words working directory
    41       directory was on newly created branch, in other words working directory
    42       was on different branch than its first parent. In this situation
    42       was on different branch than its first parent. In this situation
    43       unshelving restores branch information to the working directory.
    43       unshelving restores branch information to the working directory.
    44   
    44