~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2006-06-21 14:28:21 UTC
  • mfrom: (1802 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1803.
  • Revision ID: abentley@panoramicfeedback.com-20060621142821-6c1170e2d9029f76
Merge bzr.dev

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