~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to bzrtools.py

  • Committer: Aaron Bentley
  • Date: 2005-10-03 14:42:47 UTC
  • mfrom: (147.1.31)
  • mto: (147.2.17)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: abentley@panoramicfeedback.com-20051003144246-c3432e45057089db
Merged latest upstream changes

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)