Show More
@@ -40,6 +40,14 b' def children(ui, repo, file_=None, **opt' | |||||
40 | be printed. If a file argument is given, revision in which the |
|
40 | be printed. If a file argument is given, revision in which the | |
41 | file was last changed (after the working directory revision or the |
|
41 | file was last changed (after the working directory revision or the | |
42 | argument to --rev if given) is printed. |
|
42 | argument to --rev if given) is printed. | |
|
43 | ||||
|
44 | Please use :hg:`log` instead:: | |||
|
45 | ||||
|
46 | hg children => hg log -r 'children()' | |||
|
47 | hg children -r REV => hg log -r 'children(REV)' | |||
|
48 | ||||
|
49 | See :hg:`help log` and :hg:`help revsets.children`. | |||
|
50 | ||||
43 | """ |
|
51 | """ | |
44 | rev = opts.get('rev') |
|
52 | rev = opts.get('rev') | |
45 | if file_: |
|
53 | if file_: |
General Comments 0
You need to be logged in to leave comments.
Login now