New revision in http://www-verimag.imag.fr/~moy/bzr/dvc/moy/
------------------------------------------------------------
revno: 563
revision-id: [email protected]
parent: [email protected]
committer: Matthieu Moy <[email protected]>
branch nick: moy
timestamp: Fri 2009-08-21 11:00:56 +0200
message:
  xgit-show: use dvc-diff-mode, not plain diff-mode.
  
  In particular, this allows 'q' for quitting, which is the use in dvc
  buffer.


=== modified file 'lisp/xgit.el'
--- a/lisp/xgit.el      2009-08-21 09:00:02 +0000
+++ b/lisp/xgit.el      2009-08-21 09:00:56 +0000
@@ -660,7 +660,7 @@
                                 (insert (format "git %s\n\n"
                                                 (mapconcat #'identity
                                                            args " ")))
-                                (diff-mode)
+                                (dvc-diff-mode)
                                 (toggle-read-only 1)))))))))
 
 (defvar xgit-describe-regexp "^\\(.*?\\)-\\([0-9]+\\)-g[[:xdigit:]]\\{7\\}")


_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to