Hi,

This patch fixes a little bug that makes dvc-revlist-show-item and
dvc-revlist-diff unusable for tla archives.

Regards,
Andrea Russo.

Please change the Subject header to a concise description of your patch.
Please describe your patch between the LOG-START and LOG-END markers:
<<LOG-START>>

* tla.el (tla-revisions): Little bugfix that corrects the backqouted
  expression passed to make-dvc-revlist-entry-patch.

<<LOG-END>>


[VERSION] dvc-dev-bzr

Bazaar (bzr) 0.10.0candidate1

Emacs  : GNU Emacs 22.0.50.7 (i686-pc-linux-gnu, GTK+ Version 2.8.18)
 of 2006-09-06 on onosendai.org
-- 
Beware of bugs in the above code; I have only proved it correct,
not tried it.  -- Donald E. Knuth
=== modified file 'lisp/tla.el'
--- lisp/tla.el	2006-07-13 20:28:23 +0000
+++ lisp/tla.el	2006-09-09 11:19:40 +0000
@@ -5615,7 +5615,7 @@
                                       (make-dvc-revlist-entry-patch
                                        :dvc 'tla
                                        :struct rev-struct
-                                       :rev-id `(tla (revision rev-list))))))
+                                       :rev-id `(tla (revision ,rev-list))))))
              (setq list (cdr list)))
            (ewoc-refresh dvc-revlist-cookie)
            (toggle-read-only t)))))))

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

Reply via email to