Removed magit-checkout-commit.

This commit is contained in:
Marius Vollmer 2008-08-17 01:40:39 +03:00
parent e82f5da831
commit 8b481fb716

View file

@ -836,10 +836,6 @@ pushed.
(interactive)
(magit-run "git" "cherry-pick" "--no-commit" (magit-commit-at-point)))
(defun magit-checkout-commit ()
(interactive)
(magit-run "git" "checkout" (magit-commit-at-point)))
(defun magit-log-commit ()
(interactive)
(magit-browse-log (magit-commit-at-point)))