~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/knitrepo.py

  • Committer: John Arbash Meinel
  • Date: 2007-11-16 02:11:34 UTC
  • mto: This revision was merged to the branch mainline in revision 3002.
  • Revision ID: john@arbash-meinel.com-20071116021134-e0fjjpjllimkhj3v
Re-introduce the None check in case someone asks to uncommit *to* the last revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
323
323
    # Set this attribute in derived clases to control the _serializer that the
324
324
    # repository objects will have passed to their constructor.
325
325
    _serializer = xml5.serializer_v5
326
 
    # Knit based repositories handle ghosts reasonably well.
327
 
    supports_ghosts = True
328
326
 
329
327
    def _get_control_store(self, repo_transport, control_files):
330
328
        """Return the control store for this repository."""