log

age author description
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