~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/testing.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-27 02:27:19 UTC
  • mfrom: (4634.3.19 gc-batching)
  • Revision ID: pqm@pqm.ubuntu.com-20090827022719-bl2yoqhpj3fcfczu
(andrew) Fix #402657: 2a fetch over dumb transport reads one group at
        a time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
516
516
 
517
517
Please see bzrlib.branchbuilder for more details.
518
518
 
 
519
If you're going to examine the commit timestamps e.g. in a test for log
 
520
output, you should set the timestamp on the tree, rather than using fuzzy
 
521
matches in the test.
 
522
 
519
523
 
520
524
TreeBuilder
521
525
~~~~~~~~~~~