mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-29
f8c95d1a76Fix xt-mouse on terminals that report UTF-8 encoded coord...4bf7cb71edFix go-ts-mode indentation and set indent offset to 8 (Bu...ff9498624f; * src/insdel.c (insert_from_buffer): Fix assertions.41f497c8beFix doc strings of window-splitting commandscdf74254ffFix indentation for c-ts-mode (bug#61026)4bd06ce2a9Fix call to treesit_record_change in insdel.c00675aa724Add support for building tree-sitter modules with MinGWaf28191b04* lisp/net/tramp.el (tramp-wrong-passwd-regexp): Fix regexp.42e02480c2* doc/emacs/text.texi (Outline Minor Mode): New node spli...37c1c92466; * etc/NEWS: Minor reordering.cfb180329bruby-ts-mode: Don't reindent when "class" or "def" is und...abb3becb9ftreesit-install-language-grammar: Provide default repo urlc6613403e5Fix Dired face for directory symlinks37454de0c8Pacify --without-x unused function warning9a21cb1075; * etc/NEWS: Fix typos.f30a4f51feAnnounce outline.el keymaps8198803f66; Don't mention in the Gnus manual user options that were...8a1498c01fFix fontification of function-valued variables (bug#61053)cfe26f3189Add new java indent rules987e53f3e2; * doc/misc/erc.texi: Improve Local Modules section.3846e79c93; Fix filename mismatches in prop lines of ERC testsecf500b5e3Handle relative file names in vc-resynch-window and vc-re...695e9f71c3Use named keymaps for outline buttonse31a562396* lisp/vc/vc-bzr.el (vc-bzr--pushpull): Return buffer's p...deee3a9262; Fix last change in etc/NEWSbc78285e68; * etc/NEWS: Fix typos.c15c0f7f01CC Mode: Change the default value of objc-font-lock-extra...7f438ff543Don't try to make a pipe process for remote processes in ...cb9628373a* lisp/startup.el (command-line): Fix warning message. (...e6c5f32e77* lisp/find-dired.el (find-dired): Fix bug where M-p skip... # Conflicts: # etc/NEWS
This commit is contained in:
commit
12e419ad11
33 changed files with 338 additions and 163 deletions
|
|
@ -3064,7 +3064,8 @@ On a distributed version control system, this runs a \"pull\"
|
|||
operation on the current branch, prompting for the precise
|
||||
command if required. Optional prefix ARG non-nil forces a prompt
|
||||
for the VCS command to run. If this is successful, a \"push\"
|
||||
operation will then be done.
|
||||
operation will then be done. This is supported only in backends
|
||||
where the pull operation returns a process.
|
||||
|
||||
On a non-distributed version control system, this signals an error.
|
||||
It also signals an error in a Bazaar bound branch."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue