New command: stg undo
authorKarl Hasselström <kha@treskal.com>
Sun, 21 Sep 2008 12:17:41 +0000 (14:17 +0200)
committerKarl Hasselström <kha@treskal.com>
Sun, 21 Sep 2008 12:19:07 +0000 (14:19 +0200)
commit069a1e9574171e5070c0ea9c7055bf985e08a64a
tree3117174d497d14c1c9ef8340ebaad6830f6709ab
parent4ae6b67e627318b3e61a2aadbf6506f6178982b9
New command: stg undo

Basically, this is just a user-friendly way to access a subset of the
functionality of "stg reset".

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/commands/undo.py [new file with mode: 0644]
stgit/lib/log.py
t/t3102-undo.sh [new file with mode: 0755]
t/t3103-undo-hard.sh [new file with mode: 0755]