1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-23 22:20:24 -08:00
emacs/lisp/vc
Karl Fogel b3298507f9 Fix bug whereby saving files hung in VC hook.
Saving a buffer visiting a file under SVN control would hang if the
remote repository were unreachable, because the VC hooks tried to run
"svn status -u" on the file, where the "-u" tells svn to get update
information from the remote repository.
http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00174.html

* vc/vc-svn.el (vc-svn-state): Remove optional `localp' argument
  and always pass "-v" to "svn status", never "-u".
2014-12-03 14:23:26 -06:00
..
add-log.el * lisp/vc/add-log.el (change-log-next-buffer): Don't create an empty 2014-09-25 23:55:58 +03:00
compare-w.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
cvs-status.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
diff-mode.el * lisp/vc/diff-mode.el (diff-kill-applied-hunks): New command. 2014-12-01 13:16:53 -05:00
diff.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
ediff-diff.el * lisp/vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): 2014-05-02 22:27:46 -04:00
ediff-help.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ediff-hook.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ediff-init.el ediff: Replace obsolete toggle-read-only with read-only-mode 2014-07-25 05:37:07 -04:00
ediff-merg.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ediff-mult.el Doc and comment fixes re "online" help 2014-06-28 19:33:50 -07:00
ediff-ptch.el Doc and comment fixes re "online" help 2014-06-28 19:33:50 -07:00
ediff-util.el ediff: Replace obsolete toggle-read-only with read-only-mode 2014-07-25 05:37:07 -04:00
ediff-vers.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ediff-wind.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ediff.el Doc and comment fixes re "online" help 2014-06-28 19:33:50 -07:00
emerge.el * lisp/vc/emerge.el (emerge-make-temp-file): Simplify. 2014-05-14 10:05:16 -07:00
log-edit.el Tweak previous log-edit-changelog-entries change 2014-07-10 14:09:04 -04:00
log-view.el Explain recent change to log-view.el 2014-01-06 22:00:16 -08:00
pcvs-defs.el lisp/vc/pcvs*.el: Fix typos. 2014-03-12 05:00:03 +01:00
pcvs-info.el lisp/vc/pcvs*.el: Fix typos. 2014-03-12 05:00:03 +01:00
pcvs-parse.el lisp/vc/pcvs*.el: Fix typos. 2014-03-12 05:00:03 +01:00
pcvs-util.el lisp/vc/pcvs*.el: Fix typos. 2014-03-12 05:00:03 +01:00
pcvs.el lisp/vc/pcvs*.el: Fix typos. 2014-03-12 05:00:03 +01:00
smerge-mode.el * lisp/vc/diff-mode.el (diff-kill-applied-hunks): New command. 2014-12-01 13:16:53 -05:00
vc-annotate.el Simplify use of current-time and friends. 2014-10-28 18:42:51 -07:00
vc-arch.el In vc, abolish the dir-status method. 2014-12-02 10:11:48 -05:00
vc-bzr.el In vc, abolish the dir-status method. 2014-12-02 10:11:48 -05:00
vc-cvs.el In vc, abolish the dir-status method. 2014-12-02 10:11:48 -05:00
vc-dav.el Remove could-register from the set of public VC backend methods, 2014-12-01 18:54:28 -05:00
vc-dir.el In vc, abolish the dir-status method. 2014-12-02 10:11:48 -05:00
vc-dispatcher.el Stop vc from burying buffers sometimes 2014-10-21 17:05:13 +01:00
vc-filewise.el Renove duplicate code. 2014-12-01 07:39:15 -05:00
vc-git.el In vc, abolish the dir-status method. 2014-12-02 10:11:48 -05:00
vc-hg.el In vc, abolish the dir-status method. 2014-12-02 10:11:48 -05:00
vc-hooks.el Another longstanding to-do: bind vc-delete-file. 2014-12-02 05:31:04 -05:00
vc-mtn.el In vc, abolish the dir-status method. 2014-12-02 10:11:48 -05:00
vc-rcs.el In vc, abolish the dir-status method. 2014-12-02 10:11:48 -05:00
vc-sccs.el In vc, abolish the dir-status method. 2014-12-02 10:11:48 -05:00
vc-src.el In vc, abolish the dir-status method. 2014-12-02 10:11:48 -05:00
vc-svn.el Fix bug whereby saving files hung in VC hook. 2014-12-03 14:23:26 -06:00
vc.el In vc, abolish the dir-status method. 2014-12-02 10:11:48 -05:00