log mercurial/context.py @ 37218:97ab6f2dc3c3

age author description
Fri, 30 Mar 2018 22:46:22 -0700 Martin von Zweigbergk context: drop support for changeid of type long (API?)
Thu, 29 Mar 2018 23:05:41 -0700 Martin von Zweigbergk context: set repo property in basectx
Thu, 29 Mar 2018 22:51:45 -0700 Martin von Zweigbergk context: move reuse of context object to repo.__getitem__ (API)
Thu, 29 Mar 2018 22:22:51 -0700 Martin von Zweigbergk memctx: create parent contexts using "repo[p]" syntax
Thu, 29 Mar 2018 21:15:40 -0700 Martin von Zweigbergk context: remove unwanted assignments in basectx.__new__() (API)
Thu, 29 Mar 2018 09:34:17 -0700 Martin von Zweigbergk context: change default changeid from old form '' to '.'
Sat, 24 Mar 2018 01:30:50 -0400 Matt Harbison context: skip path conflicts by default when clearing unknown file (issue5776)
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Sun, 18 Mar 2018 12:28:19 +0900 Yuya Nishihara annotate: pack line content into annotateline object (API)
Tue, 13 Mar 2018 22:18:06 +0900 Yuya Nishihara annotate: drop linenumber flag from fctx.annotate() (API)
Wed, 28 Feb 2018 15:19:47 -0500 Yuya Nishihara dagop: extract core algorithm of annotate() from context.py
Wed, 28 Feb 2018 15:09:05 -0500 Yuya Nishihara dagop: move annotateline and _annotatepair from context.py
Mon, 05 Mar 2018 12:30:20 -0500 Augie Fackler cleanup: use stat_result[stat.ST_MTIME] instead of stat_result.st_mtime
Mon, 05 Mar 2018 01:05:54 +0530 Pulkit Goyal py3: use b"%d" instead of str() to convert integers to bytes
Sun, 04 Mar 2018 22:40:33 +0530 Pulkit Goyal py3: make sure __repr__ returns a str
Sun, 04 Mar 2018 22:40:08 +0530 Pulkit Goyal py3: make sure regular expressions are bytes
Sun, 04 Mar 2018 10:42:51 -0500 Augie Fackler merge with stable
Sat, 03 Mar 2018 09:19:34 -0500 Yuya Nishihara py3: fix some membership tests on linkrev adjustment
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Wed, 21 Feb 2018 21:14:05 +0900 Yuya Nishihara annotate: do not poorly split lines at CR (issue5798) stable
Sat, 24 Feb 2018 11:21:14 -0800 Gregory Szorc context: remove basectx.__int__ (API)
Tue, 06 Feb 2018 22:36:38 +0900 Yuya Nishihara subrepo: split non-core functions to new module
Fri, 02 Feb 2018 23:27:30 -0500 Matt Harbison context: drop deprecated methods (API)
Wed, 17 Jan 2018 21:43:46 -0500 Augie Fackler context: use native string when peeking in __dict__
Wed, 17 Jan 2018 16:52:13 +0100 Boris Feld write: add the possibility to pass keyword argument from batchget to vfs
Fri, 12 Jan 2018 11:15:41 +0000 Boris Feld visibility: pass a normal repo to _getfilteredreason
Fri, 12 Jan 2018 11:10:18 +0000 Boris Feld visibility: make the filtered message translatable
Fri, 12 Jan 2018 11:09:04 +0000 Boris Feld visibility: fix a comment introduced before which is not up-to-date
Fri, 29 Dec 2017 03:32:04 +0530 Pulkit Goyal py3: use pycompat.ziplist instead of inbuilt zip
Fri, 05 Jan 2018 09:12:08 +0100 Boris Feld visibility: improve the message when accessing filtered obsolete rev