/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-06 08:50:09 UTC
  • mfrom: (4510.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090706085009-pz36mdrk7326n3ru
Mark the known failures as such on OSX

Show diffs side-by-side

added added

removed removed

Lines of Context:
687
687
            from_entry = self._get_entry(path=from_rel)
688
688
            if from_entry == (None, None):
689
689
                raise errors.BzrMoveFailedError(from_rel,to_dir,
690
 
                    errors.NotVersionedError(path=str(from_rel)))
 
690
                    errors.NotVersionedError(path=from_rel))
691
691
 
692
692
            from_id = from_entry[0][2]
693
693
            to_rel = pathjoin(to_dir, from_tail)