log hgext/children.py @ 39222:7a88643bc0ef

age author description
Thu, 05 Apr 2018 14:21:37 +0530 Martin von Zweigbergk children: support specifying revision by revset
Tue, 03 Apr 2018 00:12:29 +0530 Martin von Zweigbergk children: use repo['.'] instead of repo['']
Sun, 21 Jan 2018 13:03:03 +0900 Yuya Nishihara cmdutil: drop aliases for logcmdutil functions (API)
Sun, 22 Oct 2017 23:53:10 +0530 Pulkit Goyal py3: handle keyword arguments in hgext/children.py
Tue, 31 Oct 2017 06:39:38 +0530 Pulkit Goyal children: fix the log expansion of `hg children` in doc stable
Sun, 14 May 2017 16:19:47 +0900 Yuya Nishihara commands: move templates of common command options to cmdutil (API)
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Wed, 06 Jan 2016 17:18:18 +0000 timeless children: use double quotes for arguments
Tue, 09 Feb 2016 17:34:32 -0800 Gregory Szorc children: use absolute_import
Wed, 06 Jan 2016 17:18:18 +0000 timeless children: update help with replacement
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Thu, 26 Mar 2015 23:56:18 +0900 Yuya Nishihara children: don't pass filectx to displayer
Sun, 04 May 2014 22:25:28 -0700 Gregory Szorc children: define inferrepo in command decorator
Sun, 04 May 2014 21:46:49 -0700 Gregory Szorc children: declare command using decorator