equal
deleted
inserted
replaced
889 [255] |
889 [255] |
890 |
890 |
891 Bogus function gets suggestions |
891 Bogus function gets suggestions |
892 $ log 'add()' |
892 $ log 'add()' |
893 hg: parse error: not a function: add |
893 hg: parse error: not a function: add |
|
894 (did you mean 'adds'?) |
894 [255] |
895 [255] |
895 $ log 'added()' |
896 $ log 'added()' |
896 hg: parse error: not a function: added |
897 hg: parse error: not a function: added |
|
898 (did you mean 'adds'?) |
897 [255] |
899 [255] |
898 $ log 'remo()' |
900 $ log 'remo()' |
899 hg: parse error: not a function: remo |
901 hg: parse error: not a function: remo |
|
902 (did you mean one of remote, removes?) |
900 [255] |
903 [255] |
901 $ log 'babar()' |
904 $ log 'babar()' |
902 hg: parse error: not a function: babar |
905 hg: parse error: not a function: babar |
903 [255] |
906 [255] |
904 |
907 |