# HG changeset patch # User Augie Fackler # Date 2012-05-11 11:15:46 # Node ID f393d20fb2ba7a596e0389cfcf964ba786463265 # Parent bdb7ae65c27c2b36653047e4e00e5be0919fbe8c children: mark extension as deprecated diff --git a/hgext/children.py b/hgext/children.py --- a/hgext/children.py +++ b/hgext/children.py @@ -8,7 +8,11 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -'''command to display child changesets''' +'''command to display child changesets (DEPRECATED) + +This extension is deprecated. You should use `hg log -r "children($revision)"` +instead. +''' from mercurial import cmdutil from mercurial.commands import templateopts