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

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

[elpa] externals/vc-got 95782f5b1e 3/5: grammar


From: ELPA Syncer
Subject: [elpa] externals/vc-got 95782f5b1e 3/5: grammar
Date: Tue, 1 Feb 2022 05:02:15 -0500 (EST)

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

    grammar
---
 vc-got.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vc-got.el b/vc-got.el
index e64b8ef33b..ff59b602ab 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -660,8 +660,8 @@ It's like `vc-process-filter' but supports \r inside S."
       (vc-set-async-update buffer))))
 
 ;; TODO: this could be expanded.  After a pull the worktree needs to
-;; be updated, either with a ``got update -b branch-name'' and
-;; eventually a rebase.
+;; 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."
   (vc-got--push-pull vc-got-program "fetch" prompt))



reply via email to

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