~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to bzrtools.py

  • Committer: Robert Collins
  • Date: 2005-10-02 22:55:44 UTC
  • mto: (147.2.6) (364.1.3 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: robertc@robertcollins.net-20051002225544-52c4e9912f41ec84
update to weave api

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    >>> is_clean(br)
49
49
    (False, [])
50
50
    >>> br.commit("added file")
51
 
    added foo
52
51
    >>> is_clean(br)
53
52
    (True, [])
54
53
    >>> rm_branch(br)