Show More
@@ -8,7 +8,11 b'' | |||||
8 | # This software may be used and distributed according to the terms of the |
|
8 | # This software may be used and distributed according to the terms of the | |
9 | # GNU General Public License version 2 or any later version. |
|
9 | # GNU General Public License version 2 or any later version. | |
10 |
|
10 | |||
11 |
'''command to display child changesets |
|
11 | '''command to display child changesets (DEPRECATED) | |
|
12 | ||||
|
13 | This extension is deprecated. You should use `hg log -r "children($revision)"` | |||
|
14 | instead. | |||
|
15 | ''' | |||
12 |
|
16 | |||
13 | from mercurial import cmdutil |
|
17 | from mercurial import cmdutil | |
14 | from mercurial.commands import templateopts |
|
18 | from mercurial.commands import templateopts |
General Comments 0
You need to be logged in to leave comments.
Login now