vc-dir-menu-map

vc-dir-menu-map is a variable defined in `vc-dir.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Menu for VC dir.

Value:

(keymap (ignore menu-item "Ignore Current File" vc-dir-ignore :help "Ignore the current file under current version control system") (register menu-item "Register" vc-register :help "Register file set into the version control system") (next-action menu-item "Check In/Out" vc-next-action :help "Do the next logical version control operation on the current fileset") (revert menu-item "Revert to Base Version" vc-revert :help "Revert working copies of the selected fileset to their repository contents.") (update menu-item "Update to Latest Version" vc-update :help "Update the current fileset's files to their tip revisions") (sepvccmd "--") (rlog menu-item "Show Top of the Tree History " vc-print-root-log :help "List the change log for the current tree in a window") (log menu-item "Show History" vc-print-log :help "List the change log of the current file set in a window") (logi menu-item "Show Incoming Log" vc-log-incoming :help "Show a log of changes that will be received with a pull operation") (logo menu-item "Show Outgoing Log" vc-log-outgoing :help "Show a log of changes that will be sent with a push operation") (diff menu-item "Compare with Base Version" vc-diff :help "Compare file set with the base version") (annotate menu-item "Annotate" vc-annotate :help "Display the edit history of the current file using colors") (ins menu-item "Show File" vc-dir-show-fileentry :help "Show a file in the VC status listing even though it might be up to date") (sepvcdet "--") (open menu-item "Open File" vc-dir-find-file :help "Find the file on the current line") (open-other menu-item "Open in Other Window" vc-dir-find-file-other-window :help "Find the file on the current line, in another window") (ise menu-item "Isearch Files..." vc-dir-isearch :help "Incremental search a string in the marked files") (ires menu-item "Isearch Regexp Files..." vc-dir-isearch-regexp :help "Incremental search a regexp in the marked files") (se menu-item "Search Files..." vc-dir-search :help "Search a regexp in the marked files") (qr menu-item "Query Replace in Files..." vc-dir-query-replace-regexp :help "Replace a string in the marked files") (sepopn "--") (mark menu-item "Mark" vc-dir-mark :help "Mark the current file or all files in the region") (unmark menu-item "Unmark" vc-dir-unmark :help "Unmark the current file or all files in the region") (mark-all menu-item "Mark All" vc-dir-mark-all-files :help "Mark all files that are in the same state as the current file\nWith prefix argument mark all files") (unmark-previous menu-item "Unmark Previous " vc-dir-unmark-file-up :help "Move to the previous line and unmark the file") (unmark-all menu-item "Unmark All" vc-dir-unmark-all-files :help "Unmark all files that are in the same state as the current file\nWith prefix argument unmark all files") (sepmrk "--") (previous-line menu-item "Previous Line" vc-dir-previous-line :help "Go to the previous line") (next-line menu-item "Next Line" vc-dir-next-line :help "Go to the next line" :keys "n") (sepmv "--") (remup menu-item "Hide Up-to-date" vc-dir-hide-up-to-date :help "Hide up-to-date items from display") (refresh menu-item "Refresh" revert-buffer :enable (not (vc-dir-busy)) :help "Refresh the contents of the directory buffer") (kill menu-item "Kill Update Command" vc-dir-kill-dir-status-process :enable (vc-dir-busy) :help "Kill the command that updates the directory buffer") (quit menu-item "Quit" quit-window :help "Quit") "VC-dir")