~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/mutabletree.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-10 05:01:04 UTC
  • mfrom: (2331.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070310050104-4c59f87cee46be60
(robertc) Forward port of dirstate correctness committed to bzr 0.15.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
            if kinds is not None:
91
91
                kinds = [kinds]
92
92
 
 
93
        files = [path.strip('/') for path in files]
 
94
 
93
95
        if ids is None:
94
96
            ids = [None] * len(files)
95
97
        else: