~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to bzrtools.py

  • Committer: Aaron Bentley
  • Date: 2005-12-16 13:42:53 UTC
  • Revision ID: abentley@panoramicfeedback.com-20051216134253-632812e160315bc8
Updated test to match bzrlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    >>> is_clean(br)
46
46
    (True, [u'foo'])
47
47
    >>> bzrlib.add.smart_add_tree(br.working_tree(), [br.base])
48
 
    1
 
48
    ([u'foo'], {})
49
49
    >>> is_clean(br)
50
50
    (False, [])
51
51
    >>> br.working_tree().commit("added file")