~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/conflicts.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-08 08:37:22 UTC
  • mfrom: (4944.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100108083722-nkd6usr60lfpgwib
(igc) User Reference as topics

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
            Option('text',
59
59
                   help='List paths of files with text conflicts.'),
60
60
        ]
61
 
    _see_also = ['resolve']
 
61
    _see_also = ['resolve', 'conflict-types']
62
62
 
63
63
    def run(self, text=False):
64
64
        from bzrlib.workingtree import WorkingTree