1

Bazaar explorer i want to modify the commit message after the check-in commit is done. Is there any Command to modify the commit message done? Thanks in advance

Pooja R S
  • 83
  • 1
  • 8

1 Answers1

0

You cannot change the commit message after the commit is done. You can bzr uncommit and bzr commit with a new message as explained in Undoing mistakes.

rveerd
  • 3,620
  • 1
  • 14
  • 30