~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/ui.txt

  • Committer: Martin Pool
  • Date: 2010-09-13 10:04:19 UTC
  • mto: This revision was merged to the branch mainline in revision 5426.
  • Revision ID: mbp@sourcefrog.net-20100913100419-x7y76viq31y5s8f2
Use confirm_action before proceeding with an unedited commit message template

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
reasons be done elsewhere, they need not perfectly correspond to the place
45
45
they're used, and they should stay stable even when the code moves.)
46
46
 
 
47
``bzrlib.builtins.uncommit``
 
48
    Before the ``uncommit`` command actually changes the branch.
 
49
 
47
50
``bzrlib.lockdir.break``
48
51
    Before breaking a lock.
49
52
 
50
 
``bzrlib.builtins.uncommit``
51
 
    Before the ``uncommit`` command actually changes the branch.
 
53
``bzrlib.msgeditor.unchanged``
 
54
    Proceed even though the user made no changes to the template message.
52
55
 
53
56
 
54
57
Writing Output