projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3537f24
)
--auto and --since are incompatible
author
Guido Guenther
<agx@sigxcpu.org>
Thu, 17 Jul 2008 16:15:10 +0000
(13:45 -0230)
committer
Guido Guenther
<agx@sigxcpu.org>
Fri, 18 Jul 2008 12:48:54 +0000
(10:18 -0230)
git-dch
patch
|
blob
|
history
diff --git
a/git-dch
b/git-dch
index b07d689e07ed4ca658c59e165904ce8d82f2e6a4..d9458d22b97647d398f6edc6ffe2e8c13a2b733d 100755
(executable)
--- a/
git-dch
+++ b/
git-dch
@@
-251,7
+251,10
@@
def main(argv):
(options, args) = parser.parse_args(argv[1:])
if options.snapshot and options.release:
- parser.error("--snapshot and --release are incompatible options")
+ parser.error("'--snapshot' and '--release' are incompatible options")
+
+ if options.since and options.auto:
+ parser.error("'--since' and '--auto' are incompatible options")
try:
if options.verbose: