# HG changeset patch # User Martin von Zweigbergk # Date 1560873323 25200 # Node ID 089f14dd7df33e555574b2c529dfaa94f717cbcf # Parent df1419c5756a73fcfdc1dee310a594a0bfe9d8d0 relnotes: document template support for `hg root` Differential Revision: https://phab.mercurial-scm.org/D6540 diff -r df1419c5756a -r 089f14dd7df3 relnotes/next --- a/relnotes/next Tue Jun 18 09:57:06 2019 -0400 +++ b/relnotes/next Tue Jun 18 08:55:23 2019 -0700 @@ -3,6 +3,9 @@ * New config `commands.commit.post-status` shows status after successful commit. + * `hg root` now has templating support, including support for showing + where a repo share's source is. See `hg help -v root` for details. + == New Experimental Features ==