~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Robert Collins
  • Date: 2008-09-23 22:46:05 UTC
  • mto: (3696.5.1 commit-updates)
  • mto: This revision was merged to the branch mainline in revision 3741.
  • Revision ID: robertc@robertcollins.net-20080923224605-vqw2yezm8f8m2non
NEWS for the record_entry_contents change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
            version_recorded is True if a new version of the entry has been
249
249
            recorded. For instance, committing a merge where a file was only
250
250
            changed on the other side will return (delta, False).
251
 
            fs_hash is either None, or the hash of the path. (Currently we 
252
 
            use sha1 hashes of the entire file content, and only calculate
253
 
            these for regular files).
 
251
            fs_hash is either None, or the hash details for the path (currently
 
252
            a tuple of the contents sha1 and the statvalue returned by
 
253
            tree.get_file_with_stat()).
254
254
        """
255
255
        if self.new_inventory.root is None:
256
256
            if ie.parent_id is not None: