Skip to content
  • Pulkit Goyal's avatar
    py3: handle opts correctly for `hg add` · a77e61b45384
    Pulkit Goyal authored
    opts in add command were passed again to cmdutil.add() as kwargs so we need
    to convert them again to str. Intstead we convert them to bytes when passing
    scmutil.match(). Opts handling is also corrected for all the functions which
    are called from cmdutil.add().
    a77e61b45384