Commit Diff


commit - 50aaae286b3130ae07edacbea54588c5450c6c3e
commit + 95782f5b1edee33f7f2f10547b4ffb50ff9dc034
blob - e64b8ef33b85bd8e71788165f1c4417589c9b4be
blob + ff59b602ab7d4cf4539bc61d5d1189a7351a3b87
--- vc-got.el
+++ 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))