Remove an unnecessary parameter to make_patch_name
authorKarl Hasselström <kha@treskal.com>
Tue, 15 May 2007 17:10:00 +0000 (18:10 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 15 May 2007 21:13:15 +0000 (22:13 +0100)
commitc4f99b6c10c3bc2558fe8d9050bcaaa3efb830b0
tree80e8be2c0b3b69962d638f465e8494531e56d359
parent50dec9eae9cd8b6acd0e239dddd64586aec30df0
Remove an unnecessary parameter to make_patch_name

The "alternative" parameter was a boolean that indicated whether we
were interested in testing if the first generated name was acceptable,
or if we would just always accept it. But that can be accomplished by
giving an "unacceptable" function that always returns False, so
there's no need for an additional parameter.

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