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>
|
||||
|
||||
* 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
|
||||
(vc-bzr-create-extra-fileinfo old-name)) result)))
|
||||
;; do nothing for non existent files
|
||||
((memq translated '(not-found ignored)))
|
||||
((eq translated 'not-found))
|
||||
(t
|
||||
(push (list (file-relative-name
|
||||
(buffer-substring-no-properties
|
||||
|
|
Loading…
Add table
Reference in a new issue