~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-10 06:52:59 UTC
  • mto: This revision was merged to the branch mainline in revision 5426.
  • Revision ID: mbp@sourcefrog.net-20100910065259-z67yxr1jbh034i4y
Change 'uncommit' command to use confirm_action not get_boolean

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
==========================================
2
 
Bazaar Developer Guide to User Interaction
3
 
==========================================
 
1
=========================
 
2
Interacting with the user
 
3
=========================
4
4
 
5
5
Getting Input
6
6
=============
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.lockdir.break
 
47
``bzrlib.lockdir.break``
48
48
    Before breaking a lock.
49
49
 
 
50
``bzrlib.builtins.uncommit``
 
51
    Before the ``uncommit`` command actually changes the branch.
 
52
 
50
53
 
51
54
Writing Output
52
55
==============