Show More
@@ -513,9 +513,7 b' def status(mctx, x):' | |||
|
513 | 513 | revspec = getstring(r, reverr) |
|
514 | 514 | if not revspec: |
|
515 | 515 | raise error.ParseError(reverr) |
|
516 |
base |
|
|
517 | basectx = repo[basenode] | |
|
518 | ctx = repo[node] | |
|
516 | basectx, ctx = scmutil.revpair(repo, [baserevspec, revspec]) | |
|
519 | 517 | return getset(mctx.switch(ctx, _buildstatus(ctx, x, basectx=basectx)), x) |
|
520 | 518 | |
|
521 | 519 | @predicate('subrepo([pattern])') |
General Comments 0
You need to be logged in to leave comments.
Login now