~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to BRANCH.TODO

  • Committer: Daniel Watkins
  • Date: 2008-07-03 04:03:02 UTC
  • mto: This revision was merged to the branch mainline in revision 3583.
  • Revision ID: d.m.watkins@warwick.ac.uk-20080703040302-21t3eqdwo1o3fyj7
Cleaned out BRANCH.TODO.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# It should ALWAYS be empty in the mainline or in integration branches.
3
3
4
4
#
5
 
 * It can be a separate check, but we may want to change from reporting
6
 
   errors through logging to putting them into a Result object.  Though
7
 
   we might want to make sure that the result is not lost if the check
8
 
   aborts.  One way to handle it would be to allow the caller to pass in
9
 
   a check result, which they could examine even if the method fails.
 
5