~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/testing.txt

  • Committer: Martin Pool
  • Date: 2009-03-03 01:45:32 UTC
  • mto: (4070.4.5 gnu-changelog)
  • mto: This revision was merged to the branch mainline in revision 4081.
  • Revision ID: mbp@sourcefrog.net-20090303014532-d223fxy97cb1og8f
Recommend setting timestamp in BranchBuilder

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
~~~~~~~~~~~