Mercurial > hg-stable
graph
-
Convert all classes to new-style classes by deriving them from object.Fri, 18 Nov 2005 22:48:47 -0800, by Eric Hopper
-
fix run-tests' PYTHONPATHSun, 27 Nov 2005 16:37:18 +0100, by Robin Farine
-
Updated help text for 'hg log'.Wed, 23 Nov 2005 18:36:44 +0100, by Thomas Arendsen Hein
-
Space/Tab cleanup in bash_completion.Wed, 23 Nov 2005 08:07:27 +0100, by Thomas Arendsen Hein
-
bash_completion: use hg --debug help to get the list of debug commands.Wed, 23 Nov 2005 08:02:35 +0100, by Alexis S. L. Carvalho
-
Catch IOErrors and RepoErrors when serving repositories via hgweb.Thu, 17 Nov 2005 19:38:57 +0100, by Thomas Arendsen Hein
-
Merge with mercurial/crewThu, 17 Nov 2005 19:18:33 +0100, by Thomas Arendsen Hein
-
Added version information to "report bug" message for unknown exceptions.Wed, 16 Nov 2005 19:19:39 +0100, by Thomas Arendsen Hein
-
Fixes to "hg heads -r FOO":Wed, 16 Nov 2005 12:56:19 +0100, by Thomas Arendsen Hein
-
add a -r/--rev option to heads to show only heads descendant from revWed, 16 Nov 2005 12:08:25 +0100, by Benoit Boissinot
-
Always escape repository name in hgweb, very important in notfound.tmpl.Thu, 17 Nov 2005 19:11:13 +0100, by Thomas Arendsen Hein
-
fix bug in setup.py introduced in r1508.Wed, 16 Nov 2005 20:53:16 +0100, by Will
-
close .hg/hgrc after writing the default values on cloneTue, 15 Nov 2005 20:35:10 +0100, by TK Soh
-
close file before renaming it (since it doesn't work the other way on windows)Mon, 14 Nov 2005 21:47:07 +0100, by Benoit Boissinot
-
fix errors found by pycheckerMon, 14 Nov 2005 16:10:59 +0100, by Benoit Boissinot
-
added st as alias for status in zsh_completitionMon, 14 Nov 2005 15:10:10 +0100, by Michael Gebetsroither
-
Merge with Thomas WaldmannMon, 14 Nov 2005 15:09:34 +0100, by Thomas Arendsen Hein
-
made C src formatting more consistentMon, 14 Nov 2005 04:58:28 +0200, by twaldmann
-
fixed some stuff pychecker shows, marked unclear/wrong stuff with XXXMon, 14 Nov 2005 03:59:35 +0200, by twaldmann
-
minor optimization: save some string trashMon, 14 Nov 2005 02:30:19 +0200, by twaldmann
-
use posix compliant option for headSun, 13 Nov 2005 16:25:45 +0100, by Benoit Boissinot
-
Merge with upstreamSun, 13 Nov 2005 02:08:39 +0100, by Thomas Arendsen Hein
-
Added hg-ssh - a wrapper for ssh access to a limited set of mercurial reposSun, 13 Nov 2005 02:06:02 +0100, by Thomas Arendsen Hein
-
Catch the exception raised with 'hg help <somethingambiguous>'.Thu, 10 Nov 2005 16:16:28 +0100, by Thomas Arendsen Hein
-
Add revlog.strip to truncate away revisions.Fri, 11 Nov 2005 18:20:24 -0800, by mason
-
Optimize manifest.addFri, 11 Nov 2005 18:20:22 -0800, by mason
-
Reduce string duplication in compression codeFri, 11 Nov 2005 18:20:19 -0800, by mason
-
reset mtime when two files are equalFri, 11 Nov 2005 15:34:17 -0800, by Benoit Boissinot
-
add localrepo.wlock for protecting the dirstateFri, 11 Nov 2005 15:34:13 -0800, by Benoit Boissinot
-
add a releasefn keyword to lock.lockFri, 11 Nov 2005 15:34:09 -0800, by Benoit Boissinot
-
add dirstate.lazyread, write atomically the dirstateFri, 11 Nov 2005 15:34:06 -0800, by Benoit Boissinot
-
add an atomic argument to util.openerFri, 11 Nov 2005 15:33:59 -0800, by Benoit Boissinot
-
don't print anything about file of unsupported type unlessFri, 11 Nov 2005 15:33:08 -0800, by Benoit Boissinot
-
fix a bug where command defaults suppress global optionsFri, 11 Nov 2005 15:32:28 -0800, by TK Soh
-
Merge with TAHWed, 09 Nov 2005 13:42:16 -0800, by Matt Mackall
-
hgweb: fix traceback by skipping invalid repo pathsWed, 09 Nov 2005 13:40:08 -0800, by TK Soh
-
Fix line wrappingWed, 09 Nov 2005 13:39:56 -0800, by Matt Mackall
-
Added --date option to annotate.Wed, 09 Nov 2005 13:39:24 -0800, by lupus
-
copy the mode of the file when breaking hardlinksWed, 09 Nov 2005 13:38:46 -0800, by Benoit Boissinot
-
Allow ambiguous command shortcut if only an alias for the same command.Wed, 09 Nov 2005 22:31:18 +0100, by Thomas Arendsen Hein
-
Merge with TAHWed, 09 Nov 2005 12:52:05 -0800, by Matt Mackall
-
Improved error message for ambiguous command shortcuts.Mon, 07 Nov 2005 19:00:51 +0100, by Thomas Arendsen Hein
-
Canonicalize command when using aliases or prefix matching.Mon, 07 Nov 2005 18:39:25 +0100, by Thomas Arendsen Hein
-
Automatically run "verify" whenever we run "recover"Tue, 08 Nov 2005 14:22:03 -0800, by Matt Mackall
-
Fix up test-help, mark test-rename +xTue, 08 Nov 2005 10:36:23 -0800, by Matt Mackall
-
avoid to copy more than one file to the same destination fileTue, 08 Nov 2005 10:35:13 -0800, by Robin Farine
-
copy & rename don't overwrite unless --force is specifiedTue, 08 Nov 2005 10:35:09 -0800, by Robin Farine
-
generalize copy/rename to handle more than one source directoryTue, 08 Nov 2005 10:35:05 -0800, by Robin Farine
-
hgweb: remove redundant rstrip filterTue, 08 Nov 2005 10:35:00 -0800, by TK Soh
-
use self.{w,}join when possibleTue, 08 Nov 2005 10:34:50 -0800, by Benoit Boissinot
-
Add safety check for addgroupMon, 07 Nov 2005 15:40:24 -0800, by Matt Mackall
-
fix a warning when py2exe is not usedFri, 04 Nov 2005 11:37:45 -0800, by Benoit Boissinot
-
Add explicit 'st' alias for statusFri, 04 Nov 2005 10:24:05 -0800, by Matt Mackall
-
if unambigious command name are passed, use themFri, 04 Nov 2005 10:22:03 -0800, by Benoit Boissinot
-
Add support for -r option in hg tagThu, 03 Nov 2005 17:19:59 -0800, by Radoslaw Szkodzinski
-
fix file opening for some commands on WindowsThu, 03 Nov 2005 14:24:07 -0800, by Christian Boos
-
Merge with TAHThu, 03 Nov 2005 14:22:19 -0800, by Matt Mackall
-
Fixed test-static-http with http_proxy variable set again.Thu, 03 Nov 2005 18:59:36 +0100, by Thomas Arendsen Hein
-
Merge from Hidetaka IwaiThu, 03 Nov 2005 14:19:54 -0800, by Matt Mackall
-
Fixed to convert to man properly.Thu, 03 Nov 2005 11:56:51 +0900, by Hidetaka Iwai