Commit Diff


commit - b3b5f78ac6f4a33cd1962cee45fd61717369347d
commit + 16a2f37b7f5f3ac712085ac0f0bed74fae47fce6
blob - e3622c535903674a037c731866c4554612327d90
blob + 6783109abf684b48f5708737c35f614c6825d313
--- vc-got.el
+++ vc-got.el
@@ -663,12 +663,11 @@ It's like `vc-process-filter' but supports \r inside S
 ;; be updated, either with a ``got update -b branch-name'' or ``got
 ;; update -b remote/branchname'' plus a rebase.
 (defun vc-got-pull (prompt)
-  "Execute a pull prompting for the full command if PROMPT is not nil."
+  "Execute a fetch prompting for the full command if PROMPT is not nil."
   (vc-got--push-pull vc-got-program "fetch" prompt))
 
 (defun vc-got-push (prompt)
-  "Run git push (not got!) in the repository dir.
-If PROMPT is non-nil, prompt for the git command to run."
+  "Execute a send prompting for the full command if PROMPT is not nil."
   (vc-got--push-pull vc-got-program "send" prompt))