Mercurial > public > mercurial-scm > hg-stable
log mercurial/scmutil.py @ 39883:3e896b51aa5d
age | author | description |
---|---|---|
Tue, 25 Sep 2018 23:25:36 -0400 | Matt Harbison | py3: remove a couple of superfluous calls to pycompat.rapply() |
Sun, 23 Sep 2018 00:47:04 -0400 | Matt Harbison | py3: convert arguments, cwd and env to native strings when spawning subprocess |
Tue, 18 Sep 2018 16:47:09 -0700 | Gregory Szorc | global: replace most uses of RevlogError with StorageError (API) |
Wed, 12 Sep 2018 15:47:24 -0700 | Gregory Szorc | statichttprepo: use new functions for requirements validation |
Thu, 30 Aug 2018 01:53:21 +0200 | Boris Feld | phase: report number of non-public changeset alongside the new range |
Wed, 29 Aug 2018 15:49:11 -0700 | Martin von Zweigbergk | shortest: fix an off-by-1 when disambiguating against revnums |
Sat, 25 Aug 2018 15:28:48 +0900 | Yuya Nishihara | transaction: remember original len(repo) instead of tracking added revs (API) |