/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/tests/blackbox/test_commit.py

  • Committer: Patch Queue Manager
  • Date: 2011-12-14 00:18:55 UTC
  • mfrom: (6362.1.4 no-more-email-file)
  • Revision ID: pqm@pqm.ubuntu.com-20111214001855-ajelhw5zfmkcuii6
(jelmer) Remove support for the .bzr/branch/email file. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
873
873
        # being too low. If rpc_count increases, more network roundtrips have
874
874
        # become necessary for this use case. Please do not adjust this number
875
875
        # upwards without agreement from bzr's network support maintainers.
876
 
        self.assertLength(220, self.hpss_calls)
 
876
        self.assertLength(213, self.hpss_calls)