~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_added.py

Merge 'bzr add' verbosity improvements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
17
 
18
18
 
19
 
"""Black-box tests for 'bzr added', which shows newly-added files.
20
 
"""
 
19
"""Black-box tests for 'bzr added', which shows newly-added files."""
21
20
 
22
21
import os
23
22