comparison tests/test-manifest.t @ 27183:0945539a3a6b

extdiff: correctly handle deleted subrepositories (issue3153) Previously, when extdiff was called on two changesets where a subrepository had been removed, an unexpected KeyError would be raised. Now, the missing subrepository will be ignored. This behavior mirrors the behavior in diffordiffstat from cmdutil.py line ~1138-1153. The KeyError is caught and the revision is set to None. try/catch of LookupError around matchmod.narrowmatcher and sub.status is removed, as LookupError is not raised anywhere within those methods or deeper calls.
author Andrew Zwicky <andrew.zwicky@gmail.com>
date Tue, 17 Nov 2015 16:42:52 -0600
parents bbe56e07e07a
children 4441705b7111
comparison
equal deleted inserted replaced
27182:71aa5a26162d 27183:0945539a3a6b