/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 viz/branchwin.py

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2008-03-07 15:05:34 UTC
  • Revision ID: szilveszter.farkas@gmail.com-20080307150534-02kt8hgtd5rrr5vl
Trivial fix for #149061 (be able to show the diff for revision 1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
from bzrlib.plugins.gtk.tags import AddTagDialog
18
18
from bzrlib.plugins.gtk.preferences import PreferencesWindow
19
19
from bzrlib.plugins.gtk.branchview import TreeView, treemodel
20
 
from bzrlib.revision import Revision
 
20
from bzrlib.revision import Revision, NULL_REVISION
21
21
from bzrlib.config import BranchConfig
22
22
from bzrlib.config import GlobalConfig
23
23