diff lisp/vc-hooks.el @ 108884:ac4bf6e2c535

Add bindings for vc-log-incoming and vc-log-outgoing. * lisp/vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming and vc-log-outgoing. * lisp/vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming and vc-log-outgoing.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 03 Jun 2010 16:08:26 -0700
parents 9c5ceea9a88b
children d418516def73
line wrap: on
line diff
--- a/lisp/vc-hooks.el	Thu Jun 03 15:28:51 2010 -0700
+++ b/lisp/vc-hooks.el	Thu Jun 03 16:08:26 2010 -0700
@@ -942,6 +942,8 @@
     (define-key map "i" 'vc-register)
     (define-key map "l" 'vc-print-log)
     (define-key map "L" 'vc-print-root-log)
+    (define-key map "I" 'vc-log-incoming)
+    (define-key map "O" 'vc-log-outgoing)
     (define-key map "m" 'vc-merge)
     (define-key map "r" 'vc-retrieve-tag)
     (define-key map "s" 'vc-create-tag)