comparison tests/test-shelve.t @ 42011:22278dae287c

shelve: new keep option Does nothing yet. The docstring describes what it will soon be doing.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Fri, 22 Mar 2019 11:24:23 -0400
parents e8e2a7656e83
children 50d5e64ec561
comparison
equal deleted inserted replaced
42010:db26dbbee74d 42011:22278dae287c
74 -u --unknown store unknown files in the shelve 74 -u --unknown store unknown files in the shelve
75 --cleanup delete all shelved changes 75 --cleanup delete all shelved changes
76 --date DATE shelve with the specified commit date 76 --date DATE shelve with the specified commit date
77 -d --delete delete the named shelved change(s) 77 -d --delete delete the named shelved change(s)
78 -e --edit invoke editor on commit messages 78 -e --edit invoke editor on commit messages
79 -k --keep shelve, but keep changes in the working directory
79 -l --list list current shelves 80 -l --list list current shelves
80 -m --message TEXT use text as shelve message 81 -m --message TEXT use text as shelve message
81 -n --name NAME use the given name for the shelved commit 82 -n --name NAME use the given name for the shelved commit
82 -p --patch output patches for changes (provide the names of the 83 -p --patch output patches for changes (provide the names of the
83 shelved changes as positional arguments) 84 shelved changes as positional arguments)