~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Andrew Bennetts
  • Date: 2009-08-07 05:25:48 UTC
  • mto: This revision was merged to the branch mainline in revision 4608.
  • Revision ID: andrew.bennetts@canonical.com-20090807052548-98tnue0pgp6dvjqm
Review tweaks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1424
1424
        """Commit the contents accrued within the current write group.
1425
1425
 
1426
1426
        :seealso: start_write_group.
 
1427
        
 
1428
        :return: it may return an opaque hint that can be passed to 'pack'.
1427
1429
        """
1428
1430
        if self._write_group is not self.get_transaction():
1429
1431
            # has an unlock or relock occured ?
4322
4324
 
4323
4325
    def _get_convertable_inventory_stream(self, revision_ids,
4324
4326
                                          delta_versus_null=False):
4325
 
        # The source is using CHKs, but the target either doesn't or is has a
 
4327
        # The source is using CHKs, but the target either doesn't or it has a
4326
4328
        # different serializer.  The StreamSink code expects to be able to
4327
4329
        # convert on the target, so we need to put bytes-on-the-wire that can
4328
4330
        # be converted.  That means inventory deltas (if the remote is <1.18,