aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog5
-rw-r--r--admin/bzrmerge.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 28e25ad98a3..9389a6af28f 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,8 @@
12013-03-03 Paul Eggert <eggert@cs.ucla.edu>
2
3 * bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic.
4 If there were a real need, it should be UTF-8 anyway.
5
12013-02-25 Paul Eggert <eggert@cs.ucla.edu> 62013-02-25 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Simplify data_start configuration (Bug#13783). 8 Simplify data_start configuration (Bug#13783).
diff --git a/admin/bzrmerge.el b/admin/bzrmerge.el
index b95c96d77ef..4fa328b9d6d 100644
--- a/admin/bzrmerge.el
+++ b/admin/bzrmerge.el
@@ -320,7 +320,7 @@ Does not make other difference."
320 ;; bzrmerge-add-metadata does not work when there 320 ;; bzrmerge-add-metadata does not work when there
321 ;; are conflicts. 321 ;; are conflicts.
322 (display-warning 'bzrmerge "Resolve conflicts manually. 322 (display-warning 'bzrmerge "Resolve conflicts manually.
323¡BEWARE! Important metadata is kept in this Emacs session! 323BEWARE! Important metadata is kept in this Emacs session!
324Do not commit without re-running `M-x bzrmerge' first!" 324Do not commit without re-running `M-x bzrmerge' first!"
325 :warning bzrmerge-warning-buffer)) 325 :warning bzrmerge-warning-buffer))
326 (error "Resolve conflicts manually"))))) 326 (error "Resolve conflicts manually")))))