mercurial/dirstate.py
Fri, 21 Sep 2018 19:48:23 -0400 Matt Harbison py3: rename pycompat.getcwd() to encoding.getcwd() (API)
Wed, 05 Sep 2018 09:36:31 -0700 Gregory Szorc merge with stable
Wed, 05 Sep 2018 20:52:22 +0900 Yuya Nishihara dirstate: use tuple interface to fix leak in pack_dirstate() stable
Thu, 23 Aug 2018 18:04:15 -0700 Kyle Lippincott match: document that visitchildrenset might return files
Wed, 08 Aug 2018 17:07:27 -0700 Kyle Lippincott dirstate: add comment on why we don't need to check if something is a dir/file
Tue, 31 Jul 2018 16:47:43 -0700 Kyle Lippincott dirstate: use visitchildrenset in traverse
Mon, 19 Mar 2018 00:06:10 +0530 Pulkit Goyal py3: use pycompat.bytestr() in dirstate.py
Mon, 05 Mar 2018 12:30:20 -0500 Augie Fackler cleanup: use stat_result[stat.ST_MTIME] instead of stat_result.st_mtime
Sat, 03 Mar 2018 06:44:47 -0500 Yuya Nishihara py3: do not pass a float to dict_new_presized()
Fri, 26 Jan 2018 19:48:39 +0900 Yuya Nishihara dirstate: drop explicit files that shouldn't match (BC) (issue4679)
Fri, 02 Feb 2018 23:57:52 -0500 Matt Harbison dirstate: drop deprecated methods (API)
Thu, 01 Feb 2018 16:01:43 -0500 Augie Fackler contrib: fix dirstatenonnormalcheck to work in Python 3
Wed, 17 Jan 2018 21:44:15 -0500 Augie Fackler dirstate: use native strings when peeking in __dict__
Wed, 15 Nov 2017 01:07:42 -0800 Mark Thomas dirstate: make map implementation overridable
Wed, 15 Nov 2017 01:07:42 -0800 Mark Thomas dirstate: add explicit methods for querying directories (API)
Wed, 15 Nov 2017 01:07:42 -0800 Mark Thomas dirstate: remove _droppath method
Wed, 15 Nov 2017 01:07:42 -0800 Mark Thomas dirstate: move dropping of folded filenames into the dirstate map
Wed, 15 Nov 2017 01:07:42 -0800 Mark Thomas dirstate: move management of the dirstate dirs into the dirstatemap
Wed, 15 Nov 2017 01:07:42 -0800 Mark Thomas dirstate: move management of nonnormal sets into dirstate map
Wed, 15 Nov 2017 01:07:42 -0800 Mark Thomas dirstate: add explicit methods for modifying dirstate
Wed, 15 Nov 2017 01:07:42 -0800 Mark Thomas dirstate: document dirstatemap interface
Wed, 08 Nov 2017 09:27:14 -0800 Mark Thomas dirstate: don't remove normallookup files from nonnormalset
Wed, 08 Nov 2017 09:23:53 -0800 Mark Thomas dirstate: clear map cached properties when clearing the map
Fri, 20 Oct 2017 05:53:35 -0700 Mark Thomas dirstate: clean up when restoring identical backups stable
Sat, 28 Oct 2017 12:35:54 -0700 Durham Goode dirstate: remove excess attribute lookups for dirstate.status (issue5714) stable
Thu, 26 Oct 2017 16:15:36 -0700 Durham Goode dirstate: avoid reading the map when possible (issue5713) (issue5717) stable
Thu, 26 Oct 2017 16:15:31 -0700 Durham Goode dirstate: move clear onto dirstatemap class stable
Thu, 05 Oct 2017 11:34:41 -0700 Durham Goode dirstate: move the _dirfoldmap to dirstatemap
Thu, 05 Oct 2017 11:34:41 -0700 Durham Goode dirstate: remove _dirs property cache
Thu, 05 Oct 2017 11:34:41 -0700 Durham Goode dirstate: remove _filefoldmap property cache
Thu, 05 Oct 2017 11:34:41 -0700 Durham Goode dirstate: move identity to dirstatemap
Thu, 05 Oct 2017 11:34:41 -0700 Durham Goode dirstate: move nonnormal and otherparent sets to dirstatemap
Thu, 05 Oct 2017 11:34:41 -0700 Durham Goode dirstate: move write into dirstatemap
Thu, 05 Oct 2017 11:34:41 -0700 Durham Goode dirstate: move _read into dirstatemap
Fri, 30 Jun 2017 03:37:05 +0200 Boris Feld configitems: register the 'debug.dirstate.delaywrite' config
Sun, 01 Oct 2017 16:46:02 +0100 Simon Whitaker dirstate: implement __len__ on dirstatemap (issue5695)
Tue, 26 Sep 2017 03:56:20 -0700 Durham Goode dirstate: move parents source of truth to dirstatemap
Tue, 26 Sep 2017 03:56:20 -0700 Durham Goode dirstate: move parent reading to the dirstatemap class
Tue, 26 Sep 2017 03:56:20 -0700 Durham Goode dirstate: move opendirstatefile to dirstatemap
Tue, 26 Sep 2017 03:56:20 -0700 Durham Goode dirstate: move _copymap to dirstatemap
Tue, 26 Sep 2017 03:56:20 -0700 Durham Goode dirstate: move _dirs to dirstatemap
Tue, 26 Sep 2017 03:56:20 -0700 Durham Goode dirstate: move filefoldmap to dirstatemap
Tue, 26 Sep 2017 03:56:20 -0700 Durham Goode dirstate: move nonnormalentries to dirstatemap
Tue, 26 Sep 2017 03:56:20 -0700 Durham Goode dirstate: create new dirstatemap class
Thu, 14 Sep 2017 09:41:22 -0700 Michael Bolin dirstate: perform transactions with _map using single call, where possible
Tue, 22 Aug 2017 20:03:07 -0400 Augie Fackler python3: wrap all uses of <exception>.strerror with strtolocal
Wed, 23 Aug 2017 18:24:57 +0000 Michael Bolin dirstate: perform transactions with _copymap using single call, where possible
Thu, 10 Aug 2017 18:55:33 -0400 Augie Fackler merge with stable
Tue, 08 Aug 2017 18:53:13 +0000 Alex Gaynor dirstate: simplify dirstate's __iter__
Wed, 26 Jul 2017 22:10:15 +0900 Yuya Nishihara pathauditor: disable cache of audited paths by default (issue5628) stable
Wed, 26 Jul 2017 22:10:15 +0900 Yuya Nishihara pathauditor: disable cache of audited paths by default (issue5628) stable
Wed, 12 Jul 2017 15:24:07 -0700 Adam Simpkins dirstate: update backup functions to take full backup filename
Sat, 08 Jul 2017 16:18:04 -0700 Gregory Szorc dirstate: expose a sparse matcher on dirstate (API)
Mon, 03 Jul 2017 02:52:40 +0900 FUJIWARA Katsunori dirstate: centralize _cwd handling into _cwd method
Sat, 10 Jun 2017 14:09:54 -0700 Siddharth Agarwal filestat: move __init__ to frompath constructor
Fri, 09 Jun 2017 13:07:48 +0900 FUJIWARA Katsunori dirstate: add identity information to detect simultaneous changing in storage
Sun, 04 Jun 2017 16:08:50 -0700 Siddharth Agarwal dirstate: add docstring for invalidate
Thu, 01 Jun 2017 00:40:52 -0700 Siddharth Agarwal match: introduce nevermatcher for when no ignore files are present
Mon, 29 May 2017 00:00:02 -0400 Augie Fackler cleanup: rename all iteritems methods to items and add iteritems alias
Sat, 13 Aug 2016 12:23:56 +0900 Yuya Nishihara parsers: switch to policy importer
less more (0) -300 -100 -60 tip