Stephen Leake <[EMAIL PROTECTED]> writes:

> Committed revision 279 to http://stephe-leake.org/dvc
>
>   Put "dvc-status" in dvc-back-end-wrappers, fix all current 
> <back-end>-status.

This leaves one problem. In xhg-log.el, xhg-log-mode-map had this
entry:

    ["Show status" xhg-status t]

That would now give a byte-compiler error, since `xhg-status' is not
defined at compile time.

So I changed it to:

    ["Show status" dvc-status t] ;; `xhg-status' is not defined at compile time.

This is equivalent, but it is a little annoying.

I don't see how to fix this; perhaps someone else does.

-- 
-- Stephe

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

Reply via email to