Mercurial > hg > mercurial-crew
changeset 16608:052047753f7d
children: use hg reST role for example
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Fri, 11 May 2012 13:42:37 +0200 |
parents | 766bbe587545 |
children | 05b55f5ff8d1 |
files | hgext/children.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/children.py +++ b/hgext/children.py @@ -10,8 +10,8 @@ '''command to display child changesets (DEPRECATED) -This extension is deprecated. You should use `hg log -r "children($revision)"` -instead. +This extension is deprecated. You should use :hg:`log -r +"children(REV)"` instead. ''' from mercurial import cmdutil