Sam Steingold <[EMAIL PROTECTED]> writes: > my tree is under hg(mercurial) and I cannot get the list of revisions: > > <f6> r runs the command tla-tree-revisions > which is an interactive compiled Lisp function in > `/home/shared/lib/elisp/dvc-xsteve/lisp/tla.elc'. > It is bound to <f6> r, <menu-bar> <tools> <DVC> <Show Tree Revisions>. > (tla-tree-revisions root)
You should be using the "log" command for that. It's a bug in DVC that this (tla-specific) command appears in the user-interface (menu and global bindings). We still didn't get rid of all the tla stuff inside the generic part of DVC. M-x dvc-log RET / M-x xhg-log RET C-x V L (or <f6> L for you probably) are your friends. -- Matthieu _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
