~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to BRANCH.TODO

Cleared 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