Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7aac8f17
Commit
7aac8f17
authored
Nov 24, 2014
by
Dmitry Gutov
Browse files
Fixes: debbugs:18579
* lisp/vc/vc-bzr.el (vc-bzr-after-dir-status): Don't skip ignored files.
parent
4de28b1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/vc/vc-bzr.el
lisp/vc/vc-bzr.el
+1
-1
No files found.
lisp/ChangeLog
View file @
7aac8f17
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
...
...
lisp/vc/vc-bzr.el
View file @
7aac8f17
...
...
@@ -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
((
mem
q translated '
(
not-found
ignored)
))
((
e
q translated 'not-found))
(t
(push (list (file-relative-name
(buffer-substring-no-properties
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment