log mercurial/dirstate.py @ 18651:e556659340f0

age author description
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
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori dirstate: prevent useless util.fspath() invocation for '.' stable
Tue, 22 Nov 2011 17:26:31 -0600 Matt Mackall dirstate: use util.normcase to build foldmap stable
Tue, 15 Nov 2011 14:25:11 -0600 Matt Mackall dirstate: fix case-folding identity for traditional Unix stable
Tue, 01 Nov 2011 15:19:37 -0500 Matt Mackall dirstate: don't fail when dropping a not-tracked file (issue3080) stable 2.0
Sat, 22 Oct 2011 16:12:33 -0500 Matt Mackall windows: recompute flags when committing a merge (issue1802) stable
Thu, 25 Aug 2011 20:21:04 -0400 Greg Ward atomictempfile: make close() consistent with other file-like objects.
Thu, 26 May 2011 17:15:35 -0500 Matt Mackall dirstate: rename forget to drop
Sun, 08 May 2011 20:45:47 +0200 Adrian Buehlmann rename util.is_exec to isexec
Mon, 02 May 2011 10:11:18 +0200 Dan Villiom Podlaski Christiansen prevent transient leaks of file handle by using new helper functions
Thu, 21 Apr 2011 13:18:52 +0200 Adrian Buehlmann move checkfilename from util to scmutil
Fri, 15 Apr 2011 16:15:30 +0200 Adrian Buehlmann util: new function checkfilename
Mon, 04 Apr 2011 15:52:55 -0500 Matt Mackall dirstate: add p1/p2 convenience methods
Fri, 25 Mar 2011 15:03:53 +0100 Adrian Buehlmann dirstate: eliminate _lastnormal set
Thu, 24 Mar 2011 18:39:54 +0100 Adrian Buehlmann dirstate: check mtime when adding to _lastnormal
Wed, 23 Mar 2011 11:22:29 +0100 Adrian Buehlmann dirstate: reset _lastnormal and _lastnormaltime
Wed, 23 Mar 2011 09:34:22 -0500 Matt Mackall dirstate: flush _lastnormal when we see newer filesystem times
Wed, 23 Mar 2011 09:20:40 -0500 Matt Mackall merge with stable
Tue, 22 Mar 2011 11:59:43 -0500 Matt Mackall dirstate: introduce a public case normalizing method stable
Sun, 20 Mar 2011 17:41:09 -0400 Greg Ward dirstate: avoid a race with multiple commits in the same process
Fri, 24 Dec 2010 15:23:01 +0100 Dan Villiom Podlaski Christiansen explicitly close files
Fri, 04 Feb 2011 09:17:07 +0100 Martin Geisler merge with stable
Fri, 04 Feb 2011 09:05:23 +0100 trbs subrepo: fix pruning of subrepo filenames in dirstate (issue2619) stable
Wed, 05 Jan 2011 15:56:03 +0100 Martin Geisler merge with stable
Tue, 04 Jan 2011 03:53:11 -0800 Oleg Stepanov subrepo: do not report known files inside repositories as unknown stable
Thu, 02 Dec 2010 03:43:06 +0100 David Soria Parra avoid .split() in for loops and use tuples instead
Wed, 24 Nov 2010 15:56:32 -0600 Matt Mackall branch: operate on branch names in local string space where possible
Mon, 22 Nov 2010 12:43:31 -0600 Matt Mackall dirstate: warn on invalid parents rather than aborting
Mon, 01 Nov 2010 14:18:42 -0500 Matt Mackall dirstate: skip optimization on case-folding FS (issue2440) stable
Fri, 24 Sep 2010 12:46:54 -0500 Matt Mackall backout most of 4f8067c94729
Thu, 23 Sep 2010 00:02:31 -0500 Brodie Rao cleanup: use x in (a, b) instead of x == a or x == b
Mon, 20 Sep 2010 22:29:13 +0200 Patrick Mezard Merge with stable
Mon, 20 Sep 2010 21:46:56 +0200 Patrick Mezard Use lexists() instead of exists() where appropriate stable
Fri, 10 Sep 2010 23:53:51 +0200 Martin Geisler dirstate: use one pass to filter out files in subrepos
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler cmdutil: use repo.auditor when constructing match object
Mon, 09 Aug 2010 15:31:56 +0200 Martin Geisler dirstate: ignore symlinks when fs cannot handle them (issue1888) stable
Tue, 20 Apr 2010 11:17:01 +0200 Benoit Boissinot dirstate: more explicit name, rename normaldirty() to otherparent()
Fri, 16 Apr 2010 19:18:20 +0200 Benoit Boissinot dirstate: remove unused variable
Tue, 06 Apr 2010 11:49:42 +0200 Benoit Boissinot dirstate: no need to iterate twice, a dict can be updated in place stable
Mon, 05 Apr 2010 18:13:20 +0200 Benoit Boissinot dirstate: fix in memory dirstate entries for 1-second race stable
Thu, 11 Feb 2010 17:44:01 -0600 Matt Mackall Merge with stable
Thu, 11 Feb 2010 12:02:48 -0200 Wagner Bruna branch: avoid using reserved tag names stable
Mon, 08 Feb 2010 15:36:34 +0100 Benoit Boissinot fix coding style (reported by pylint)
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Thu, 31 Dec 2009 17:19:30 -0600 Augie Fackler dirstate: don't check state of subrepo directories
Sun, 27 Dec 2009 23:24:05 +0100 Martin Geisler dirstate: improve docstring formatting
Sat, 31 Oct 2009 16:56:58 +0100 Benoit Boissinot remove unused imports
Mon, 19 Oct 2009 22:19:28 +0300 Alexander Solovyov make path expanding more consistent
Thu, 01 Oct 2009 15:36:45 -0400 Greg Ward dirstate: add/improve method docstrings.
Thu, 01 Oct 2009 17:17:52 +0200 Adrian Buehlmann dirstate: kill dirstate.granularity config option
Sat, 22 Aug 2009 10:25:50 +0200 Dirkjan Ochtman merge with crew-stable
Fri, 21 Aug 2009 14:17:23 +0200 Adrian Buehlmann dirstate.write: don't ignore stat data if mtime is in the future (issue1790)
Wed, 05 Aug 2009 22:51:30 -0700 Brendan Cully Backed out changeset 26fa0e31011d.
Sun, 26 Jul 2009 18:02:06 +0200 Dan Villiom Podlaski Christiansen dirstate: fold paths using the just added util.realpath() function.
Sat, 13 Jun 2009 22:42:16 +0200 Patrick Mezard dirstate: fix typo introduced by 3507f6c7715c
Mon, 08 Jun 2009 18:14:44 -0500 Matt Mackall dirstate: eliminate reference cycle from normalize
Thu, 04 Jun 2009 16:21:09 -0500 Matt Mackall dirstate: don't complain about 0-length files
Mon, 01 Jun 2009 20:25:01 -0500 Matt Mackall dirstate: more accurate use of match.dir callback
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall match: fold plan cases down to two special cases
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall walk: refactor walk plan
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall walk: use match.bad callback for filetype messages
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall match: ignore return of match.bad
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall walk: simplify logic for badfn clause
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall walk: we always have a badfn
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall walk: simplify check for missing file
Wed, 27 May 2009 23:39:41 +0200 Martin Geisler dirstate: fixed typo in comment
Mon, 25 May 2009 12:48:15 -0500 Matt Mackall dirstate: notice truncated parents read
Thu, 14 May 2009 19:54:26 +0200 Simon Heimberg dirstate: skip step 3 in walk if nothing new will match
Thu, 14 May 2009 10:50:45 +0200 Simon Heimberg dirstate: set more states in step 1 of walk
Thu, 14 May 2009 19:47:52 +0200 Simon Heimberg dirstate: use quicker matchfn() instead of match() everywhere
Tue, 28 Apr 2009 17:40:46 +0200 Simon Heimberg separate import lines from mercurial and general python modules
Fri, 08 May 2009 07:54:00 +0200 Simon Heimberg dirstate: translate forgotten string
Wed, 29 Apr 2009 20:47:18 -0500 Matt Mackall dirstate: use propertycache
Sun, 26 Apr 2009 01:13:08 +0200 Martin Geisler put license and copyright info into comment blocks
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace util.sort with sorted built-in
Wed, 22 Apr 2009 00:56:06 +0200 Martin Geisler util: use built-in set instead of util.unique
Sun, 04 Jan 2009 21:32:40 +0100 Patrick Mezard mq: drop copy records when refreshing regular patches (issue1441)
Tue, 28 Oct 2008 19:25:26 +0100 Benoit Boissinot remove unused variables
Sat, 18 Oct 2008 16:30:50 +0200 Dirkjan Ochtman get rid of semi-colon introduced in 16bafcebd3d1
Sat, 18 Oct 2008 04:26:06 -0500 Matt Mackall dirstate: always add times to map as integers
Thu, 09 Oct 2008 10:29:47 -0400 Petr Kodl Take advantage of fstat calls clustering per directory if OS support it.
Wed, 15 Oct 2008 14:52:27 +0200 Benoit Boissinot dirstate.walk: skip unreadable directories (issue1213)
Wed, 15 Oct 2008 01:14:29 +0200 Benoit Boissinot dirstate._dirs: fix refcounting broken by 7dfac37cfabf
Sun, 12 Oct 2008 15:21:08 -0500 Matt Mackall dirstate: C parsing extension
Tue, 30 Sep 2008 17:23:08 -0400 Petr Kodl Eliminate normpath from foldmap calls.
Tue, 30 Sep 2008 17:23:08 -0400 Petr Kodl issue 1286: dirstat regression on case folding systems
Sat, 13 Sep 2008 10:46:47 -0500 Matt Mackall listdir: add support for aborting if a certain path is found
Fri, 12 Sep 2008 19:57:07 -0500 Matt Mackall dirstate: improve performance for building _dirs
Wed, 10 Sep 2008 22:54:28 +0200 Benoit Boissinot dirstate: use the right variable (f, not ff)
Mon, 08 Sep 2008 13:07:00 +0200 Peter Ruibal use Exception(args)-style raising consistently (py3k compatibility)
Tue, 02 Sep 2008 22:04:09 +0200 Benoit Boissinot make normalize() work when cwd != repo.root
Sat, 02 Aug 2008 19:34:50 +0400 Andrei Vermel Fix normalize fail on non-lowercase filename (Issue1273)
Tue, 02 Sep 2008 17:32:07 +0200 Benoit Boissinot dirstate: explain why appending instead of os.path.join() is safe
Tue, 02 Sep 2008 15:12:50 +0200 Benoit Boissinot performance: normalize self._root, avoid calling os.path.join() in dirstate
Tue, 02 Sep 2008 15:08:26 +0200 Benoit Boissinot performance: do not stat() things when not required
Tue, 22 Jul 2008 13:03:31 -0500 Matt Mackall dirstate.walk: speed up calling match function
Tue, 22 Jul 2008 13:03:29 -0500 Matt Mackall dirstate.walk: reduce sorting in step 3
Tue, 22 Jul 2008 13:03:25 -0500 Matt Mackall dirstate.walk: inline imatch
Tue, 22 Jul 2008 13:03:24 -0500 Matt Mackall dirstate.walk: more cleanups
Tue, 22 Jul 2008 13:03:23 -0500 Matt Mackall dirstate.walk: fold in _supported
Tue, 22 Jul 2008 13:03:21 -0500 Matt Mackall dirstate.walk: build a dict rather than yield
Tue, 22 Jul 2008 13:03:20 -0500 Matt Mackall dirstate.walk: minor cleanups
Tue, 22 Jul 2008 13:03:19 -0500 Matt Mackall dirstate.walk: push sorting up
Tue, 22 Jul 2008 13:03:18 -0500 Matt Mackall dirstate.walk: pull directory scanning into top-level loop
Tue, 22 Jul 2008 13:03:17 -0500 Matt Mackall dirstate.walk: unify match.dir logic
Tue, 22 Jul 2008 13:03:16 -0500 Matt Mackall dirstate.walk: simplify .hg scan bisect logic
Tue, 22 Jul 2008 13:03:15 -0500 Matt Mackall dirstate.walk: track normalized directory names
Tue, 22 Jul 2008 13:03:14 -0500 Matt Mackall dirstate: simplify normalize logic
Tue, 22 Jul 2008 13:03:13 -0500 Matt Mackall dirstate.walk: change names for dc and known
Tue, 22 Jul 2008 13:03:10 -0500 Matt Mackall dirstate.walk: fold findfiles into main walk loop
Tue, 22 Jul 2008 13:03:08 -0500 Matt Mackall dirstate.walk: eliminate filter function
Tue, 22 Jul 2008 13:02:36 -0500 Matt Mackall dirstate.walk: eliminate src from yield
Sun, 20 Jul 2008 19:25:08 +0200 Patrick Mezard dirstate: remove superfluous normalize() call in walk()
Sun, 20 Jul 2008 19:08:59 +0200 Patrick Mezard dirstate: fix _droppath() typo from 80605a8127e0
Fri, 11 Jul 2008 18:46:02 -0500 Matt Mackall dirstate: simplify/optimize path checking
Fri, 27 Jun 2008 18:28:45 -0500 Matt Mackall util: add sort helper
Thu, 26 Jun 2008 15:55:23 -0500 Matt Mackall dirstate: improve case-folding logic
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall dirstate: fold statwalk and walk
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall repo.status: eliminate list_
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall add __len__ and __iter__ methods to repo and revlog
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall manifest: remove execf/linkf methods
Thu, 26 Jun 2008 13:58:24 -0500 Matt Mackall rename checkfolding to checkcase
Thu, 26 Jun 2008 13:58:22 -0500 Matt Mackall dirstate: remove unused folding function
Thu, 26 Jun 2008 13:46:34 -0500 Matt Mackall simplify flag handling
Sun, 15 Jun 2008 13:05:39 +0200 Patrick Mezard Merge with crew-stable
Sun, 15 Jun 2008 13:01:03 +0200 Patrick Mezard Ignore dummy copies in dirstate and localrepo.filecommit()
Fri, 06 Jun 2008 19:23:29 +0100 Paul Moore Add a normalize() method to dirstate
Fri, 06 Jun 2008 08:29:16 +0100 Paul Moore Add a folding() method to dirstate
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: remove files arg from repo.status and friends
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall dirstate: remove default from status list_unknown
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall dirstate: minor status cleanups
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall status: rename type_ to state
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall walk: use match.bad in statwalk
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall walk: use match.dir in statwalk
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall walk: make dirstate.walk return a single value too
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall walk: remove more old badmatch logic
Mon, 12 May 2008 11:37:07 -0500 Matt Mackall walk: begin refactoring badmatch handling
Mon, 12 May 2008 11:37:07 -0500 Matt Mackall walk: remove files arg from repo.walk and dirstate.walk
Mon, 12 May 2008 11:37:07 -0500 Matt Mackall walk: eliminate some default variables
Sat, 05 Apr 2008 18:15:04 +0200 Patrick Mezard dirstate: do not ignore current directory '.' (issue 1078)
Thu, 20 Mar 2008 13:53:59 -0500 Matt Mackall dirstate: refactor granularity code, add a test
Wed, 19 Mar 2008 17:55:21 -0300 Alexis S. L. Carvalho dirstate: ignore stat data for files that were updated too recently
Tue, 18 Mar 2008 04:07:39 -0300 Alexis S. L. Carvalho normallookup: during merges, restore the state saved by remove
Tue, 18 Mar 2008 04:07:39 -0300 Alexis S. L. Carvalho dirstate.remove: during merges, remember the previous file state
Fri, 14 Mar 2008 09:56:58 -0300 Alexis S. L. Carvalho dirstate: ignore mode changes if the fs does not supports the exec bit
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Thu, 06 Mar 2008 22:23:26 +0100 Joel Rosdahl Expand import * to allow Pyflakes to find problems
Sun, 02 Mar 2008 13:52:34 +0100 Thomas Arendsen Hein Extend/correct acc40572da5b regarding -qA and ignored files.
Sun, 17 Feb 2008 12:53:57 +0100 Thomas Arendsen Hein Report filenames with disallowed characters as suggested by Mika Eloranta
Thu, 14 Feb 2008 18:08:16 -0200 Alexis S. L. Carvalho status: put added files that have disappeared in the deleted list
Sat, 09 Feb 2008 19:13:57 +0100 Thomas Arendsen Hein Remove trailing ! from two error messages as this was confusing.
Fri, 08 Feb 2008 18:31:55 -0200 Alexis S. L. Carvalho Merge with crew-stable
Fri, 08 Feb 2008 18:07:55 -0200 Alexis S. L. Carvalho dirstate.status: avoid putting ignored files in the unknown list
Fri, 08 Feb 2008 18:07:55 -0200 Alexis S. L. Carvalho dirstate: don't walk ignored directories
Sun, 20 Jan 2008 14:39:25 +0100 Christian Ebert Prefer i in d over d.has_key(i)
Wed, 09 Jan 2008 21:30:35 +0900 Shun-ichi GOTO Add endswithsep() and use it instead of using os.sep and os.altsep directly.
Wed, 09 Jan 2008 21:30:13 +0900 Shun-ichi GOTO Use util.normpath() instead of direct path string operation.
Wed, 07 Nov 2007 22:57:28 +0100 Maxim Dounin Fix dir-changed-to-file updates on clean workdir.
Mon, 05 Nov 2007 20:05:44 +0300 Maxim Dounin Fix file-changed-to-dir and dir-to-file commits (issue660).
Fri, 05 Oct 2007 15:01:06 -0700 Bryan O'Sullivan Add osutil module, containing a listdir function.
Mon, 24 Sep 2007 12:41:54 -0500 Matt Mackall dirstate: speed up read and write
Mon, 24 Sep 2007 12:36:38 -0500 Matt Mackall dirstate: make dir collision logic faster
Thu, 23 Aug 2007 01:48:29 -0300 Alexis S. L. Carvalho merge: forcefully mark files that we get from the second parent as dirty
Mon, 06 Aug 2007 01:00:10 -0300 Alexis S. L. Carvalho merge with crew-stable
Sun, 05 Aug 2007 23:04:56 -0300 Alexis S. L. Carvalho dirstate: fix rebuild; add a test
Wed, 01 Aug 2007 12:03:10 -0700 Bryan O'Sullivan dirstate: improve error message on file/directory clash
Thu, 26 Jul 2007 12:02:58 -0500 Matt Mackall dirstate: localize a bunch of methods in status fastpath
Thu, 26 Jul 2007 12:02:58 -0500 Matt Mackall dirstate: speed up sorting in findfiles
Thu, 26 Jul 2007 12:02:58 -0500 Matt Mackall revlog: pass mode to _supported directly
Thu, 26 Jul 2007 12:02:58 -0500 Matt Mackall dirstate: localize a bunch of methods for findfiles
Sat, 21 Jul 2007 16:44:38 -0500 Matt Mackall Merge with crew
Thu, 19 Jul 2007 19:43:25 -0300 Alexis S. L. Carvalho dirstate.invalidate: avoid rebuilding _map
Thu, 19 Jul 2007 19:43:25 -0300 Alexis S. L. Carvalho add dirstate._dirtypl variable
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: add doesn't need to call stat
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: get rid of default args for status
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: make filterfiles private
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: add __contains__ and make __getitem__ more useful
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: make wjoin function private
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: break update into separate functions
Sat, 21 Jul 2007 16:02:09 -0500 Matt Mackall dirstate: use True and false for _dirty
Thu, 21 Jun 2007 23:42:06 -0300 Alexis S. L. Carvalho dirstate.status: if a file is marked as copied, consider it modified
Thu, 21 Jun 2007 00:34:14 -0300 Alexis S. L. Carvalho dirstate.invalidate: clear dirty flag
Thu, 21 Jun 2007 00:34:14 -0300 Alexis S. L. Carvalho dirstate: fix typo
Tue, 19 Jun 2007 08:51:34 +0200 Thomas Arendsen Hein Updated copyright notices and add "and others" to "hg version"
Tue, 19 Jun 2007 08:06:37 +0200 Thomas Arendsen Hein Cleanup of whitespace, indentation and line continuation.
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: pull ignore smarts out of ui
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: refactor checkinterfering
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: hide some more internals
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: hide internal vars
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall localrepo and dirstate: rename reload to invalidate
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: simplify dirty handling
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: lazify and lambdafy _slash
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: simplify state()
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: move ignore to its own file
Mon, 18 Jun 2007 13:24:34 -0500 Matt Mackall dirstate: replace clear()
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: fold parse into read
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: make reload lazy
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: lazify initdirs
Mon, 18 Jun 2007 13:24:33 -0500 Matt Mackall dirstate: lazify copymap, _branch, and _pl