523
523
"""Compare a conflicted file against BASE."""
528
528
RegistryOption.from_kwargs('direction', 'Direction of comparison.',
529
529
value_switches=True, enum_switch=False,
530
530
other='Compare OTHER against common base.',
531
531
this='Compare THIS against common base.')]
534
534
from bzrlib.plugins.bzrtools.colordiff import DiffWriter
536
536
dw = DiffWriter(self.outf, check_style=False, color='auto')
540
540
class cmd_rspush(BzrToolsCommand):