log mercurial/obsutil.py @ 44221:f37971c31067 stable

age author description
Fri, 15 Nov 2019 22:22:55 +0900 Yuya Nishihara merge with stable
Sat, 09 Nov 2019 10:31:58 +0100 Denis Laxalde py3: fix sorting of obsolete markers in obsutil (issue6217) stable
Sat, 09 Nov 2019 13:23:52 +0100 Pierre-Yves David index: use `index.get_rev` in `obsutil.getobsoleted`
Fri, 08 Nov 2019 14:20:48 +0100 Pierre-Yves David index: use `index.has_node` in `obsutil.foreground`
Fri, 08 Nov 2019 14:19:53 +0100 Pierre-Yves David index: use `index.has_node` in `obsutil.exclusivemarkers`
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
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
Fri, 15 Feb 2019 17:36:57 +0300 Pulkit Goyal obsutil: don't assume leftctx and rightctx repo as same
Sun, 23 Dec 2018 02:01:35 +0530 Sushil khanchi obsutil: fix the issue5686
Tue, 22 May 2018 15:26:17 +0200 Boris Feld obsutil: clarify the access to "repo"
Fri, 19 Oct 2018 00:53:18 +0200 Boris Feld obsutil: prefetch method in allpredecessors loop
Wed, 26 Sep 2018 23:37:43 +0200 Boris Feld obsolete: explicitly pass relation items to effectflag computation
Tue, 28 Aug 2018 15:09:18 -0700 Martin von Zweigbergk obsutil: make sure "addedmarkers" is not None in getobsoleted()