Thu, 26 Jul 2007 12:02:55 -0500 |
Matt Mackall |
Merge with -stable
|
Wed, 25 Jul 2007 15:58:10 +0900 |
Shun-ichi GOTO |
posixfile_nt: '+' should allow read access.
|
Thu, 26 Jul 2007 11:19:53 -0500 |
Matt Mackall |
merge: don't forget to update the dirstate for exec bit changes
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: avoid some unnecessary seek/tell syscalls
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
manifest: speed up creation of the manifestdict
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
lazyparser.findnode: fix typo and s/rfind/find/
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
lazyindex: speed up __getitem__
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
lazyparser: up the blocksize from 512 bytes to 64k
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: implement a fast path for heads
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlogio: speed up parsing
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: eliminate diff and patches functions
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: speed up chunkcache
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: some basic code reordering
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: abstract out index entry packing
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: simplify revlog.__init__
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: mark cache private
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: pull chunkcache back into revlog
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: change _inline from a function to a variable
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: simplify addrevision
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: some codingstyle cleanups
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: add a magic null revision to our index
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: change accesses to index entry elements to use positive offsets
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: parse revlogv0 indexes into v1 internally
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: only allow lazy parsing with revlogng files
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: simplify the v1 immediate parser
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: set the threshold for lazy parsing higher
|
Mon, 23 Jul 2007 20:44:07 -0500 |
Matt Mackall |
revlog: simplify the v0 parser
|
Mon, 23 Jul 2007 20:44:07 -0500 |
Matt Mackall |
revlog: add revlogio interface
|
Mon, 23 Jul 2007 20:44:07 -0500 |
Matt Mackall |
revlog: regroup parsing code
|
Sun, 22 Jul 2007 14:53:57 -0500 |
Matt Mackall |
transactions: avoid late tear-down (issue641)
|
Sun, 22 Jul 2007 16:21:49 +0200 |
Patrick Mezard |
hgk: enable mouse wheel under Windows.
|
Sun, 22 Jul 2007 16:21:49 +0200 |
Patrick Mezard |
hgk: enable mouse wheel on MouseWheel events.
|
Sun, 22 Jul 2007 09:45:18 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sat, 21 Jul 2007 19:07:18 -0700 |
Bryan O'Sullivan |
addremove: print meaningful error message if --similar not numeric
|
Sat, 21 Jul 2007 16:44:38 -0500 |
Matt Mackall |
Merge with crew
|
Sat, 21 Jul 2007 17:56:30 +0200 |
Thomas Arendsen Hein |
test-alias: Removed fallback to parentui, no longer needed since 10afa3fab6b4
|
Sat, 21 Jul 2007 17:37:39 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sat, 21 Jul 2007 17:36:45 +0200 |
Thomas Arendsen Hein |
Make [defaults] in .hg/hgrc work.
|
Fri, 20 Jul 2007 09:44:50 +0200 |
Benoit Boissinot |
fix bogus close spotted by pychecker (no close() in global scope)
|
Sat, 21 Jul 2007 10:43:29 +0200 |
Thomas Arendsen Hein |
Remove unused pprint import and the commented line which used it before.
|
Sat, 21 Jul 2007 10:39:42 +0200 |
Thomas Arendsen Hein |
Use format string for lockname again (was changed by 3e25a6eb5c9a)
|
Sat, 21 Jul 2007 10:36:51 +0200 |
Thomas Arendsen Hein |
Backout ad09ce1d393c and replace ''' with """ to make some highlighting happy.
|
Sat, 21 Jul 2007 10:30:51 +0200 |
Thomas Arendsen Hein |
removed trailing whitespace
|
Fri, 20 Jul 2007 09:31:32 +0200 |
Benoit Boissinot |
fix unused variables reported by pychecker
|
Thu, 19 Jul 2007 18:39:51 +0200 |
Christian Ebert |
churn: get current terminal width if possible
|
Thu, 19 Jul 2007 19:48:24 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
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
|
Thu, 19 Jul 2007 19:43:25 -0300 |
Alexis S. L. Carvalho |
archive: delay extraction of file revisions
|
Thu, 19 Jul 2007 19:43:25 -0300 |
Alexis S. L. Carvalho |
help: avoid traceback if an extension has only debug commands
|
Thu, 19 Jul 2007 15:33:21 -0700 |
Bryan O'Sullivan |
convert/subversion: rehandle the no-tags case
|
Thu, 19 Jul 2007 15:29:33 -0700 |
Bryan O'Sullivan |
Print meaningful error message if os.symlink fails
|
Thu, 19 Jul 2007 15:13:48 -0700 |
Bryan O'Sullivan |
lock.py: cache hostname, but not pid, in case we fork
|
Thu, 19 Jul 2007 12:41:07 -0700 |
Bryan O'Sullivan |
convert/subversion: work around memory leak in svn's python bindings
|
Wed, 18 Jul 2007 22:46:14 -0700 |
Bryan O'Sullivan |
Automated merge with http://hg.intevation.org/mercurial/crew
|
Wed, 18 Jul 2007 22:44:25 -0700 |
Bryan O'Sullivan |
convert/subversion: Simplify callback.
|
Thu, 19 Jul 2007 07:28:27 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Wed, 18 Jul 2007 14:00:55 -0700 |
Bryan O'Sullivan |
Simplify update.
|
Wed, 18 Jul 2007 13:56:08 -0700 |
Bryan O'Sullivan |
Better fix for issue 622 than we had in c4dd58af0fc8.
|
Wed, 18 Jul 2007 19:56:36 -0700 |
Bryan O'Sullivan |
convert/subversion: reduce memory usage by filtering early
|