Added and-quit to all commit statements. (#16411)

This commit is contained in:
Stian Vikan 2016-07-01 18:11:05 +02:00 committed by Nathaniel Case
commit 288446c9bf

View file

@ -120,7 +120,7 @@ class Cli(object):
commands.insert(0, 'configure')
if kwargs.get('comment'):
commands.append('commit comment "%s"' % kwargs.get('comment'))
commands.append('commit and-quit comment "%s"' % kwargs.get('comment'))
else:
commands.append('commit and-quit')