Mercurial > public > mercurial-scm > hg
log mercurial/localrepo.py @ 36373:0147a4730420
age | author | description |
---|---|---|
Thu, 22 Feb 2018 20:04:42 -0500 | Augie Fackler | cleanup: say goodbye to manifestv2 format |
Tue, 13 Feb 2018 23:00:01 -0700 | Augie Fackler | py3: introduce and use pycompat.getargspec |
Tue, 06 Feb 2018 22:36:38 +0900 | Yuya Nishihara | subrepo: split non-core functions to new module |
Sat, 03 Feb 2018 00:01:57 -0500 | Matt Harbison | localrepo: drop the deprecated walk() method (API) |
Wed, 17 Jan 2018 21:48:37 -0500 | Augie Fackler | localrepo: pass transaction kwargs as strings, not bytes |
Thu, 01 Feb 2018 12:38:04 -0800 | Augie Fackler | localrepo: consistently use native str when __dict__ is involved |
Sat, 20 Jan 2018 13:41:57 -0800 | Gregory Szorc | exchange: return bundle info from getbundlechunks() (API) |