log mercurial/dirstate.py @ 24553:afc29e29d569

age author description
Tue, 31 Mar 2015 15:41:02 -0700 Siddharth Agarwal dirstate: fix order of initializing nf vs f
Tue, 31 Mar 2015 16:14:14 -0500 Matt Mackall merge with stable
Sun, 29 Mar 2015 19:47:16 -0700 Siddharth Agarwal dirstate.walk: use the file foldmap to normalize
Sun, 29 Mar 2015 19:42:49 -0700 Siddharth Agarwal dirstate: split the foldmap into separate ones for files and directories
Sat, 28 Mar 2015 18:53:54 -0700 Siddharth Agarwal dirstate: introduce function to normalize just filenames
Sun, 29 Mar 2015 19:23:05 -0700 Siddharth Agarwal dirstate: factor out code to discover normalized path
Tue, 31 Mar 2015 11:11:39 -0400 Matt Harbison dirstate: don't require exact case when adding dirs on icasefs (issue4578) stable
Sun, 29 Mar 2015 18:28:48 -0700 Siddharth Agarwal dirstate._walkexplicit: don't bother normalizing '.'
Sun, 29 Mar 2015 23:28:30 -0700 Siddharth Agarwal dirstate._walkexplicit: drop normpath calls
Sun, 29 Mar 2015 23:27:25 -0700 Siddharth Agarwal dirstate._walkexplicit: indicate root as '.', not ''
Wed, 29 Oct 2014 08:43:39 -0700 Martin von Zweigbergk match: add isexact() method to hide internals
Thu, 05 Mar 2015 15:52:07 -0600 Matt Mackall merge with stable
Fri, 06 Mar 2015 00:14:22 +0900 Yuya Nishihara dirstate: make sure rootdir ends with directory separator (issue4557) stable
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich dirstate: clarify comment about leaving normal files undef if changed 'now'
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich dirstate: ignore negative debug.dirstate.delaywrite values - they crashed it
Tue, 16 Dec 2014 14:34:53 -0800 Siddharth Agarwal ignore: resolve ignore files relative to repo root (issue4473) (BC)
Thu, 04 Dec 2014 05:43:15 -0800 Pierre-Yves David dirstate: use the 'nogc' decorator
Wed, 19 Nov 2014 23:15:07 -0800 Martin von Zweigbergk dirstate: speed up repeated missing directory checks
Fri, 10 Oct 2014 10:14:35 -0700 Martin von Zweigbergk status: update and move documentation of status types to status class
Fri, 10 Oct 2014 14:32:36 -0700 Martin von Zweigbergk status: create class for status lists
Fri, 03 Oct 2014 21:44:10 -0700 Martin von Zweigbergk dirstate: separate 'lookup' status field from others
Sat, 11 Oct 2014 14:05:09 -0500 Matt Mackall dirstate: merge falls through to otherparent
Fri, 10 Oct 2014 13:31:06 -0500 Matt Mackall dirstate: use 'm' state in otherparent to reduce ambiguity
Fri, 10 Oct 2014 13:05:50 -0500 Matt Mackall dirstate: properly clean-up some more merge state on setparents
Fri, 03 Oct 2014 18:48:09 -0700 Siddharth Agarwal dirstate: cache util.normcase while constructing the foldmap
Wed, 17 Sep 2014 13:08:03 -0700 Siddharth Agarwal dirstate: copyedit exception for no beginparentchange call
Fri, 05 Sep 2014 11:37:44 -0700 Durham Goode dirstate: add exception when calling setparent without begin/end (API)
Fri, 05 Sep 2014 11:34:29 -0700 Durham Goode dirstate: add begin/endparentchange to dirstate
Fri, 01 Aug 2014 22:05:16 -0700 Siddharth Agarwal dirstate: add a method to efficiently filter by match
Tue, 22 Jul 2014 23:59:30 +0900 FUJIWARA Katsunori dirstate: delay writing out to ensure timestamp of each entries explicitly stable