~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Robert Collins
  • Date: 2005-10-18 05:26:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1463.
  • Revision ID: robertc@robertcollins.net-20051018052622-653d638c9e26fde4
fix broken tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
657
657
 
658
658
        These are files in the working directory that are not versioned or
659
659
        control files or ignored.
660
 
        
 
660
        >>> from bzrlib.workingtree import WorkingTree
661
661
        >>> b = ScratchBranch(files=['foo', 'foo~'])
662
662
        >>> list(b.unknowns())
663
663
        ['foo']