comparison lisp/vc-hg.el @ 85478:786d3a985758

* term/x-win.el (x-gtk-stock-map, icon-map-list) (x-gtk-map-stock): Delete duplicated definitions from merge. * progmodes/octave-mod.el: Require octave-inf at compile time * progmodes/compile.el (compilation-skip-to-next-location) (compilation-skip-threshold, compilation-skip-visited): Move definitions earlier. * play/zone.el (zone-fall-through-ws): * play/landmark.el (lm-move-down, lm-move-up): * play/handwrite.el (handwrite): * mail/mspools.el (mspools-visit-spool): * wdired.el (wdired-next-line, wdired-previous-line): * tar-mode.el (tar-subfile-save-buffer): * scroll-lock.el (scroll-lock-next-line) (scroll-lock-previous-line): * image-dired.el (image-dired-next-line) (image-dired-previous-line): * ediff-help.el (ediff-help-message-line-length): Use forward-line. * smerge-mode.el (smerge-auto-refine): * diff-mode.el (diff-auto-refine): Add :group. * play/yow.el: Require doctor at compile time. * vmsproc.el: Provide vmsproc. (command-send-input): Use forward-line. * vms-patch.el: Require ps-print and vmsproc at compile time. * vc-mtn.el (log-view-message-re, log-view-file-re) (log-view-font-lock-keywords): Pacify byte-compiler. * vc-hg.el: Require log-view at compile time.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 20 Oct 2007 06:30:18 +0000
parents 43a9834cf1a6
children e2eac01cf548
comparison
equal deleted inserted replaced
85477:6b081e079821 85478:786d3a985758
479 (vc-hg-command bname 0 nil "incoming" "-n") 479 (vc-hg-command bname 0 nil "incoming" "-n")
480 (pop-to-buffer bname) 480 (pop-to-buffer bname)
481 (vc-hg-incoming-mode))) 481 (vc-hg-incoming-mode)))
482 482
483 ;; XXX maybe also add key bindings for these functions. 483 ;; XXX maybe also add key bindings for these functions.
484 (eval-when-compile (require 'log-view))
484 (defun vc-hg-push () 485 (defun vc-hg-push ()
485 (interactive) 486 (interactive)
486 (let ((marked-list (log-view-get-marked))) 487 (let ((marked-list (log-view-get-marked)))
487 (if marked-list 488 (if marked-list
488 (vc-hg-command 489 (vc-hg-command