~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Jelmer Vernooij
  • Date: 2011-12-11 03:47:23 UTC
  • mto: This revision was merged to the branch mainline in revision 6404.
  • Revision ID: jelmer@samba.org-20111211034723-k7zbnu5bfoosftp9
remove unnecessary space.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1502
1502
            recommend_upgrade=recommend_upgrade, basedir=basedir)
1503
1503
 
1504
1504
 
1505
 
 
1506
1505
class BzrDirMetaFormat1(BzrDirFormat):
1507
1506
    """Bzr meta control format 1
1508
1507