diff options
| author | Kyle Meyer <kyle@kyleam.com> | 2015-08-18 01:14:00 -0400 |
|---|---|---|
| committer | Kyle Meyer <kyle@kyleam.com> | 2015-08-18 01:14:00 -0400 |
| commit | cd22f7e300a6e5b13b39d3e8d8224089491d7830 (patch) | |
| tree | 762585ec3cb782f4b68caf6c269c5c114d2ad66c /lisp | |
| parent | b52635c93409069d08607311bf0cb56b94a55d04 (diff) | |
menu: update stale commands
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/magit-mode.el | 4 |
1 files 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]) "---" |
