Mercurial > hg
graph
-
manifest: speed up creation of the manifestdictMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
lazyparser.findnode: fix typo and s/rfind/find/Mon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
lazyindex: speed up __getitem__Mon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
lazyparser: up the blocksize from 512 bytes to 64kMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: implement a fast path for headsMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlogio: speed up parsingMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: eliminate diff and patches functionsMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: speed up chunkcacheMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: some basic code reorderingMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: abstract out index entry packingMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: simplify revlog.__init__Mon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: mark cache privateMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: pull chunkcache back into revlogMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: change _inline from a function to a variableMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: simplify addrevisionMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: some codingstyle cleanupsMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: add a magic null revision to our indexMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: change accesses to index entry elements to use positive offsetsMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: parse revlogv0 indexes into v1 internallyMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: only allow lazy parsing with revlogng filesMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: simplify the v1 immediate parserMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: set the threshold for lazy parsing higherMon, 23 Jul 2007 20:44:08 -0500, by Matt Mackall
-
revlog: simplify the v0 parserMon, 23 Jul 2007 20:44:07 -0500, by Matt Mackall
-
revlog: add revlogio interfaceMon, 23 Jul 2007 20:44:07 -0500, by Matt Mackall
-
revlog: regroup parsing codeMon, 23 Jul 2007 20:44:07 -0500, by Matt Mackall
-
transactions: avoid late tear-down (issue641)Sun, 22 Jul 2007 14:53:57 -0500, by Matt Mackall
-
hgk: enable mouse wheel under Windows.Sun, 22 Jul 2007 16:21:49 +0200, by Patrick Mezard
-
hgk: enable mouse wheel on MouseWheel events.Sun, 22 Jul 2007 16:21:49 +0200, by Patrick Mezard
-
merge with crew-stableSun, 22 Jul 2007 09:45:18 +0200, by Thomas Arendsen Hein
-
addremove: print meaningful error message if --similar not numericSat, 21 Jul 2007 19:07:18 -0700, by Bryan O'Sullivan
-
Merge with crewSat, 21 Jul 2007 16:44:38 -0500, by Matt Mackall
-
test-alias: Removed fallback to parentui, no longer needed since 10afa3fab6b4Sat, 21 Jul 2007 17:56:30 +0200, by Thomas Arendsen Hein
-
merge with crew-stableSat, 21 Jul 2007 17:37:39 +0200, by Thomas Arendsen Hein
-
Make [defaults] in .hg/hgrc work.Sat, 21 Jul 2007 17:36:45 +0200, by Thomas Arendsen Hein
-
fix bogus close spotted by pychecker (no close() in global scope)Fri, 20 Jul 2007 09:44:50 +0200, by Benoit Boissinot
-
Remove unused pprint import and the commented line which used it before.Sat, 21 Jul 2007 10:43:29 +0200, by Thomas Arendsen Hein
-
Use format string for lockname again (was changed by 3e25a6eb5c9a)Sat, 21 Jul 2007 10:39:42 +0200, by Thomas Arendsen Hein
-
Backout ad09ce1d393c and replace ''' with """ to make some highlighting happy.Sat, 21 Jul 2007 10:36:51 +0200, by Thomas Arendsen Hein
-
removed trailing whitespaceSat, 21 Jul 2007 10:30:51 +0200, by Thomas Arendsen Hein
-
fix unused variables reported by pycheckerFri, 20 Jul 2007 09:31:32 +0200, by Benoit Boissinot
-
churn: get current terminal width if possibleThu, 19 Jul 2007 18:39:51 +0200, by Christian Ebert
-
merge with crew-stableThu, 19 Jul 2007 19:48:24 -0300, by Alexis S. L. Carvalho
-
dirstate.invalidate: avoid rebuilding _mapThu, 19 Jul 2007 19:43:25 -0300, by Alexis S. L. Carvalho
-
add dirstate._dirtypl variableThu, 19 Jul 2007 19:43:25 -0300, by Alexis S. L. Carvalho
-
archive: delay extraction of file revisionsThu, 19 Jul 2007 19:43:25 -0300, by Alexis S. L. Carvalho
-
help: avoid traceback if an extension has only debug commandsThu, 19 Jul 2007 19:43:25 -0300, by Alexis S. L. Carvalho
-
convert/subversion: rehandle the no-tags caseThu, 19 Jul 2007 15:33:21 -0700, by Bryan O'Sullivan
-
Print meaningful error message if os.symlink failsThu, 19 Jul 2007 15:29:33 -0700, by Bryan O'Sullivan
-
lock.py: cache hostname, but not pid, in case we forkThu, 19 Jul 2007 15:13:48 -0700, by Bryan O'Sullivan
-
convert/subversion: work around memory leak in svn's python bindingsThu, 19 Jul 2007 12:41:07 -0700, by Bryan O'Sullivan
-
Automated merge with http://hg.intevation.org/mercurial/crewWed, 18 Jul 2007 22:46:14 -0700, by Bryan O'Sullivan
-
convert/subversion: Simplify callback.Wed, 18 Jul 2007 22:44:25 -0700, by Bryan O'Sullivan
-
merge with crew-stableThu, 19 Jul 2007 07:28:27 +0200, by Thomas Arendsen Hein
-
Simplify update.Wed, 18 Jul 2007 14:00:55 -0700, by Bryan O'Sullivan
-
Better fix for issue 622 than we had in c4dd58af0fc8.Wed, 18 Jul 2007 13:56:08 -0700, by Bryan O'Sullivan
-
convert/subversion: reduce memory usage by filtering earlyWed, 18 Jul 2007 19:56:36 -0700, by Bryan O'Sullivan
-
Automated merge with http://hg.intevation.org/mercurial/crewWed, 18 Jul 2007 19:47:22 -0700, by Bryan O'Sullivan
-
convert/subversion: get converter working against plain HTTP.Wed, 18 Jul 2007 17:44:52 -0700, by Bryan O'Sullivan
-
Simplify update.Wed, 18 Jul 2007 14:00:55 -0700, by Bryan O'Sullivan
-
Better fix for issue 622 than we had in c4dd58af0fc8.Wed, 18 Jul 2007 13:56:08 -0700, by Bryan O'Sullivan
-
merge with mainWed, 18 Jul 2007 16:46:20 +0200, by Thomas Arendsen Hein
-
merge with crew-stableWed, 18 Jul 2007 16:46:01 +0200, by Thomas Arendsen Hein
-
fix test-tag on SolarisWed, 18 Jul 2007 16:41:45 +0200, by Thomas Arendsen Hein
-
tag: handle .hgtags and .hg/localtags with missing final newline (issue 601)Mon, 16 Jul 2007 20:15:03 -0700, by Bryan O'Sullivan
-
issue 622: pull/unbundle -u updates to default branch if repo was emptyMon, 16 Jul 2007 18:01:20 -0700, by Bryan O'Sullivan
-
mq: autodetect an existing git patch during qrefresh (issue 491)Mon, 16 Jul 2007 16:50:47 -0700, by Bryan O'Sullivan
-
replace .hgtags instead of appending to it when doing a raw commitWed, 11 Jul 2007 00:53:44 -0700, by Brendan Cully
-
handle nonexistent .hgtags in raw _tagWed, 11 Jul 2007 00:34:35 -0700, by Brendan Cully
-
convert/subversion.py: str.rsplit is not available in Python 2.3Tue, 17 Jul 2007 15:47:32 -0700, by Bryan O'Sullivan
-
Automated merge with http://hg.intevation.org/mercurial/crewTue, 17 Jul 2007 15:26:27 -0700, by Bryan O'Sullivan
-
convert/subversion.py: fix bad assumptions about SVN path namingTue, 17 Jul 2007 15:24:59 -0700, by Bryan O'Sullivan
-
convert/subversion.py: escape quotes to make code readable in EmacsTue, 17 Jul 2007 13:08:50 -0700, by Bryan O'Sullivan
-
patch: patches should be read and written in binary mode when possible.Tue, 17 Jul 2007 23:35:24 +0200, by Patrick Mezard
-
patch: fix normalized paths separators.Tue, 17 Jul 2007 23:34:52 +0200, by Patrick Mezard
-
posixfile_nt: '+' was understood as read mode instead of update.Tue, 17 Jul 2007 23:33:42 +0200, by Patrick Mezard
-
revlog: privatize some methodsSat, 21 Jul 2007 16:18:42 -0500, by Matt Mackall
-
revlog: delete unused function makenodeSat, 21 Jul 2007 16:18:24 -0500, by Matt Mackall
-
revlog: raise offset/type helpers to global scopeSat, 21 Jul 2007 16:18:21 -0500, by Matt Mackall
-
Make repo locks recursive, eliminate all passing of lock/wlockSat, 21 Jul 2007 16:02:10 -0500, by Matt Mackall
-
Use a weakref for recursive transactionsSat, 21 Jul 2007 16:02:10 -0500, by Matt Mackall
-
Use try/finally pattern to cleanup locks and transactionsSat, 21 Jul 2007 16:02:10 -0500, by Matt Mackall
-
repo locks: use True/FalseSat, 21 Jul 2007 16:02:09 -0500, by Matt Mackall
-
rename and simplify do_lockSat, 21 Jul 2007 16:02:09 -0500, by Matt Mackall
-
simplify dirstate fixups in repo.status()Sat, 21 Jul 2007 16:02:09 -0500, by Matt Mackall
-
dirstate: add doesn't need to call statSat, 21 Jul 2007 16:02:09 -0500, by Matt Mackall
-
use context for part of localrepo statusSat, 21 Jul 2007 16:02:09 -0500, by Matt Mackall
-
context: add __contains__, __getitem__, and __iter__Sat, 21 Jul 2007 16:02:09 -0500, by Matt Mackall
-
dirstate: get rid of default args for statusSat, 21 Jul 2007 16:02:09 -0500, by Matt Mackall
-
dirstate: make filterfiles privateSat, 21 Jul 2007 16:02:09 -0500, by Matt Mackall
-
dirstate: add __contains__ and make __getitem__ more usefulSat, 21 Jul 2007 16:02:09 -0500, by Matt Mackall
-
dirstate: make wjoin function privateSat, 21 Jul 2007 16:02:09 -0500, by Matt Mackall
-
dirstate: break update into separate functionsSat, 21 Jul 2007 16:02:09 -0500, by Matt Mackall
-
dirstate: use True and false for _dirtySat, 21 Jul 2007 16:02:09 -0500, by Matt Mackall
-
doc: typo, -x bitTue, 17 Jul 2007 15:26:28 -0500, by Matt Mackall
-
Update test output to reflect small changes in patch chattiness.Tue, 17 Jul 2007 09:39:30 -0700, by Bryan O'Sullivan
-
patch.py: re-add the ability to use an external patch programTue, 17 Jul 2007 09:39:30 -0700, by Bryan O'Sullivan
-
patch.py: don't mark files as changed unless they have actually been changedTue, 17 Jul 2007 09:39:30 -0700, by Bryan O'Sullivan
-
patch.py: fix some incorrect uses of _() for i18nTue, 17 Jul 2007 09:39:30 -0700, by Bryan O'Sullivan
-
Add Chris Mason's mpatch library.Tue, 17 Jul 2007 09:39:30 -0700, by Bryan O'Sullivan
-
merge with crew-stableTue, 17 Jul 2007 09:28:01 -0300, by Alexis S. L. Carvalho
-
convert: manually set encoding to UTF-8Tue, 17 Jul 2007 09:08:29 -0300, by Alexis S. L. Carvalho
-
hg parents: don't pass an OS-specific path to repo.filectxTue, 17 Jul 2007 09:08:29 -0300, by Alexis S. L. Carvalho
-
merge with mainTue, 17 Jul 2007 08:22:43 +0200, by Thomas Arendsen Hein
-
tag: handle .hgtags and .hg/localtags with missing final newline (issue 601)Mon, 16 Jul 2007 20:15:03 -0700, by Bryan O'Sullivan
-
issue 622: pull/unbundle -u updates to default branch if repo was emptyMon, 16 Jul 2007 18:01:20 -0700, by Bryan O'Sullivan
-
mq: autodetect an existing git patch during qrefresh (issue 491)Mon, 16 Jul 2007 16:50:47 -0700, by Bryan O'Sullivan
-
contexts: improve filectx eq testMon, 16 Jul 2007 17:39:03 -0500, by Matt Mackall
-
Merge with -stableMon, 16 Jul 2007 17:30:34 -0500, by Matt Mackall
-
patchbomb: add --desc, to specify a file containing a series descriptionMon, 16 Jul 2007 14:43:47 -0700, by Bryan O'Sullivan
-
merge with crew-stableSun, 15 Jul 2007 21:05:38 +0200, by Thomas Arendsen Hein
-
Merge with crew-stable.Sun, 15 Jul 2007 14:57:20 +0200, by Patrick Mezard
-
merge: fix unnecessary rename merges on linear update (issue631)Sun, 15 Jul 2007 14:43:38 -0500, by Matt Mackall
-
convert: Use clone's behaviour for the default destionation name.Sun, 15 Jul 2007 21:04:07 +0200, by Thomas Arendsen Hein
-
test-symlink-basic: require symlinks availabilitySun, 15 Jul 2007 14:09:56 +0200, by Patrick Mezard
-
Add hghave utility and run-tests.py support.Sat, 14 Jul 2007 18:34:06 +0200, by Patrick Mezard
-
run-tests: extract correct status when script terminates with exitSat, 14 Jul 2007 14:01:11 +0200, by Patrick Mezard
-
Merge with -stableSat, 14 Jul 2007 13:34:40 -0500, by Matt Mackall
-
diff: correctly handle combinations of whitespace optionsSat, 14 Jul 2007 12:44:47 -0500, by Matt Mackall
-
hg grep: handle re.compile errors & update tests/test-grepMon, 09 Jul 2007 17:41:14 +0300, by Giorgos Keramidas
-
typo fixThu, 12 Jul 2007 10:55:49 -0400, by Jesse Glick