/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Jelmer Vernooij
  • Date: 2007-04-30 20:21:39 UTC
  • mfrom: (188.3.3 gtk) (194.1.1 trunk)
  • Revision ID: jelmer@samba.org-20070430202139-3ygkc5q5d04fish1
Merge some fixes from John.

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
                try:
182
182
                    window.set_file(tree_filename)
183
183
                except NoSuchFile:
184
 
                    if (tree1.inventory.path2id(tree_filename) is None and 
185
 
                        tree2.inventory.path2id(tree_filename) is None):
 
184
                    if (tree1.path2id(tree_filename) is None and 
 
185
                        tree2.path2id(tree_filename) is None):
186
186
                        raise NotVersionedError(filename)
187
187
                    raise BzrCommandError('No changes found for file "%s"' % 
188
188
                                          filename)