Show More
@@ -2246,10 +2246,10 b' def debugpvec(ui, repo, a, b=None):' | |||
|
2246 | 2246 | (abs(pa._depth - pb._depth), pvec._hamming(pa._vec, pb._vec), |
|
2247 | 2247 | pa.distance(pb), rel)) |
|
2248 | 2248 | |
|
2249 | @command('debugrebuildstate', | |
|
2249 | @command('debugrebuilddirstate|debugrebuildstate', | |
|
2250 | 2250 | [('r', 'rev', '', _('revision to rebuild to'), _('REV'))], |
|
2251 | 2251 | _('[-r REV]')) |
|
2252 | def debugrebuildstate(ui, repo, rev): | |
|
2252 | def debugrebuilddirstate(ui, repo, rev): | |
|
2253 | 2253 | """rebuild the dirstate as it would look like for the given revision |
|
2254 | 2254 | |
|
2255 | 2255 | If no revision is specified the first current parent will be used. |
@@ -92,7 +92,7 b' Show debug commands if there are no othe' | |||
|
92 | 92 | debugpathcomplete |
|
93 | 93 | debugpushkey |
|
94 | 94 | debugpvec |
|
95 | debugrebuildstate | |
|
95 | debugrebuilddirstate | |
|
96 | 96 | debugrename |
|
97 | 97 | debugrevlog |
|
98 | 98 | debugrevspec |
@@ -247,7 +247,7 b' Show all commands + options' | |||
|
247 | 247 | debugpathcomplete: full, normal, added, removed |
|
248 | 248 | debugpushkey: |
|
249 | 249 | debugpvec: |
|
250 | debugrebuildstate: rev | |
|
250 | debugrebuilddirstate: rev | |
|
251 | 251 | debugrename: rev |
|
252 | 252 | debugrevlog: changelog, manifest, dump |
|
253 | 253 | debugrevspec: |
General Comments 0
You need to be logged in to leave comments.
Login now