log mercurial/dirstate.py @ 32164:29e286fa4db0

age author description
Tue, 21 Mar 2017 06:50:28 -0700 Ryan McElroy dirstate: use tryunlink
Sun, 19 Mar 2017 01:08:17 -0400 Augie Fackler dirstate: use future-proof next(iter) instead of iter.next
Thu, 16 Mar 2017 09:00:27 +0530 Pulkit Goyal dirstate: use list comprehension to get a list of keys
Wed, 08 Mar 2017 17:35:20 -0800 Durham Goode dirstate: track otherparent files same as nonnormal
Wed, 01 Mar 2017 18:21:06 -0800 Jun Wu dirstate: avoid unnecessary load+dump during backup
Wed, 01 Mar 2017 17:59:21 -0800 Jun Wu dirstate: try to use hardlink to backup dirstate
Sun, 05 Mar 2017 16:20:07 -0800 Durham Goode dirstate: track updated files to improve write time
Tue, 21 Feb 2017 01:20:59 +0900 FUJIWARA Katsunori txnutil: factor out the logic to read file in according to HG_PENDING
Sun, 18 Dec 2016 01:34:41 +0530 Pulkit Goyal py3: replace os.environ with encoding.environ (part 1 of 5)
Sat, 17 Dec 2016 20:02:50 +0530 Pulkit Goyal py3: replace os.sep with pycompat.ossep (part 2 of 4)
Wed, 23 Nov 2016 00:03:11 +0530 Pulkit Goyal py3: use pycompat.getcwd() instead of os.getcwd()
Sun, 06 Nov 2016 04:10:33 +0530 Pulkit Goyal py3: use pycompat.ossep at certain places
Tue, 18 Oct 2016 16:52:35 +0200 Mads Kiilerich dirstate: fix debug.dirstate.delaywrite to use the new "now" after sleeping stable
Tue, 30 Aug 2016 15:16:28 -0700 Mateusz Kwapich dirstate: rebuild should update dirstate properly
Tue, 30 Aug 2016 09:22:53 -0700 Martin von Zweigbergk util: rename checkcase() to fscasesensitive() (API)
Thu, 11 Aug 2016 08:00:41 -0700 Mateusz Kwapich dirstate: add callback to notify extensions about wd parent change
Tue, 02 Aug 2016 16:51:27 +0200 Pierre-Yves David deprecation: enforce thew 'tr' argument of 'dirstate.write' (API)
Mon, 13 Jun 2016 05:11:56 +0900 FUJIWARA Katsunori dirstate: make restoring from backup avoid ambiguity of file stat
Fri, 03 Jun 2016 00:44:20 +0900 FUJIWARA Katsunori dirstate: make writing branch file out avoid ambiguity of file stat
Fri, 03 Jun 2016 00:44:20 +0900 FUJIWARA Katsunori dirstate: make writing dirstate file out avoid ambiguity of file stat
Thu, 26 May 2016 17:36:44 -0700 Mateusz Kwapich distate: add assertions to backup functions
Wed, 25 May 2016 16:36:16 -0700 Mateusz Kwapich dirstate: don't use actualfilename to name the backup file
Wed, 25 May 2016 16:09:07 -0700 Mateusz Kwapich dirstate: remove file from copymap on drop
Fri, 13 May 2016 13:28:09 -0700 Mateusz Kwapich dirstate: add prefix and suffix arguments to backup
Thu, 05 May 2016 19:32:51 +0200 Pierre-Yves David cleanup: replace False identity testing with an explicit token object
Wed, 11 May 2016 09:31:47 +0200 Pierre-Yves David devel: officially deprecate dirstate.write without transaction argument
Thu, 05 May 2016 17:06:54 -0700 Mateusz Kwapich dirstate: make backup methods public
Sun, 08 May 2016 10:43:41 +0200 Pierre-Yves David devel: use the new 'config' argument for the dirstate develwarn
Tue, 05 Jan 2016 07:52:04 -0800 Laurent Charignon dirstate: add a way to get the ignore file/line matching an ignored file
Wed, 23 Dec 2015 11:52:54 -0800 Laurent Charignon dirstate: extract logic to compute the list of ignorefiles