~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to bzrtools.py

  • Committer: Aaron Bentley
  • Date: 2005-10-19 20:14:54 UTC
  • Revision ID: abentley@panoramicfeedback.com-20051019201454-6bb9dca5d93af0e3
Fixed test case

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    >>> fooname = os.path.join(br.base, "foo")
43
43
    >>> file(fooname, "wb").write("bar")
44
44
    >>> is_clean(br)
45
 
    (True, ['foo'])
 
45
    (True, [u'foo'])
46
46
    >>> bzrlib.add.smart_add_branch(br, [br.base])
47
47
    1
48
48
    >>> is_clean(br)