Skip to content
  • Siddharth Agarwal's avatar
    mergestate: add methods to queue files to remove, add or get · ef6f98473a48
    Siddharth Agarwal authored
    These are meant for use by custom merge drivers that might want to modify the
    dirstate. Dirstate internal consistency rules require that all removes happen
    before any adds -- this means that custom merge drivers shouldn't be modifying
    the dirstate directly.
    ef6f98473a48