~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to bzrtools.py

  • Committer: Robert Collins
  • Date: 2005-10-19 05:30:26 UTC
  • mto: (147.4.12) (364.1.3 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: robertc@robertcollins.net-20051019053026-1065551f14648c22
get all tests passing again, and disable importing the body of continuation log messages

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)