~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_log.py

  • Committer: Jonathan Riddell
  • Date: 2011-07-12 14:03:52 UTC
  • mto: This revision was merged to the branch mainline in revision 6024.
  • Revision ID: jriddell@canonical.com-20110712140352-ch04ghirq1s9x9no
fix newline at end of file, prevent anarchy breaking loose

Show diffs side-by-side

added added

removed removed

Lines of Context:
1029
1029
        self.assertLogRevnos(["--match-author", "author"], ["2", "1"])
1030
1030
        self.assertLogRevnos(["--match-author", "author1", 
1031
1031
                              "--match-author", "author2"], ["2", "1"])
1032
 
        
 
 
b'\\ No newline at end of file'