(vc-cvs-merge-news): Fix message parsing for non-top-level files.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-07-07 Sam Steingold <sds@gnu.org>
|
||||
|
||||
* vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
|
||||
non-top-level files.
|
||||
|
||||
2009-07-07 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/mule-cmds.el (reset-language-environment): Put
|
||||
|
||||
@@ -457,7 +457,8 @@ The changes are between FIRST-REVISION and SECOND-REVISION."
|
||||
0 ;; there were no news; indicate success
|
||||
(if (re-search-forward
|
||||
(concat "^\\([CMUP] \\)?"
|
||||
(regexp-quote (file-name-nondirectory file))
|
||||
(regexp-quote
|
||||
(substring file (length default-directory)))
|
||||
"\\( already contains the differences between \\)?")
|
||||
nil t)
|
||||
(cond
|
||||
|
||||
Reference in New Issue
Block a user