X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/d010528933a0f321c41d9e23e6b09a09365a318b..f9d69fc4927827056cba918d9900e638845864f6:/stgit/commands/coalesce.py diff --git a/stgit/commands/coalesce.py b/stgit/commands/coalesce.py index 024668a..ef8e912 100644 --- a/stgit/commands/coalesce.py +++ b/stgit/commands/coalesce.py @@ -35,7 +35,7 @@ you specify, you will have to resolve them manually just as if you had done a sequence of pushes and pops yourself.""" options = [opt('-n', '--name', short = 'Name of coalesced patch') - ] + argparse.message_options() + ] + argparse.message_options(save_template = True) directory = common.DirectoryHasRepositoryLib()