From: Karl Hasselström Date: Tue, 15 May 2007 17:10:00 +0000 (+0100) Subject: Remove an unnecessary parameter to make_patch_name X-Git-Tag: v0.13~76 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/c4f99b6c10c3bc2558fe8d9050bcaaa3efb830b0?hp=c4f99b6c10c3bc2558fe8d9050bcaaa3efb830b0 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 ---