minor changes
This commit is contained in:
parent
49f667cb59
commit
4670081040
4 changed files with 2 additions and 3 deletions
|
|
@ -86,7 +86,7 @@ class WebContentEdit(ReplApplication):
|
|||
|
||||
print 'Contents changed:\n%s' % ('\n'.join([' * %s' % content.id for content in contents]))
|
||||
|
||||
message = self.ask('Enter a commit message')
|
||||
message = self.ask('Enter a commit message', default='')
|
||||
|
||||
if not self.ask('Do you want to push?', default=True):
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue