log hg @ 412:40cfa2d0c088

age author description
Wed, 08 Jun 2005 10:52:01 -0800 mpm Mark the usual things executable
Sat, 04 Jun 2005 14:16:32 -0800 mpm import and startup cleanups
Sat, 04 Jun 2005 13:45:31 -0800 mpm migrate remaining commands
Sat, 04 Jun 2005 12:24:23 -0800 mpm migrate verify
Sat, 04 Jun 2005 12:14:14 -0800 mpm Migrate rawcommit, import, export, history, and merge
Sat, 04 Jun 2005 11:18:56 -0800 mpm big heap of command clean-up work
Fri, 03 Jun 2005 18:29:46 -0800 mpm Resolve bits from TAH
Fri, 03 Jun 2005 13:32:37 -0800 mpm Merge from tah
Fri, 03 Jun 2005 12:55:56 -0800 mpm make diffdir default to dirstate.parents()
Fri, 03 Jun 2005 12:46:38 -0800 mpm move repo.current to dirstate.parents()
Fri, 03 Jun 2005 12:45:04 -0800 mpm merge: don't bail on outstanding changes
Fri, 03 Jun 2005 12:43:16 -0800 mpm fix bad assumption about uniqueness of file versions
Thu, 02 Jun 2005 17:39:29 -0800 mpm change dircache into dirstate
Wed, 01 Jun 2005 19:19:38 -0800 mpm hg checkout: refuse to checkout if there are outstanding changes
Wed, 01 Jun 2005 11:48:34 -0800 mpm commands: migrate status and branch
Wed, 01 Jun 2005 10:40:19 -0800 mpm hg undo: fixup working dir state
Wed, 01 Jun 2005 00:25:42 -0800 mpm Beginning of new command parsing interface
Tue, 31 May 2005 22:57:53 -0800 mpm Move ui class to its own module
Tue, 31 May 2005 22:45:50 -0800 mpm hg: don't complain about missing repo with no args
Tue, 31 May 2005 21:33:27 -0800 mpm hg rawcommit command
Mon, 30 May 2005 10:21:21 -0800 mpm hgweb: fix tip so that it doesn't need refreshing
Mon, 30 May 2005 09:53:48 -0700 jake add export, recover, and undo to the man page
Mon, 30 May 2005 08:27:21 -0800 mpm Bump the version number to 0.5b for the protocol change 0.5b
Mon, 30 May 2005 08:03:54 -0800 mpm Changes to network protocol
Sat, 28 May 2005 14:09:11 -0800 mpm Mercurial 0.5 0.5
Thu, 26 May 2005 23:39:42 -0800 mpm hg: remove some debug commands, improve help messages, add .hgpaths file
Thu, 26 May 2005 22:54:48 -0800 mpm hg merge: abort if there are outstanding changes in the working directory
Thu, 26 May 2005 09:48:50 -0800 mpm Make undo and recover friendlier
Thu, 26 May 2005 09:04:54 -0800 mpm Implement recover and undo commands
Wed, 25 May 2005 16:27:10 -0800 mpm Add 'hg serve' command for stand-alone server
Wed, 25 May 2005 08:54:54 -0800 mpm Merge from hgweb
Wed, 25 May 2005 08:53:01 -0800 mpm Add options to annotate for user/rev/changeset
Tue, 24 May 2005 20:29:38 -0800 mpm Minor fixes to verify
Mon, 23 May 2005 20:57:48 -0800 mpm Prettify the web interface
Sat, 21 May 2005 17:26:44 -0800 mpm Make hg diff handle files that have been added but not yet committed.
Sat, 21 May 2005 17:03:12 -0800 mpm Fix diff and export not showing added files
Fri, 20 May 2005 17:47:13 -0800 mpm Remove debugoldmerge command
Fri, 20 May 2005 17:46:47 -0800 mpm hg history: don't print file list without -v switch
Fri, 20 May 2005 17:45:03 -0800 mpm Subdir support for annotate
Fri, 20 May 2005 17:44:34 -0800 mpm Use revlog.delta and mdiff.patchtext to massively speed up processing
Wed, 18 May 2005 18:25:37 -0800 mpm Make prompting go
Wed, 18 May 2005 17:37:49 -0800 mpm Don't diff unknown files
Wed, 18 May 2005 17:33:46 -0800 mpm Date on its own line in file log
Wed, 18 May 2005 17:29:10 -0800 mpm Pull from hg://edge2.net/hg/cmds
Sun, 15 May 2005 15:30:36 -0700 jake adding subdir support for log and status commands
Wed, 18 May 2005 15:24:18 -0800 mpm Fix two bugs in verify
Wed, 18 May 2005 15:23:10 -0800 mpm Add debugindexdot to generate graphviz dot files from indexes
Wed, 18 May 2005 15:21:53 -0800 mpm hack so that debugindex takes filenames
Tue, 17 May 2005 13:37:15 -0800 mpm Add tip command
Tue, 17 May 2005 12:40:24 -0800 mpm Missing newline in "requesting changegroup"
Tue, 17 May 2005 12:23:53 -0800 mpm Verify improvements:
Tue, 17 May 2005 11:06:59 -0800 mpm Add -q quiet option
Tue, 17 May 2005 01:27:14 -0800 mpm Add annotate and blame to the command list and README
Tue, 17 May 2005 01:22:50 -0800 mpm Fix field width for annotate
Tue, 17 May 2005 01:12:30 -0800 mpm Add basic annotation support
Tue, 17 May 2005 00:30:01 -0800 mpm (none)
Sat, 14 May 2005 10:13:49 -0800 mpm Fix debugindex formatting for large repos
Fri, 13 May 2005 18:22:08 -0800 mpm Minor changes to import so that we can successfully import Ingo's
Fri, 13 May 2005 13:26:00 -0800 mpm Print changeset metadata for export
Fri, 13 May 2005 13:12:32 -0800 mpm Add tag support