~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_log.py

  • Committer: John Arbash Meinel
  • Date: 2009-02-23 15:29:35 UTC
  • mfrom: (3943.7.7 bzr.code_style_cleanup)
  • mto: This revision was merged to the branch mainline in revision 4033.
  • Revision ID: john@arbash-meinel.com-20090223152935-oel9m92mwcc6nb4h
Merge the removal of all trailing whitespace, and resolve conflicts.

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('.')
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('.')
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('.')