chiark / gitweb /
Implement "stg refresh --edit" again
authorKarl Hasselström <kha@treskal.com>
Sun, 21 Sep 2008 12:17:43 +0000 (14:17 +0200)
committerKarl Hasselström <kha@treskal.com>
Sun, 21 Sep 2008 12:19:07 +0000 (14:19 +0200)
commitf9d69fc4927827056cba918d9900e638845864f6
tree1978e90f727ae1eb7f02526c7e692920bc4a7b9f
parentd010528933a0f321c41d9e23e6b09a09365a318b
Implement "stg refresh --edit" again

The -e/--edit flag to "stg refresh" was dropped between v0.13 and
v0.14, causing severe user dissatisfaction. This patch restores it,
along with -m/--message, -f/--file, --sign, --ack, --author,
--authname, --authemail, and --authdate.

I omitted the --committer options on purpose; I think they are a
mistake. Falsifying the committer info is not a common operation, and
if one wishes to do it for some reason, one can always set the
GIT_COMMITTER_* environment variables.

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/argparse.py
stgit/commands/coalesce.py
stgit/commands/edit.py
stgit/commands/new.py
stgit/commands/refresh.py