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
|
Mon, 18 Jun 2007 13:24:33 -0500 |
Matt Mackall |
dirstate: use getattr rather than lazyread
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Add ui.slash hgrc setting
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Add dirstate.pathto and localrepo.pathto.
|
Tue, 05 Jun 2007 19:55:27 -0300 |
Alexis S. L. Carvalho |
Use atomictemp files to write the dirstate.
|
Sat, 19 May 2007 22:51:43 +0200 |
Patrick Mezard |
Merge with crew-stable.
|
Sat, 19 May 2007 22:47:01 +0200 |
Patrick Mezard |
Fix issue 562: .hgignore requires newline at end.
|
Tue, 24 Apr 2007 12:02:51 -0700 |
Bryan O'Sullivan |
When reloading the dirstate, recompute ignore information if needed.
|
Tue, 24 Apr 2007 12:02:42 -0700 |
Bryan O'Sullivan |
dirstate: speed up write by 50%.
|
Tue, 24 Apr 2007 11:46:15 -0700 |
Bryan O'Sullivan |
dirstate: make parents() faster.
|
Tue, 10 Apr 2007 14:05:15 -0500 |
Matt Mackall |
Merge with stable
|
Mon, 09 Apr 2007 04:24:17 -0300 |
Alexis S. L. Carvalho |
use atomictemp files to write the dirstate
|
Tue, 20 Mar 2007 22:21:05 -0300 |
Alexis S. L. Carvalho |
Merge additional fixes for my matcher changes
|
Tue, 20 Mar 2007 22:09:53 -0300 |
Alexis S. L. Carvalho |
Pass normalized directory names to the ignore function
|
Fri, 16 Mar 2007 00:45:18 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Fri, 16 Mar 2007 00:22:58 -0300 |
Alexis S. L. Carvalho |
Fix handling of paths when run outside the repo.
|
Fri, 16 Mar 2007 00:22:57 -0300 |
Alexis S. L. Carvalho |
pass repo.root to util.pathto() in preparation for the next patch
|
Wed, 14 Mar 2007 01:26:09 -0500 |
Matt Mackall |
Merge with -stable, fix small test failure
|
Sat, 10 Mar 2007 23:21:33 -0300 |
Alexis S. L. Carvalho |
Merge a bunch of matcher and locate fixes.
|
Sat, 10 Mar 2007 23:00:54 -0300 |
Alexis S. L. Carvalho |
dirstate.statwalk: explicitly test for ignored directories
|
Sat, 10 Mar 2007 17:45:32 -0800 |
Brendan Cully |
Merge with crew-stable
|
Tue, 13 Mar 2007 18:50:02 -0500 |
Matt Mackall |
Move branch read/write to dirstate where it belongs
|
Sat, 10 Mar 2007 22:03:22 -0300 |
Alexis S. L. Carvalho |
statwalk: don't put self.root in the files list
|
Tue, 06 Mar 2007 17:45:39 -0300 |
Emanuele Aina |
Yield directories in dirstate.statwalk()
|
Tue, 13 Feb 2007 10:25:45 -0200 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Fri, 09 Feb 2007 20:50:41 +0300 |
Andrei Vermel |
Fix dirstate fail at drive root on Windows
|
Fri, 29 Dec 2006 20:04:31 -0600 |
Matt Mackall |
symlinks: don't complain about symlinks
|
Thu, 14 Dec 2006 20:25:19 -0600 |
Matt Mackall |
Simplify i18n imports
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
Sat, 09 Dec 2006 18:49:24 +0100 |
Benoit Boissinot |
remove unnecessary call to umask
|
Thu, 09 Nov 2006 21:53:45 +0100 |
Thomas Arendsen Hein |
issue228: Fix repositories at the filesystem root (/ or C:\)
|
Wed, 01 Nov 2006 17:56:55 +0100 |
Benoit Boissinot |
issue352: disallow '\n' and '\r' in filenames (dirstate and manifest)
|
Fri, 27 Oct 2006 14:10:01 -0500 |
Matt Mackall |
small refactoring of path normalization in dirstate.statwalk
|
Fri, 27 Oct 2006 12:09:33 -0500 |
Matt Mackall |
Simplify ignore logic in dirstate.walk
|
Fri, 27 Oct 2006 11:24:10 -0500 |
Matt Mackall |
improve walk docstrings
|
Thu, 26 Oct 2006 23:54:24 -0500 |
Matt Mackall |
simplify dirstate walking
|
Sun, 01 Oct 2006 19:26:33 +0200 |
Thomas Arendsen Hein |
Whitespace/Tab cleanup
|
Mon, 25 Sep 2006 17:53:17 -0500 |
Matt Mackall |
dirstate: add copies function
|
Sun, 20 Aug 2006 01:13:11 -0300 |
Alexis S. L. Carvalho |
dirstate.py: when comparing mtimes, use only the integer part.
|
Fri, 18 Aug 2006 21:03:29 -0700 |
Vadim Gelfer |
fix issue 322.
|
Sat, 12 Aug 2006 12:30:02 -0700 |
Vadim Gelfer |
update copyrights.
|
Wed, 09 Aug 2006 15:03:46 -0500 |
Matt Mackall |
Merge manifest refactor work
|
Sun, 16 Jul 2006 03:14:17 -0500 |
Matt Mackall |
Start using manifestflags methods
|
Tue, 25 Jul 2006 21:22:56 +0200 |
Benoit Boissinot |
self.root == '/': prefix length computation out of the loop
|
Tue, 25 Jul 2006 11:09:17 -0700 |
Gil |
Fix dirstate.walkhelper removing first char of nd when self.root == '/'.
|
Thu, 20 Jul 2006 16:21:07 -0700 |
Vadim Gelfer |
status: add -c (clean) and -A (all files) options
|
Fri, 23 Jun 2006 08:09:48 +0200 |
Benoit Boissinot |
simplify filterfiles when filtering based on a directory
|
Fri, 23 Jun 2006 00:11:53 +0200 |
Brendan Cully |
filterfiles: Search as long as the target is a prefix of current.
|
Tue, 20 Jun 2006 23:58:21 -0700 |
Vadim Gelfer |
use demandload more.
|
Fri, 16 Jun 2006 12:58:24 -0700 |
Vadim Gelfer |
replace os.stat with os.lstat in some where.
|
Tue, 13 Jun 2006 14:56:01 -0700 |
Vadim Gelfer |
dirstate: fix call to os.lstat when st is None
|
Mon, 12 Jun 2006 22:09:50 -0700 |
Vadim Gelfer |
dirstate.read: make 15% faster.
|
Mon, 12 Jun 2006 09:36:23 -0700 |
Vadim Gelfer |
dirstate: speed up inner loop of read.
|
Sun, 04 Jun 2006 02:25:27 +0200 |
Benoit Boissinot |
dirstate: refactor the dirstate binary format, remove magic numbers
|
Thu, 13 Apr 2006 13:46:05 -0700 |
Vadim Gelfer |
benoit asked for comment to make avoid of recursive repo clearer.
|
Thu, 13 Apr 2006 12:44:40 -0700 |
Vadim Gelfer |
merge with crew.
|
Fri, 31 Mar 2006 17:00:09 -0800 |
Vadim Gelfer |
support nested repositories.
|
Mon, 03 Apr 2006 10:02:09 -0700 |
Vadim Gelfer |
small changes to revert command.
|
Wed, 29 Mar 2006 22:58:34 +0200 |
Thomas Arendsen Hein |
New option -i/--ignored for 'hg status' to show ignored files.
|
Sun, 26 Mar 2006 22:32:44 +0200 |
Thomas Arendsen Hein |
Don't ignore everything if all hgignore files are empty.
|
Sat, 25 Mar 2006 10:31:06 +0100 |
Thomas Arendsen Hein |
Show reason why an ignore file can't be read and state that it is skipped.
|
Sat, 25 Mar 2006 10:12:23 +0100 |
mcmillen |
On error parsing hgignore file, print the correct filename.
|