D3020: children: : use repo['.'] instead of repo['']

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Mon Apr 2 14:48:21 EDT 2018


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

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]'),



To: martinvonz, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list