~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:35:30 UTC
  • mto: This revision was merged to the branch mainline in revision 5426.
  • Revision ID: mbp@sourcefrog.net-20100910063530-ntk3qfbtke6zmafl
Add list of confirmation ids

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
type of confirmation, so the user can configure them off.  (This is not
40
40
implemented at present.)
41
41
 
 
42
Confirmation ids look like Python paths to the logical code that should
 
43
use them.  (Because code may move or the check may for implementation
 
44
reasons be done elsewhere, they need not perfectly correspond to the place
 
45
they're used, and they should stay stable even when the code moves.)
 
46
 
 
47
bzrlib.lockdir.break
 
48
    Before breaking a lock.
 
49
 
42
50
 
43
51
Writing Output
44
52
==============