log mercurial/dirstate.py @ 25420:c2ec81891502

age author description
Tue, 19 May 2015 10:40:40 -0700 Martin von Zweigbergk dirstate: use match.prefix() instead of 'not match.anypats()'
Tue, 19 May 2015 10:13:43 -0700 Martin von Zweigbergk dirstate: avoid match.files() in walk()
Wed, 20 May 2015 01:06:09 +0900 FUJIWARA Katsunori dirstate: use open/read of vfs(opener) explicitly instead of read
Wed, 20 May 2015 01:06:09 +0900 FUJIWARA Katsunori dirstate: use self._filename instead of immediate string `dirstate`
Sat, 16 May 2015 16:06:22 -0700 Durham Goode ignore: use 'include:' rules instead of custom syntax
Sat, 16 May 2015 15:24:43 -0700 Durham Goode ignore: remove .hgignore from ignore list if nonexistent
Sat, 16 May 2015 14:34:19 -0400 Augie Fackler cleanup: use __builtins__.all instead of util.all
Wed, 22 Apr 2015 23:38:52 +0900 FUJIWARA Katsunori dirstate: use pathutil.normasprefix to ensure os.sep at the end of root stable
Mon, 06 Apr 2015 14:36:08 -0700 Drew Gottlieb util: move dirs() and finddirs() from scmutil to util
Mon, 06 Apr 2015 17:16:55 -0500 Matt Mackall merge with stable
Sat, 04 Apr 2015 21:54:12 -0700 Martin von Zweigbergk dirstate.walk: don't report same file stat multiple times stable
Wed, 01 Apr 2015 00:44:33 -0700 Siddharth Agarwal dirstate: use parsers.make_file_foldmap when available
Tue, 31 Mar 2015 19:34:37 -0700 Siddharth Agarwal dirstate._normalize: don't construct dirfoldmap if not necessary
Tue, 31 Mar 2015 19:29:39 -0700 Siddharth Agarwal dirstate.walk: don't keep track of normalized files in parallel
Tue, 31 Mar 2015 19:18:27 -0700 Siddharth Agarwal dirstate.walk: factor out directory traversal
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
Tue, 27 May 2014 21:02:16 -0700 Siddharth Agarwal dirstate.status: assign members one by one instead of unpacking the tuple
Tue, 27 May 2014 14:27:41 -0700 Siddharth Agarwal parsers: inline fields of dirstate values in C version
Tue, 27 May 2014 17:10:28 -0700 Siddharth Agarwal dirstate: add dirstatetuple to create dirstate values
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich dirstate: report bad subdirectories as match.bad, not just a warning (BC)
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich dirstate: improve documentation and readability of match and ignore in the walker
Sat, 27 Apr 2013 23:19:52 +0200 Mads Kiilerich dirstate: inline local finish function
Mon, 03 Mar 2014 15:50:41 +0900 Yuya Nishihara dirstate: remove double imports of errno
Fri, 31 Jan 2014 15:13:15 -0800 Pierre-Yves David rebase: do not crash in panic when cwd disapear in the process (issue4121) stable
Wed, 06 Nov 2013 18:19:04 -0500 Augie Fackler pathutil: tease out a new library to break an import cycle from canonpath use
Mon, 14 Oct 2013 00:25:29 -0400 Siddharth Agarwal dirstate.status: return explicit unknown files even when not asked
Sat, 31 Aug 2013 10:20:15 -0700 Siddharth Agarwal dirstate.status: don't ignore symlink placeholders in the normal set
Fri, 17 May 2013 17:22:08 -0500 Matt Mackall merge with stable
Fri, 17 May 2013 14:31:06 -0500 Matt Mackall dirstate: don't overnormalize for ui.slash stable
Tue, 23 Apr 2013 14:16:33 -0700 Siddharth Agarwal dirstate.status: avoid full walks when possible
Mon, 22 Apr 2013 17:11:18 -0700 Siddharth Agarwal dirstate.walk: add a flag to let extensions avoid full walks
Tue, 07 May 2013 14:20:34 -0700 Siddharth Agarwal dirstate._walkexplicit: inline dirsnotfound.append
Tue, 07 May 2013 14:19:04 -0700 Siddharth Agarwal dirstate._walkexplicit: rename work to dirsfound
Tue, 07 May 2013 10:02:55 -0700 Siddharth Agarwal dirstate.walk: refactor explicit walk into separate function
Tue, 07 May 2013 09:31:00 -0700 Siddharth Agarwal dirstate.walk: pull skipstep3 out of the explicit walk code
Tue, 07 May 2013 09:47:10 -0700 Siddharth Agarwal dirstate.walk: move dirignore filter out of explicit walk code
Tue, 07 May 2013 09:29:43 -0700 Siddharth Agarwal dirstate.walk: maintain a list of dirs not found
Fri, 03 May 2013 14:41:58 -0700 Siddharth Agarwal match: make explicitdir and traversedir None by default
Fri, 03 May 2013 14:39:28 -0700 Siddharth Agarwal dirstate.walk: cache match.explicitdir and traversedir locally
Sun, 28 Apr 2013 21:25:41 -0700 Siddharth Agarwal dirstate.walk: call match.explicitdir or traversedir as appropriate
Fri, 03 May 2013 09:44:50 -0700 Durham Goode hgignore: fix regression with hgignore directory matches (issue3921) stable
Tue, 30 Apr 2013 05:00:48 +0900 FUJIWARA Katsunori icasefs: ignore removed files at building "dirstate._foldmap" up on icasefs stable
Wed, 10 Apr 2013 15:08:26 -0700 Bryan O'Sullivan scmutil: use new dirs class in dirstate and context
Wed, 10 Apr 2013 15:08:25 -0700 Bryan O'Sullivan scmutil: migrate finddirs from dirstate
Wed, 03 Apr 2013 11:35:27 -0700 Bryan O'Sullivan dirstate: only call lstat once per flags invocation
Fri, 22 Mar 2013 17:03:49 -0700 Siddharth Agarwal dirstate.walk: fast path none-seen + match-always case for step 3
Fri, 22 Mar 2013 17:03:00 -0700 Siddharth Agarwal dirstate.walk: fast path match-always case during traversal
Mon, 25 Mar 2013 14:12:39 -0700 Siddharth Agarwal dirstate.walk: remove subrepo and .hg from results before step 3
Thu, 21 Mar 2013 16:31:28 -0700 Bryan O'Sullivan completion: add a debugpathcomplete command
Wed, 06 Mar 2013 20:13:09 -0800 Durham Goode strip: make --keep option not set all dirstate times to 0
Sun, 10 Feb 2013 12:23:39 -0800 Durham Goode dirstate: fix generator/list error when using python 2.7
Mon, 11 Feb 2013 01:21:24 +0100 Benoit Boissinot merge crew and main
Sun, 10 Feb 2013 16:23:14 +0000 Siddharth Agarwal dirstate: disable gc while parsing the dirstate
Mon, 04 Feb 2013 14:27:15 -0800 Durham Goode dirstate: walk returns None for files that have a symlink in their path
Thu, 17 Jan 2013 23:46:08 -0800 Siddharth Agarwal dirstate: move pure python dirstate packing to pure/parsers.py
Sun, 16 Dec 2012 20:33:00 +0200 Idan Kamara dirstate: refresh _branch cache entry after writing it
Sun, 16 Dec 2012 23:02:54 -0600 Kevin Bullock merge with crew-stable
Thu, 29 Nov 2012 08:44:54 -0500 Tim Henigan dirstate: remove obsolete comment from setbranch stable
Sat, 15 Dec 2012 20:19:07 +0200 Idan Kamara dirstate: don't rename branch file if writing it failed stable
Mon, 03 Dec 2012 14:21:45 -0800 Siddharth Agarwal dirstate: inline more properties and methods in status
Tue, 04 Dec 2012 10:29:18 -0800 Siddharth Agarwal dirstate: test normalize is truthy instead of using a no-op lambda
Fri, 30 Nov 2012 15:55:08 -0800 Bryan O'Sullivan dirstate: avoid use of zip on big lists
Fri, 30 Nov 2012 15:55:07 -0800 Bryan O'Sullivan dirstate: move file type filtering to its source
Thu, 29 Nov 2012 08:44:54 -0500 Tim Henigan dirstate: remove obsolete comment from setbranch
Tue, 27 Nov 2012 08:47:35 -0500 Tim Henigan update: allow update to existing branches with invalid names (issue3710) stable
Tue, 23 Oct 2012 21:25:22 -0700 Bryan O'Sullivan dirstate: handle dangling junctions on windows (issue2579) stable
Wed, 17 Oct 2012 21:42:06 -0500 Kevin Bullock scmutil: add bad character checking to checknewlabel
Wed, 17 Oct 2012 21:32:19 -0500 Kevin Bullock dirstate: use scmutil.checknewlabel to check new branch name
Mon, 08 Oct 2012 17:50:42 -0500 Matt Mackall dirstate: handle large dates and times with masking (issue2608)
Mon, 16 Jul 2012 16:19:53 -0500 Matt Mackall dirstate: drop assert
Wed, 04 Jul 2012 01:31:37 +0200 Adrian Buehlmann dirstate: eliminate redundant check parameter on _addpath()
Mon, 18 Jun 2012 08:06:42 -0700 Joshua Redstone dirstate: factor common update code into _addpath
Wed, 30 May 2012 12:55:33 -0700 Bryan O'Sullivan parsers: add a C function to pack the dirstate
Sat, 12 May 2012 16:00:57 +0200 Brodie Rao cleanup: "not x in y" -> "x not in y"
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Sun, 29 Apr 2012 22:25:55 +0200 Patrick Mezard localrepo: add setparents() to adjust dirstate copies (issue3407) stable
Sat, 28 Apr 2012 20:29:21 +0200 Patrick Mezard dirstate: preserve path components case on renames (issue3402) stable
Sun, 22 Apr 2012 20:06:36 +0200 Patrick Mezard rebase: skip resolved but emptied revisions stable
Thu, 19 Apr 2012 18:11:42 +0300 Idan Kamara dirstate: write branch file atomically stable
Sat, 31 Mar 2012 15:55:03 +0900 FUJIWARA Katsunori dirstate: fix some problems for recursive case normalization (issue3342) stable
Sat, 31 Mar 2012 00:04:08 +0900 FUJIWARA Katsunori dirstate: avoid normalizing letter case on icasefs for exact match (issue3340) stable
Wed, 28 Mar 2012 19:24:13 -0500 Matt Mackall dirstate: normalize case of directory components stable
Thu, 15 Mar 2012 00:46:37 +0900 FUJIWARA Katsunori icasefs: use case preserved root for 'util.fspath()' invocation (issue3302) stable
Thu, 01 Mar 2012 17:49:59 +0200 Idan Kamara dirstate: filecacheify _ignore (issue3278) stable 2.1.1
Thu, 01 Mar 2012 17:42:49 +0200 Idan Kamara dirstate: filecacheify _branch stable
Thu, 01 Mar 2012 17:39:58 +0200 Idan Kamara dirstate: add filecache support stable
Thu, 23 Feb 2012 00:07:54 +0900 FUJIWARA Katsunori context: add 'dirs()' to changectx/workingctx for directory patterns stable
Mon, 09 Jan 2012 20:16:57 -0600 Matt Mackall merge with stable
Fri, 06 Jan 2012 07:37:59 +0100 Pierre-Yves David dirstate: propagate IOError other than ENOENT when reading branch stable
Sun, 08 Jan 2012 18:15:54 +0100 Martin Geisler Use explicit integer division
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori icasefs: avoid normcase()-ing in util.fspath() for efficiency stable