Show More
@@ -888,6 +888,20 b' parentrevspec' | |||||
888 | hg: parse error: ^ expects a number 0, 1, or 2 |
|
888 | hg: parse error: ^ expects a number 0, 1, or 2 | |
889 | [255] |
|
889 | [255] | |
890 |
|
890 | |||
|
891 | Bogus function gets suggestions | |||
|
892 | $ log 'add()' | |||
|
893 | hg: parse error: not a function: add | |||
|
894 | [255] | |||
|
895 | $ log 'added()' | |||
|
896 | hg: parse error: not a function: added | |||
|
897 | [255] | |||
|
898 | $ log 'remo()' | |||
|
899 | hg: parse error: not a function: remo | |||
|
900 | [255] | |||
|
901 | $ log 'babar()' | |||
|
902 | hg: parse error: not a function: babar | |||
|
903 | [255] | |||
|
904 | ||||
891 | multiple revspecs |
|
905 | multiple revspecs | |
892 |
|
906 | |||
893 | $ hg log -r 'tip~1:tip' -r 'tip~2:tip~1' --template '{rev}\n' |
|
907 | $ hg log -r 'tip~1:tip' -r 'tip~2:tip~1' --template '{rev}\n' |
General Comments 0
You need to be logged in to leave comments.
Login now