chiark / gitweb /
Don't allow extra diff options with "stg status"
authorKarl Hasselström <kha@treskal.com>
Tue, 8 Jul 2008 18:18:50 +0000 (20:18 +0200)
committerKarl Hasselström <kha@treskal.com>
Tue, 8 Jul 2008 18:18:54 +0000 (20:18 +0200)
commita6c4be12abcf0906a63de8a72c887c360f89ea82
treef00f4fc514439ebb2d04ebd15715b30406845767
parent15ad4498cb4c4f994e67d70247ef892f551cb16a
Don't allow extra diff options with "stg status"

The only extra diff options (given either with -O/--diff-opts) that
would affect "stg status" were -C and -M, and those made it crash
because it couldn't handle them. So remove those options.

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/commands/status.py
stgit/git.py
t/t0002-status.sh