Mercurial > hg
graph
-
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