Mercurial > hg
graph
-
hgweb: use the given revision in the name of the archiveThu, 08 Mar 2007 22:36:12 +0100, by Michael Gebetsroither
-
Allow disabling store format to work with absurdly long filenamesThu, 08 Mar 2007 16:12:52 -0600, by Matt Mackall
-
incoming/outgoing: print the name of the other repoWed, 07 Mar 2007 15:26:03 -0300, by Alexis S. L. Carvalho
-
localrepo.status: use manifest.find on "lookup" filesWed, 07 Mar 2007 15:26:00 -0300, by Alexis S. L. Carvalho
-
localrepo.status: fcmp gets a getnode function instead of the manifestWed, 07 Mar 2007 15:25:59 -0300, by Alexis S. L. Carvalho
-
fix manifest.findWed, 07 Mar 2007 15:25:58 -0300, by Alexis S. L. Carvalho
-
merge with crew-stableWed, 07 Mar 2007 15:06:57 +0100, by Thomas Arendsen Hein
-
Fix sed expression in test-notify to be more portable.Wed, 07 Mar 2007 15:06:32 +0100, by Thomas Arendsen Hein
-
Fix help text for hg status -iTue, 06 Mar 2007 12:52:07 +0100, by Thomas Arendsen Hein
-
purge.py: fix invocation of statwalkTue, 06 Mar 2007 17:45:50 -0300, by Alexis S. L. Carvalho
-
Delete the README for purge, putting the useful informations in commentsTue, 27 Feb 2007 09:05:36 +0100, by Emanuele Aina
-
Delete the Purge class, refactoring Purge.purge() in dopurge()Tue, 06 Mar 2007 17:45:47 -0300, by Emanuele Aina
-
Do not use 'self' in the purge() methodTue, 06 Mar 2007 17:45:46 -0300, by Emanuele Aina
-
Use nested functions instead of object methodsTue, 06 Mar 2007 17:45:45 -0300, by Emanuele Aina
-
Merge _remove_file() and _remove_dir() in a single functionTue, 06 Mar 2007 17:45:44 -0300, by Emanuele Aina
-
Use "f in dirstate" instead of "dirstate.state(f) == '?'"Tue, 06 Mar 2007 17:45:43 -0300, by Emanuele Aina
-
Reduce the absolute/relative path conversion in the purge extensionTue, 06 Mar 2007 17:45:41 -0300, by Emanuele Aina
-
Make the purge extension use the statwalk walker from the dirstate objectTue, 06 Mar 2007 17:45:40 -0300, by Emanuele Aina
-
Yield directories in dirstate.statwalk()Tue, 06 Mar 2007 17:45:39 -0300, by Emanuele Aina
-
Add a test for the purge extensionTue, 06 Mar 2007 17:45:38 -0300, by Emanuele Aina
-
merge with crew-stableMon, 05 Mar 2007 19:54:21 +0100, by Thomas Arendsen Hein
-
Don't truncate tag and branch names after 30 chars (introduced 73860ffbe798)Mon, 05 Mar 2007 19:48:21 +0100, by Thomas Arendsen Hein
-
patchbomb: Strip more than one trailing dot (and spaces between them)Sun, 04 Mar 2007 18:42:31 +0100, by Thomas Arendsen Hein
-
patchbomb: Allow to specify subject of single-patch-series (issue475)Sun, 04 Mar 2007 18:40:08 +0100, by Thomas Arendsen Hein
-
test-abort-checkin: use a hook to abort the commitSun, 04 Mar 2007 14:35:11 -0300, by Alexis S. L. Carvalho
-
test-bad-extension: avoid printing the file nameSun, 04 Mar 2007 14:09:29 -0300, by Alexis S. L. Carvalho
-
make test-acl a bit more digestable for windowsSun, 04 Mar 2007 14:04:42 -0300, by Alexis S. L. Carvalho
-
Create the parent directory when checking out symlinks.Fri, 23 Feb 2007 17:54:34 +0200, by Giorgos Keramidas
-
Fix addremove for symlinks to non-existent filesFri, 05 Jan 2007 21:28:49 +0200, by Giorgos Keramidas
-
Avoid some false positives for addremove -sSun, 18 Feb 2007 20:39:25 +0100, by Erling Ellingsen
-
Merge with crew-stableSun, 04 Mar 2007 09:03:21 -0300, by Alexis S. L. Carvalho
-
mq: abort cleanly when invalid patch name is given to qguardSat, 03 Mar 2007 17:54:13 +0100, by Christian Ebert
-
Close keepalive connections to fix server tracebackMon, 19 Feb 2007 12:38:58 +0300, by Andrei Vermel
-
don't return uninitialized memory from bdiff.blocks()Tue, 20 Feb 2007 22:20:16 +0100, by Erling Ellingsen
-
web/server: disable address reuse option for BaseHTTPServer on windowsMon, 19 Feb 2007 10:08:59 +0100, by Patrick Mezard
-
stdout raises EINVAL when flush() is called on a closed pipe under win32.Mon, 19 Feb 2007 10:32:46 +0100, by Patrick Mezard
-
localrepo: stream_in may raise ZeroDivisionError with nul float elapsed argument.Mon, 19 Feb 2007 10:29:05 +0100, by Patrick Mezard
-
streamclone: stream_out tried to decodefilename non-normalized pathsMon, 19 Feb 2007 09:59:37 +0100, by Patrick Mezard
-
Add _xmlplus to the demandimport blacklist. (HGCIA was failing to load.)Sat, 03 Mar 2007 18:59:54 -0800, by Brendan Cully
-
Suppress <stdout> before hg export -v (regression from previous patch).Fri, 02 Mar 2007 14:03:30 -0800, by Brendan Cully
-
Let patch.export handle any fp-like objectThu, 01 Mar 2007 20:53:38 -0800, by Brendan Cully
-
merge with crew-stableThu, 01 Mar 2007 22:15:56 +0100, by Thomas Arendsen Hein
-
Unified #! paths for python scripts and removed them for test modules.Thu, 01 Mar 2007 22:15:17 +0100, by Thomas Arendsen Hein
-
Use the mercurial i18n infrastructure in the purge extensionTue, 27 Feb 2007 09:05:36 +0100, by Emanuele Aina
-
Print relative names in the purge extensionTue, 27 Feb 2007 09:05:36 +0100, by Emanuele Aina
-
Merge with crewTue, 27 Feb 2007 16:48:17 -0600, by Matt Mackall
-
Break core of repo.tag into dirstate/hook-free repo._tag for convert-repoTue, 27 Feb 2007 12:58:40 -0800, by Brendan Cully
-
Use only integer part of mtime in workingfilectx.date(), fixes test-context.pyMon, 26 Feb 2007 21:57:33 +0100, by Thomas Arendsen Hein
-
Merge with stableTue, 27 Feb 2007 16:47:16 -0600, by Matt Mackall
-
merge: fix renaming of subdirectories under renamed directoriesTue, 27 Feb 2007 16:20:06 -0600, by Matt Mackall
-
Merge with crewMon, 26 Feb 2007 12:12:29 -0600, by Matt Mackall
-
Don't keep trailing white space in cvs tagsWed, 21 Feb 2007 00:38:06 +0100, by Edouard Gomez
-
Change a bit cvsps argumentsWed, 21 Feb 2007 00:38:06 +0100, by Edouard Gomez
-
Merge with crewFri, 23 Feb 2007 14:16:50 -0600, by Matt Mackall
-
Fixed workingfilectx.date() (found by Thomas Waldmann) with test.Fri, 23 Feb 2007 17:31:00 +0100, by Thomas Arendsen Hein
-
Merge with crewThu, 22 Feb 2007 19:00:05 -0600, by Matt Mackall
-
merge with crew-stableTue, 20 Feb 2007 20:55:23 +0100, by Thomas Arendsen Hein
-
test-notify: adapt to sed shipped with MacOSSat, 17 Feb 2007 09:54:44 +0100, by Christian Ebert
-
git binary patches: don't print the header for identical filesSat, 17 Feb 2007 09:55:00 -0200, by Alexis S. L. Carvalho
-
git binary patches: use hashes to detect identical filesSat, 17 Feb 2007 09:54:59 -0200, by Alexis S. L. Carvalho