log

age author description
Mon, 01 Aug 2005 23:17:22 -0800 mpm Warn on pushing unsynced repo or adding new heads
Sat, 30 Jul 2005 09:01:59 -0800 mpm Psyco was failing to call dirstate.__del__ for import
Sat, 30 Jul 2005 09:00:14 -0800 mpm Merge with BOS
Fri, 29 Jul 2005 15:02:27 -0800 Bryan O'Sullivan Adapt commit to use file matching code.
Fri, 29 Jul 2005 12:30:12 -0800 Bryan O'Sullivan Reduce the amount of stat traffic generated by a walk.
Fri, 29 Jul 2005 08:51:42 -0800 Bryan O'Sullivan Fix documentation of -I and -X options.
Fri, 29 Jul 2005 08:49:01 -0800 Bryan O'Sullivan Move commands.forget over to using new walk code.
Fri, 29 Jul 2005 08:42:28 -0800 Bryan O'Sullivan Fix performance regression in addremove command.
Sat, 30 Jul 2005 08:35:29 -0800 mpm Merge with TAH
Fri, 29 Jul 2005 22:31:45 +0100 Thomas Arendsen Hein Include tests (or possibly maps) ending in numbers in MANIFEST, too.
Fri, 29 Jul 2005 22:10:36 +0100 Thomas Arendsen Hein Add Makefile from doc directory instead of / to MANIFEST.
Fri, 29 Jul 2005 22:07:42 +0100 Thomas Arendsen Hein Drop .err files generated by failed tests from the MANIFEST.
Fri, 29 Jul 2005 21:50:05 +0100 Thomas Arendsen Hein Incorporated most of Aron Griffis suggestions for sh compatibility.
Fri, 29 Jul 2005 21:34:41 +0100 Thomas Arendsen Hein Use tabs instead of spaces where apropriate.
Fri, 29 Jul 2005 15:59:10 +0100 Thomas Arendsen Hein Allow tests for not yet fixed bugs to fail without generating error diff.
Fri, 29 Jul 2005 15:21:02 +0100 Thomas Arendsen Hein Updated output of tests.
Fri, 29 Jul 2005 15:19:43 +0100 Thomas Arendsen Hein Don't use 'set -x', fix exports, sed and hexdump usage for Solaris.
Fri, 29 Jul 2005 15:11:34 +0100 Thomas Arendsen Hein Adapted README to new needs.
Fri, 29 Jul 2005 15:11:05 +0100 Thomas Arendsen Hein Make tests work on Solaris:
Fri, 29 Jul 2005 14:54:36 +0100 Thomas Arendsen Hein Remove "export FOO=bar" bashism.
Fri, 29 Jul 2005 14:52:45 +0100 Thomas Arendsen Hein Replaced mktemp and usage of ${par:=word}.
Fri, 29 Jul 2005 14:51:41 +0100 Thomas Arendsen Hein Remove usage of ${par:-word}, which and mktemp. Quote filenames.
Fri, 29 Jul 2005 14:49:04 +0100 Thomas Arendsen Hein Ignore test error files, protect dot in .pc/
Fri, 29 Jul 2005 06:43:21 +0100 Thomas Arendsen Hein Merge with upstream
Sat, 23 Jul 2005 17:14:05 +0100 Thomas Arendsen Hein Added tests for bug with three-way-merging of old tip, tip and cwd.
Sat, 23 Jul 2005 17:11:29 +0100 Thomas Arendsen Hein Show all dirstate info for 'hg debugstate'.
Sat, 23 Jul 2005 17:09:37 +0100 Thomas Arendsen Hein Make test-pull work on slow machines, where hg serve needs some time to start.
Sat, 23 Jul 2005 17:08:12 +0100 Thomas Arendsen Hein Fixed test to notice .out file generated by run-test.
Sat, 30 Jul 2005 08:30:12 -0800 mpm add note about -C to update message
Thu, 28 Jul 2005 07:46:08 -0800 mpm Drop -t option from mktemp
Wed, 27 Jul 2005 18:50:32 -0800 mpm Fix the directory and revlog collision problem
Wed, 27 Jul 2005 18:16:20 -0800 mpm Fix undo after aborted commit bug
Wed, 27 Jul 2005 10:21:19 -0800 mpm Fix tests for short changeset hashes and hidden manifest hashes
Wed, 27 Jul 2005 10:18:44 -0800 Stephen Darnell Add a --time command line option to time hg commands
Wed, 27 Jul 2005 10:18:22 -0800 thananck Provided platform dependent implementations for explain_exit
Wed, 27 Jul 2005 10:05:12 -0800 mpm Fix copy in subdirectories
Wed, 27 Jul 2005 09:07:28 -0800 mpm Add changegroup hook for push/pull
Wed, 27 Jul 2005 08:19:59 -0800 TK Soh Add paths command
Wed, 27 Jul 2005 08:14:52 -0800 mpm Shorten hashes displayed in log
Wed, 27 Jul 2005 07:35:36 -0800 mpm Wrap RSS description in CDATA
Tue, 26 Jul 2005 19:27:05 -0800 mpm Add template to mktemp call
Tue, 26 Jul 2005 19:23:59 -0800 mpm Fix up test results
Tue, 26 Jul 2005 19:03:45 -0800 mpm Change sed patterns in tests to strip dates after spaces or tabs
Tue, 26 Jul 2005 21:52:40 -0500 mpm Hide errno in abort messages
Mon, 25 Jul 2005 12:02:29 -0500 mpm Make pull count jargon less confusing
Sat, 23 Jul 2005 14:11:49 -0500 mpm Fixes for annotate
Sat, 23 Jul 2005 10:14:42 -0500 mpm Fix bug in exception handling for hardlink clone
Sat, 23 Jul 2005 10:08:40 -0500 mpm hgeditor: hide checksum mismatch message from md5sum
Sat, 23 Jul 2005 10:00:56 -0500 mpm Fix local file changes being ignored after non-branch merge
Fri, 22 Jul 2005 19:46:02 -0800 Bryan O'Sullivan Update tests to match new addremove chattiness.
Fri, 22 Jul 2005 19:45:48 -0800 Bryan O'Sullivan Get addremove to use new walk code.
Fri, 22 Jul 2005 20:07:14 -0500 mpm Hack to fix missing '/' problem in URLs
Fri, 22 Jul 2005 19:23:00 -0500 mpm Don't mark files with 'm'erge unless we're actually merging branches
Fri, 22 Jul 2005 16:27:30 +0100 Thomas Arendsen Hein Added deprecation warnings if -t or --text is used for commits.
Fri, 22 Jul 2005 16:26:46 +0100 Thomas Arendsen Hein Changed more occurances of 'text' to 'message'.
Fri, 22 Jul 2005 15:59:13 +0100 Andrew Thompson Change all references to -t --text commit message to -m and --message.
Fri, 22 Jul 2005 09:54:22 +0100 Thomas Arendsen Hein Changed coding hint to BOM
Fri, 22 Jul 2005 09:40:45 +0100 Thomas Arendsen Hein Updated TODO.
Fri, 22 Jul 2005 08:58:16 +0100 Thomas Arendsen Hein There was an extra space after 'hg id' when there are no tags.
Fri, 22 Jul 2005 08:47:35 +0100 Thomas Arendsen Hein Updated help strings and test-help: