From cd22f7e300a6e5b13b39d3e8d8224089491d7830 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 18 Aug 2015 01:14:00 -0400 Subject: menu: update stale commands --- lisp/magit-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/magit-mode.el b/lisp/magit-mode.el index e96d0eb..a85ff83 100644 --- a/lisp/magit-mode.el +++ b/lisp/magit-mode.el @@ -315,7 +315,7 @@ which visits the thing at point." ["Discard" magit-discard t] ["Reset head" magit-reset-head t] ["Stash" magit-stash t] - ["Snapshot" magit-stash-snapshot t] + ["Snapshot" magit-snapshot t] "---" ["Branch..." magit-checkout t] ["Merge" magit-merge t] @@ -327,7 +327,7 @@ which visits the thing at point." ["Remote update" magit-fetch-all t] ("Submodule" ["Submodule update" magit-submodule-update t] - ["Submodule update and init" magit-submodule-update-init t] + ["Submodule update and init" magit-submodule-setup t] ["Submodule init" magit-submodule-init t] ["Submodule sync" magit-submodule-sync t]) "---" -- cgit v1.0