I've enclosed a patch which fixes some mentions of the old prefix C-x
T.

I'm currently working on a submit/apply-patch-via-email kind of
interface for bzr, based on the one for tla.  This one will use diff
files, however, instead of patch tarballs.

Attachment: pgpQsaIp78OTO.pgp
Description: PGP signature

=== modified file 'lisp/dvc-tips.el'
--- lisp/dvc-tips.el    
+++ lisp/dvc-tips.el    
@@ -50,21 +50,21 @@
 
 Xtla prompts for the needed parameters."
    "Most interesting commands are available through a global keyboard
-shortcut. Try \"C-x T C-h\" to get a list"
+shortcut. Try \"C-x V C-h\" to get a list"
    "Xtla provides several major modes for different buffers. Each mode
 has its own keybindings. Get help with \"C-h m\""
    "When Xtla is loaded, C-M-h in a minibuffer prompt gives you help
 about the command being run."
    "When you are prompted for an archive, category, branch, version or
 revision name, lots of keybindings are available. Get a list with \"C-h\"."
-   "Xtla allows you to manage a list of bookmarks. Try \"C-x T b\" and add
+   "Xtla allows you to manage a list of bookmarks. Try \"C-x V b\" and add
 bookmarks from the menu.  You may also add bookmarks from an archives,
 category, version or revision buffer as well as from the tla-browse
 buffer."
    "From the bookmark buffer, you can select some bookmarks and make
 them partners with M-p. Afterwards, pressing 'M m' on a bookmark will
 show you the missing patches from his partners."
-   "You can add changelog style comments to your commit log by \"C-x T a\"."
+   "You can add changelog style comments to your commit log by \"C-x V a\"."
    "You can enable ispell, flyspell or other useful mode for editing
 log files by \"M-x customize-variable RET tla-log-edit-mode-hook RET\"."
    "By default, Xtla caches any log file you retrieve with
@@ -106,7 +106,7 @@
 after a --three-way merge. Xtla will enter this mode automatically
 when you open a file with conflicts. Type M-x tla-conflicts-finish RET
 to exit smerge mode and delete the corresponding .rej file."
-   "\"C-x T e\" in a source file will open an ediff session with the
+   "\"C-x V e\" in a source file will open an ediff session with the
 unmodified version of the file. From here, you can undo patch hunks
 one by one with the key \"b\""
    "In the *tree-lint* buffer, with your cursor on a message, most

=== modified file 'lisp/tla.el'
--- lisp/tla.el 
+++ lisp/tla.el 
@@ -41,8 +41,8 @@
 
 ;; Usage: put the following in your .emacs: (require 'xtla-autoloads)
 
-;; The main commands are available with the prefix key C-x T.
-;; Type C-x T C-h for a list.
+;; The main commands are available with the prefix key C-x V.
+;; Type C-x V C-h for a list.
 
 ;; M-x tla-inventory shows a tla inventory
 ;; In this inventory buffer the following commands are available:

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net
  /` |\ | | | IRC: mwolson on freenode.net: #hcoop, #muse, #PurdueLUG
 |_] | \| |_| Project involvement: Emacs, Muse, Planner, ERC, EMMS
_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to