commit -i no longer throws up an editor for the commit message

Bug #337188 reported by Wouter van Heyst
4
Affects Status Importance Assigned to Milestone
Bazaar Interactive plugin
Fix Committed
High
Ali Sabil

Bug Description

commit -i prompts me for the hunks, that's good. But then it prompts for a commit message. I expected my editor to be spawned. Trying to provide an empty message doesn't help.

My 'fix' was to remove the following two lines:

            if message is None and file is None:
                    message = unicode(raw_input('Commit message: '), 'utf8')

A slightly less invasive fix would be to check for message being the empty string. Even better would be
to not prompt me at all, but still retain it for those people who like it.

Related branches

Ali Sabil (asabil)
Changed in bzr-interactive:
assignee: nobody → asabil
importance: Undecided → High
Revision history for this message
Ali Sabil (asabil) wrote :

Fix committed to trunk

Changed in bzr-interactive:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.