Show More
@@ -1125,7 +1125,7 b' table = {' | |||||
1125 | (export, |
|
1125 | (export, | |
1126 | [('o', 'output', "", 'output to file')], |
|
1126 | [('o', 'output', "", 'output to file')], | |
1127 | "hg export [-o OUTFILE] REV..."), |
|
1127 | "hg export [-o OUTFILE] REV..."), | |
1128 |
"forget": (forget, [], "hg forget |
|
1128 | "forget": (forget, [], "hg forget FILE..."), | |
1129 | "heads": (heads, [], 'hg heads'), |
|
1129 | "heads": (heads, [], 'hg heads'), | |
1130 | "help": (help_, [], 'hg help [COMMAND]'), |
|
1130 | "help": (help_, [], 'hg help [COMMAND]'), | |
1131 | "identify|id": (identify, [], 'hg identify'), |
|
1131 | "identify|id": (identify, [], 'hg identify'), |
General Comments 0
You need to be logged in to leave comments.
Login now