~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/versionedfile.py

  • Committer: John Arbash Meinel
  • Date: 2009-06-05 19:57:15 UTC
  • mto: (4413.5.2 1.16-chk-direct)
  • mto: This revision was merged to the branch mainline in revision 4442.
  • Revision ID: john@arbash-meinel.com-20090605195715-q2gcpaypbixwk4wg
Move the boolean check to the first part of the if statement

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
from bzrlib.registry import Registry
48
48
from bzrlib.symbol_versioning import *
49
49
from bzrlib.textmerge import TextMerge
50
 
from bzrlib.util import bencode
 
50
from bzrlib import bencode
51
51
 
52
52
 
53
53
adapter_registry = Registry()