Mercurial > public > mercurial-scm > hg
log mercurial/narrowspec.py @ 43886:fe0daceb51d0
age | author | description |
---|---|---|
Tue, 08 Oct 2019 15:06:18 -0700 | Martin von Zweigbergk | cleanup: join string literals that are already on one line |
Sun, 06 Oct 2019 16:55:18 -0400 | Gregory Szorc | py3: manually import getattr where it is needed |
Sun, 06 Oct 2019 09:48:39 -0400 | Augie Fackler | formatting: byteify all mercurial/ and hgext/ string literals |
Sun, 06 Oct 2019 09:45:02 -0400 | Augie Fackler | formatting: blacken the codebase |
Sun, 18 Aug 2019 00:45:33 +0300 | Pulkit Goyal | interfaces: create a new folder for interfaces and move repository.py in it |
Mon, 27 May 2019 16:55:46 -0400 | Valentin Gatien-Baron | merge: fix race that could cause wrong size in dirstate |
Fri, 31 May 2019 15:28:31 -0700 | Martin von Zweigbergk | narrowspec: replace one recursion-avoidance hack with another |