convert: remove old ElementTree import cruft from darcs
All the `import elementtree` attempts seem to pre-date py2.5, when it was
brought into the standard library, and the manual `cElementTree` fast
implementation import has been unnecessary and deprecated since py3.3.
Added signature for changeset
288de6f5d724
Added tag 6.2rc0 for changeset
288de6f5d724
Added signature for changeset
0cc5f74ff7f0
Added tag 6.1.4 for changeset
0cc5f74ff7f0
sparse: use the rust code even when sparse is present
With rust supporting more matcher types, we can now take this route in the
sparse case too.