##// END OF EJS Templates
shelve: omit incorrect 'commit' suggestion at 'hg shelve -i'...
shelve: omit incorrect 'commit' suggestion at 'hg shelve -i' Before this patch, 'hg shelve -i' under non-interactive mode suggests 'use commit instead', and it obviously incorrect, because what user wants to do isn't 'commit' but 'shelve'. To omit incorrect 'commit' suggestion at 'hg shelve -i', this patch specifies 'None' for 'cmdsuggest' argument of 'cmdutil.dorecord()'.

File last commit:

r1360:7d439981 default
r25799:0eb093e4 default
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
# placeholder