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

pull/16548/head
Stian Vikan 10 years ago committed by Nathaniel Case
parent 7c9525b735
commit 288446c9bf

@ -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')

Loading…
Cancel
Save