Show More
@@ -1282,7 +1282,8 b' class localrepository(object):' | |||||
1282 | raise error.FilteredRepoLookupError(_("filtered revision '%s'") |
|
1282 | raise error.FilteredRepoLookupError(_("filtered revision '%s'") | |
1283 | % pycompat.bytestr(changeid)) |
|
1283 | % pycompat.bytestr(changeid)) | |
1284 | except (IndexError, LookupError): |
|
1284 | except (IndexError, LookupError): | |
1285 |
raise error.RepoLookupError( |
|
1285 | raise error.RepoLookupError( | |
|
1286 | _("unknown revision '%s'") % pycompat.bytestr(changeid)) | |||
1286 | except error.WdirUnsupported: |
|
1287 | except error.WdirUnsupported: | |
1287 | return context.workingctx(self) |
|
1288 | return context.workingctx(self) | |
1288 |
|
1289 |
General Comments 0
You need to be logged in to leave comments.
Login now