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
dbfb414e
Commit
dbfb414e
authored
Jan 19, 2011
by
Glenn Morris
Browse files
* lisp/vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
parent
e885315d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/vc/vc-svn.el
lisp/vc/vc-svn.el
+3
-2
No files found.
lisp/ChangeLog
View file @
dbfb414e
2011-01-20 Glenn Morris <rgm@gnu.org>
* vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
* simple.el (read-expression-history): Remove, it's in minibuf.c.
2011-01-20 Chong Yidong <cyd@stupidchicken.com>
...
...
lisp/vc/vc-svn.el
View file @
dbfb414e
...
...
@@ -180,7 +180,8 @@ want to force an empty list of arguments, use t."
(
let
((
state
(
cdr
(
assq
(
aref
(
match-string
1
)
0
)
state-map
)))
(
propstat
(
cdr
(
assq
(
aref
(
match-string
2
)
0
)
state-map
)))
(
filename
(
match-string
4
)))
(
if
(
memq
propstat
'
(
conflict
edited
))
(
and
(
memq
propstat
'
(
conflict
edited
))
(
not
(
eq
state
'conflict
))
; conflict always wins
(
setq
state
propstat
))
(
and
remote
(
string-equal
(
match-string
3
)
"*"
)
;; FIXME are there other possible combinations?
...
...
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