~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_log.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-23 17:00:36 UTC
  • mfrom: (4032.1.4 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090223170036-3q1v68ewdt8i0to5
(Marius Kruger) Remove all trailing whitespace and add tests to
        enforce this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
488
488
 
489
489
    def test_verbose_log(self):
490
490
        """Verbose log includes changed files
491
 
        
 
491
 
492
492
        bug #4676
493
493
        """
494
494
        wt = self.make_branch_and_tree('.')
696
696
                             sio.getvalue())
697
697
 
698
698
    def test_properties_in_log(self):
699
 
        """Log includes the custom properties returned by the registered 
 
699
        """Log includes the custom properties returned by the registered
700
700
        handlers.
701
701
        """
702
702
        wt = self.make_branch_and_tree('.')
736
736
                                 sio.getvalue())
737
737
 
738
738
    def test_properties_in_short_log(self):
739
 
        """Log includes the custom properties returned by the registered 
 
739
        """Log includes the custom properties returned by the registered
740
740
        handlers.
741
741
        """
742
742
        wt = self.make_branch_and_tree('.')
771
771
                                 sio.getvalue())
772
772
 
773
773
    def test_error_in_properties_handler(self):
774
 
        """Log includes the custom properties returned by the registered 
 
774
        """Log includes the custom properties returned by the registered
775
775
        handlers.
776
776
        """
777
777
        wt = self.make_branch_and_tree('.')
837
837
 
838
838
    def test_long_verbose_log(self):
839
839
        """Verbose log includes changed files
840
 
        
 
840
 
841
841
        bug #4676
842
842
        """
843
843
        wt = self.make_branch_and_tree('.')
976
976
                             sio.getvalue())
977
977
 
978
978
    def test_long_properties_in_log(self):
979
 
        """Log includes the custom properties returned by the registered 
 
979
        """Log includes the custom properties returned by the registered
980
980
        handlers.
981
981
        """
982
982
        wt = self.make_branch_and_tree('.')
1020
1020
 
1021
1021
    def test_line_log(self):
1022
1022
        """Line log should show revno
1023
 
        
 
1023
 
1024
1024
        bug #5162
1025
1025
        """
1026
1026
        wt = self.make_branch_and_tree('.')
1109
1109
 
1110
1110
    def test_line_merge_revs_log(self):
1111
1111
        """Line log should show revno
1112
 
        
 
1112
 
1113
1113
        bug #5162
1114
1114
        """
1115
1115
        wt = self.make_branch_and_tree('.')