mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -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
|
|
@ -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
Add a link
Reference in a new issue