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)
|