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