~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/inventory.txt

Recover from ImportError when loading a registry.

This is necessary to avoid a dependency on testtools, because the --parallel
option to the selftest command requires bzrlib.tests.parallel_registry which
will try to initialize the tests package, causing an error without testtools:

ImportError: No module named testtools

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Should be a simple command that shows something similar to 'svn
2
 
status':
3
 
 
4
 
  what is not added but perhaps should be
5
 
  what is source, backup, precious, junk, etc
6
 
 
7
 
Or a nice simple command like 'bk extras' to show what's not added but
8
 
should be.
9
 
  
10
 
baz inventory almost does this but it way too hard to understand
 
 
b'\\ No newline at end of file'