changeset 42498:089f14dd7df3

relnotes: document template support for `hg root` Differential Revision: https://phab.mercurial-scm.org/D6540
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 18 Jun 2019 08:55:23 -0700
parents df1419c5756a
children f93762f251d2
files relnotes/next
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 ==