~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-05 23:15:58 UTC
  • mfrom: (3377.3.45 submitted)
  • Revision ID: pqm@pqm.ubuntu.com-20080505231558-7w3zaehbvtcjk7jv
(jam) Make Graph.find_differences() correct,
        and create a Graph.find_unique_ancestors function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
                '  bye.c\n',
96
96
                '  hello.c\n',
97
97
                'pending merges:\n',
98
 
                '  pending@pending-0-0\n',
 
98
                '  (ghost) pending@pending-0-0\n',
99
99
            ],
100
100
            wt)
101
101
        self.assertStatus([
102
102
                '?   bye.c\n',
103
103
                '?   hello.c\n',
104
 
                'P   pending@pending-0-0\n',
 
104
                'P   (ghost) pending@pending-0-0\n',
105
105
            ],
106
106
            wt, short=True)
107
107
        self.assertStatus([