##// END OF EJS Templates
Make the deprecated forget an alias of debugforget....
Thomas Arendsen Hein -
r2140:6447a32a default
parent child Browse files
Show More
@@ -2978,7 +2978,7 b' table = {'
2978 2978 ('a', 'text', None, _('treat all files as text')),
2979 2979 ('', 'switch-parent', None, _('diff against the second parent'))],
2980 2980 _('hg export [-a] [-o OUTFILESPEC] REV...')),
2981 "forget":
2981 "debugforget|forget":
2982 2982 (forget,
2983 2983 [('I', 'include', [], _('include names matching the given patterns')),
2984 2984 ('X', 'exclude', [], _('exclude names matching the given patterns'))],
@@ -49,7 +49,6 b' list of commands (use "hg help -v" to sh'
49 49 copy mark files as copied for the next commit
50 50 diff diff repository (or selected files)
51 51 export dump the header and diffs for one or more changesets
52 forget don't add the specified files on the next commit (DEPRECATED)
53 52 grep search for a pattern in specified files and revisions
54 53 heads show current repository heads
55 54 help show help for a given command or all commands
@@ -92,7 +91,6 b' list of commands (use "hg help -v" to sh'
92 91 copy mark files as copied for the next commit
93 92 diff diff repository (or selected files)
94 93 export dump the header and diffs for one or more changesets
95 forget don't add the specified files on the next commit (DEPRECATED)
96 94 grep search for a pattern in specified files and revisions
97 95 heads show current repository heads
98 96 help show help for a given command or all commands
General Comments 0
You need to be logged in to leave comments. Login now