log mercurial/dirstate.py @ 29530:3239e2fdd2e2

age author description
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
Wed, 23 Dec 2015 13:16:03 -0800 Laurent Charignon dirstate: call the C implementation of nonnonormalentries when available
Fri, 01 Jan 2016 23:40:54 +0100 Laurent Charignon dirstate: add code to update the non-normal set
Wed, 23 Dec 2015 13:13:22 -0800 Laurent Charignon dirstate: attach the nonnormalset to a propertycache
Mon, 21 Dec 2015 16:22:43 -0800 Laurent Charignon dirstate: add a function to compute non-normal entries from the dmap
Mon, 21 Dec 2015 21:38:53 -0800 Gregory Szorc dirstate: use absolute_import
Wed, 16 Dec 2015 20:58:26 -0600 Matt Mackall dirstate: make delaywrite sleep until the next multiple of n seconds
Wed, 16 Dec 2015 20:49:18 -0600 Matt Mackall dirstate: only invoke delaywrite if relevant
Wed, 16 Dec 2015 20:46:53 -0600 Matt Mackall dirstate: move delaywrite logic from write to _write
Mon, 30 Nov 2015 11:23:15 -0800 Christian Delahousse dirstate: change debugrebuilddirstate --minimal to use dirstate.rebuild
Thu, 19 Nov 2015 13:15:17 -0600 Matt Mackall util: drop statmtimesec
Tue, 17 Nov 2015 13:47:16 -0800 Bryan O'Sullivan dirstate: back out 502b56a9e897
Mon, 09 Nov 2015 10:43:23 -0800 Mateusz Kwapich dirstate: fix filefoldmap incosistency on file delete stable
Mon, 19 Oct 2015 12:07:17 -0700 James Mills dirstate: fix invalid reference to self.ui
Sat, 17 Oct 2015 00:58:46 +0200 Mads Kiilerich spelling: trivial spell checking
Sat, 17 Oct 2015 01:15:34 +0900 FUJIWARA Katsunori dirstate: show develwarn for write() invocation without transaction
Sat, 17 Oct 2015 01:15:34 +0900 FUJIWARA Katsunori dirstate: remove layering violation around writing dirstate out
Sat, 17 Oct 2015 01:15:33 +0900 FUJIWARA Katsunori dirstateguard: remove layering violation around saving/restoring backup