.arcconfig
author Augie Fackler <augie@google.com>
Thu, 18 Jan 2018 12:59:40 -0500
changeset 35874 1bee7762fd46
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
cmdutil: add a kludge to make bytes repr() the same on 2 and 3 This fixes the output formatting problems I see in debugobsolete. I still am seeing some effectflag differences, which we'll need to tackle separately. I'm not in love with this approach. There might be something better we could do, and I'd love it if someone else wanted to take a run at this. Differential Revision: https://phab.mercurial-scm.org/D1909

{
    "conduit_uri": "https://phab.mercurial-scm.org/api",
    "repository.callsign": "HG",
    "arc.land.onto.default": "@",
    "base": "hg:.^"
}