log

age author description
Wed, 29 Jun 2005 13:48:57 -0800 mpm Fix empty pull bug that appeared this morning
Wed, 29 Jun 2005 11:16:41 -0800 mpm [PATCH] Fix use of util.CommandError
Wed, 29 Jun 2005 11:12:50 -0800 mpm Add some TODO items
Wed, 29 Jun 2005 11:05:09 -0800 mpm Add a CONTRIBUTORS file
Wed, 29 Jun 2005 10:49:07 -0800 mpm Fix failed clone in current directory
Wed, 29 Jun 2005 10:46:41 -0800 mpm Add --repository option
Wed, 29 Jun 2005 10:44:16 -0800 mpm Change getchangegroup to findincoming
Wed, 29 Jun 2005 10:42:35 -0800 mpm Whitespace cleanups
Tue, 28 Jun 2005 11:06:25 -0800 mpm change unrelated repository error to a warning
Tue, 28 Jun 2005 10:50:13 -0800 mpm hg clone: don't try to delete "."
Tue, 28 Jun 2005 10:43:20 -0800 mpm Remove unnecessary deletion in hg clone
Tue, 28 Jun 2005 10:42:02 -0800 mpm Disallow merging of unrelated projects
Tue, 28 Jun 2005 03:08:47 -0800 mpm More fiddling with uint32_t includes for extensions
Tue, 28 Jun 2005 02:48:21 -0800 mpm [PATCH] replace history with log
Tue, 28 Jun 2005 02:38:33 -0800 mpm [PATCH] Harden os.system
Tue, 28 Jun 2005 02:34:14 -0800 mpm README: mention lib64/
Tue, 28 Jun 2005 02:30:36 -0800 mpm [PATCH] Add ui.expandpath command
Tue, 28 Jun 2005 02:22:45 -0800 mpm [PATCH] Fix "no-update" option to clone
Tue, 28 Jun 2005 02:18:23 -0800 mpm Use $USERNAME as a fallback for commit
Tue, 28 Jun 2005 02:08:14 -0800 mpm Fix troubles with clone and exception handling
Tue, 28 Jun 2005 02:04:49 -0800 mpm Update undo test
Tue, 28 Jun 2005 02:03:25 -0800 mpm Better messages for rollback and undo
Tue, 28 Jun 2005 00:59:59 -0800 mpm [PATCH] Clean up destination directory if a clone fails.
Tue, 28 Jun 2005 00:55:59 -0800 mpm Add exception class for repository errors
Tue, 28 Jun 2005 00:46:16 -0800 mpm Various doc clean-ups and spelling fixes
Mon, 27 Jun 2005 23:58:07 -0800 mpm [PATCH] doc cleanups
Mon, 27 Jun 2005 23:52:31 -0800 mpm [PATCH] simplify init
Mon, 27 Jun 2005 22:29:44 -0800 mpm Pull from TAH
Tue, 28 Jun 2005 07:05:55 +0100 Thomas Arendsen Hein Fixed test for previous change of 'hg -v history'.
Tue, 28 Jun 2005 06:50:28 +0100 Thomas Arendsen Hein Make show_changeset show added/deleted files only in debug mode.
Mon, 27 Jun 2005 06:52:13 +0100 Thomas Arendsen Hein Use "kill $!" to kill running background processes.
Mon, 27 Jun 2005 06:41:28 +0100 Thomas Arendsen Hein Fixed test-flags and .out for arbitrary umask settings. Use -ex shell flags.
Mon, 27 Jun 2005 06:17:28 +0100 Thomas Arendsen Hein Make show_changeset show added and deleted files in verbose mode.
Mon, 27 Jun 2005 22:23:56 -0800 mpm [PATCH] umask for run-tests
Mon, 27 Jun 2005 22:22:13 -0800 mpm [PATCH] Set locale before run-tests does anything
Mon, 27 Jun 2005 22:18:12 -0800 mpm Add initial hook support
Mon, 27 Jun 2005 10:01:46 -0800 mpm Remove stdint.h from mpatch and bdiff
Sun, 26 Jun 2005 15:20:46 -0800 mpm [PATCH] add clone command
Sun, 26 Jun 2005 15:12:51 -0800 mpm Pull from TAH
Sun, 26 Jun 2005 17:32:25 +0100 Thomas Arendsen Hein Updated TODO
Sun, 26 Jun 2005 14:20:48 +0100 Thomas Arendsen Hein Removed some unused variables.
Sun, 26 Jun 2005 14:18:23 +0100 Thomas Arendsen Hein hg import checking for quiet mode didn't work. Fixed using the ui module.
Sun, 26 Jun 2005 14:14:52 +0100 Thomas Arendsen Hein Fixed call to ui.warn()
Sun, 26 Jun 2005 14:14:04 +0100 Thomas Arendsen Hein Cleaned up command alias handling in help.
Sun, 26 Jun 2005 13:49:27 +0100 Thomas Arendsen Hein Update of doc/hg.1.txt
Sun, 26 Jun 2005 13:25:07 +0100 Thomas Arendsen Hein Handle errors in .hgtags or hgrc [tags] section more gracefully.
Sun, 26 Jun 2005 12:04:59 +0100 Thomas Arendsen Hein Really _call_ method revlog.count in revlog.lookup()
Sun, 26 Jun 2005 11:33:16 +0100 Thomas Arendsen Hein Fixed diff generation in hgeditor if a list of files is given to hg commit.
Sun, 26 Jun 2005 15:09:37 -0800 mpm Minor speed improvements for bdiff
Sat, 25 Jun 2005 16:31:43 -0800 mpm [PATCH] Get run-tests working on 64-bit machines.
Sat, 25 Jun 2005 16:18:40 -0800 mpm extensions: use stdint.h
Sat, 25 Jun 2005 16:17:34 -0800 mpm Minor annotate performance tweaks
Sat, 25 Jun 2005 00:16:39 -0800 mpm Fix up version module name and command conflict
Fri, 24 Jun 2005 23:50:27 -0800 mpm Various node id lookup tweaks
Fri, 24 Jun 2005 23:22:46 -0800 mpm [PATCH] add "root" command
Fri, 24 Jun 2005 23:20:30 -0800 mpm Add version command
Fri, 24 Jun 2005 23:17:10 -0800 mpm Add hgmerge manpage
Fri, 24 Jun 2005 23:15:50 -0800 mpm Add a doc makefile
Fri, 24 Jun 2005 23:07:16 -0800 mpm Merge from http://moffetthome.net:8012/
Fri, 24 Jun 2005 20:53:51 -0500 kyle Added stdint.h include to fix build on Mac OS X Tiger [v10.4]