Stephen Leake <[EMAIL PROTECTED]> writes: > Matthieu Moy <[EMAIL PROTECTED]> writes: > >> Stefan Reichör <[EMAIL PROTECTED]> writes: >> >>>> 3. tla-commit-done-hook is ignored when using hg (mercurial): >>>> I do this: >>>> (add-hook 'tla-commit-done-hook 'dvc-kill-all-buffers) >>>> and after commit I still see the tips, old diffs &c &c. >>> >>> I have added the hook variable xhg-commit-done-hook now. >> >> There should also be a dvc-commit-done-hook I think. > > Yes, we should definitely add front-end hooks rather than back-end > hooks. Even it is is up to the back-end to call them :).
Both make sense. You may want to do a Mercurial-specific action after commit, and you may want to do something back-end independant. -- Matthieu _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
