~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_log.py

remove all trailing whitespace from bzr source

Show diffs side-by-side

added added

removed removed

Lines of Context:
353
353
 
354
354
    def test_verbose_log(self):
355
355
        """Verbose log includes changed files
356
 
        
 
356
 
357
357
        bug #4676
358
358
        """
359
359
        wt = self.make_branch_and_tree('.')
561
561
                             sio.getvalue())
562
562
 
563
563
    def test_properties_in_log(self):
564
 
        """Log includes the custom properties returned by the registered 
 
564
        """Log includes the custom properties returned by the registered
565
565
        handlers.
566
566
        """
567
567
        wt = self.make_branch_and_tree('.')
601
601
                                 sio.getvalue())
602
602
 
603
603
    def test_error_in_properties_handler(self):
604
 
        """Log includes the custom properties returned by the registered 
 
604
        """Log includes the custom properties returned by the registered
605
605
        handlers.
606
606
        """
607
607
        wt = self.make_branch_and_tree('.')
667
667
 
668
668
    def test_line_log(self):
669
669
        """Line log should show revno
670
 
        
 
670
 
671
671
        bug #5162
672
672
        """
673
673
        wt = self.make_branch_and_tree('.')