~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

- move 'conflict' and 'resolved' from shipped plugin to regular builtins

Show diffs side-by-side

added added

removed removed

Lines of Context:
1466
1466
            annotate_file(b, file_version, file_id, sys.stdout)
1467
1467
        finally:
1468
1468
            b.unlock()
 
1469
 
 
1470
# these get imported and then picked up by the scan for cmd_*
 
1471
# TODO: Some more consistent way to split command definitions across files;
 
1472
# we do need to load at least some information about them to know of 
 
1473
# aliases.
 
1474
from bzrlib.conflicts import cmd_resolve, cmd_conflicts