chiark / gitweb /
Add --sign and --ack options to "stg import"
authorKarl Hasselström <kha@treskal.com>
Tue, 11 Sep 2007 03:57:14 +0000 (05:57 +0200)
committerKarl Hasselström <kha@treskal.com>
Tue, 11 Sep 2007 03:57:14 +0000 (05:57 +0200)
commit130df01aee26a4bfca276047ae1ba914352453c5
treec8b6f90a20c391e154e05b14bb25baa5ccaaaa34
parentc895bfc842095f487ac1ee18c36945a4f6900a63
Add --sign and --ack options to "stg import"

Do this by factoring out the handling of these options from "stg
refresh".

Also, don't add sign lines that are already present.

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/commands/imprt.py
stgit/commands/refresh.py
stgit/stack.py
stgit/utils.py