mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 11:21:04 -08:00
Fixes: debbugs:18579
* lisp/vc/vc-bzr.el (vc-bzr-after-dir-status): Don't skip ignored files.
This commit is contained in:
parent
4de28b1a76
commit
7aac8f171b
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
2014-11-24 Dmitry Gutov <dgutov@yandex.ru>
|
||||||
|
|
||||||
|
* vc/vc-bzr.el (vc-bzr-after-dir-status): Don't skip ignored
|
||||||
|
files. (Bug#18579)
|
||||||
|
|
||||||
2014-11-23 Michael Albinus <michael.albinus@gmx.de>
|
2014-11-23 Michael Albinus <michael.albinus@gmx.de>
|
||||||
|
|
||||||
* textmodes/makeinfo.el (makeinfo-buffer): Make it work also for
|
* textmodes/makeinfo.el (makeinfo-buffer): Make it work also for
|
||||||
|
|
|
||||||
|
|
@ -983,7 +983,7 @@ stream. Standard error output is discarded."
|
||||||
(push (list new-name 'edited
|
(push (list new-name 'edited
|
||||||
(vc-bzr-create-extra-fileinfo old-name)) result)))
|
(vc-bzr-create-extra-fileinfo old-name)) result)))
|
||||||
;; do nothing for non existent files
|
;; do nothing for non existent files
|
||||||
((memq translated '(not-found ignored)))
|
((eq translated 'not-found))
|
||||||
(t
|
(t
|
||||||
(push (list (file-relative-name
|
(push (list (file-relative-name
|
||||||
(buffer-substring-no-properties
|
(buffer-substring-no-properties
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue