~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: 2011-03-23 12:40:59 UTC
  • mfrom: (5691.1.5 log-ghosts)
  • Revision ID: pqm@pqm.ubuntu.com-20110323124059-jqxxfxum3f6loxdx
(jelmer) Add tests for using log on branches with ghosts in mainline.
 (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
            branch.tags.set_tag('v1.0', 'rev-3')
118
118
        return wt
119
119
 
 
120
 
120
121
class LogCatcher(log.LogFormatter):
121
122
    """Pull log messages into a list rather than displaying them.
122
123
 
1755
1756
 
1756
1757
""")
1757
1758
 
 
1759
 
1758
1760
class TestLogExcludeAncestry(tests.TestCaseWithTransport):
1759
1761
 
1760
1762
    def make_branch_with_alternate_ancestries(self, relpath='.'):