New command: stg reset
authorKarl Hasselström <kha@treskal.com>
Sun, 21 Sep 2008 12:17:40 +0000 (14:17 +0200)
committerKarl Hasselström <kha@treskal.com>
Sun, 21 Sep 2008 12:19:07 +0000 (14:19 +0200)
commit3a3a4f2f9876f08f09d6bc6771cb951bba285375
tree680d23387490c3daf81d3d335fa2a8433458d919
parent117ed129a470c5cdae3addb43ff6f2d04f3e5409
New command: stg reset

Given a commit object from the log, resets the stack (or just the
named patches) to the state given by that log entry.

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