emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vc-got 16a2f37b7f 3/7: update vc-got-{pull, push} docst


From: ELPA Syncer
Subject: [elpa] externals/vc-got 16a2f37b7f 3/7: update vc-got-{pull, push} docstrings
Date: Sat, 28 May 2022 11:58:11 -0400 (EDT)

branch: externals/vc-got
commit 16a2f37b7f5f3ac712085ac0f0bed74fae47fce6
Author: Omar Polo <op@omarpolo.com>
Commit: Omar Polo <op@omarpolo.com>

    update vc-got-{pull,push} docstrings
    
    * use the got terminology (send/fetch) instead of push and pull
    * vc-got-push has been using `got send' for a long time already
---
 vc-got.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/vc-got.el b/vc-got.el
index e3622c5359..6783109abf 100755
--- a/vc-got.el
+++ b/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))
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]