From patchwork Mon Apr 2 18:48:21 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D3020: children: : use repo['.'] instead of repo[''] From: phabricator X-Patchwork-Id: 30138 Message-Id: <68bead181cc5fe2b36cd70077ea358c9@localhost.localdomain> To: mercurial-devel@mercurial-scm.org Date: Mon, 2 Apr 2018 18:48:21 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHG802c03975ab3: children: use repo['.'] instead of repo[''] (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3020?vs=7511&id=7517 REVISION DETAIL https://phab.mercurial-scm.org/D3020 AFFECTED FILES hgext/children.py CHANGE DETAILS To: martinvonz, #hg-reviewers, pulkit Cc: mercurial-devel diff --git a/hgext/children.py b/hgext/children.py --- a/hgext/children.py +++ b/hgext/children.py @@ -35,7 +35,7 @@ testedwith = 'ships-with-hg-core' @command('children', - [('r', 'rev', '', + [('r', 'rev', '.', _('show children of the specified revision'), _('REV')), ] + templateopts, _('hg children [-r REV] [FILE]'),