Skip to content
  • Matt Harbison's avatar
    match: remove matchmod.exact() to avoid core Mercurial API changes · c206a91099b5
    Matt Harbison authored
    This corresponds to 0531dff73d0b.  Two methods are flagged to be changed to
    matchmod.never().  But not now to avoid conditionalizing the call for API
    changes.  It looks like this also fixes a bug in filedata._checkRenamed(), which
    is being passed a repo- the previous usage assumed it was a string.
    c206a91099b5