I do most development from within emacs, and I use bzr for version control. I infer that c-x v = is equivalent to bzr diff, but it is not clear to me how I can make commits from within emacs, or how various bzr commands map to emacs key bindings. Can anyone suggest the best approach or point me to a tutorial?
Share
Bazaar
bzrcommand is one of the backend tool managed by VC. Thus you can use all your VC commands to use the bzr backend :I’ve configured C-x v = to call ediff-revision using the following command in my .emacs :