/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Marius Kruger
  • Date: 2010-07-10 21:28:56 UTC
  • mto: (5384.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5385.
  • Revision ID: marius.kruger@enerweb.co.za-20100710212856-uq4ji3go0u5se7hx
* Update documentation
* add NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1329
1329
    def _file_content_summary(self, path, stat_result):
1330
1330
        # This is to support the somewhat obsolete path_content_summary method
1331
1331
        # with content filtering: see
1332
 
        # <https://bugs.edge.launchpad.net/bzr/+bug/415508>.
 
1332
        # <https://bugs.launchpad.net/bzr/+bug/415508>.
1333
1333
        #
1334
1334
        # If the dirstate cache is up to date and knows the hash and size,
1335
1335
        # return that.