log hg @ 2410:1e80d47b8581

age author description
Sun, 05 Feb 2006 22:21:02 -0600 Matt Mackall Update copyright notice
Wed, 29 Jun 2005 10:42:35 -0800 mpm Whitespace cleanups
Fri, 24 Jun 2005 12:28:09 -0800 mpm Release tweaks 0.6
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
Fri, 13 May 2005 11:47:16 -0800 mpm Fix up a bunch of bugs in the new merge code 0.4f
Thu, 12 May 2005 17:54:55 -0800 mpm Diff in subdirectories from Jake Edge
Thu, 12 May 2005 01:23:26 -0800 mpm Fix tabs
Wed, 11 May 2005 15:06:41 -0800 mpm Add getchangegroup code to efficiently calculate and request a changegroup
Wed, 11 May 2005 14:37:23 -0800 mpm Fix lsdiff filtering
Wed, 11 May 2005 14:36:17 -0800 mpm Drop empty lines from lsdiff
Wed, 11 May 2005 14:34:31 -0800 mpm Strip trailing spaces from lsdiff file list
Wed, 11 May 2005 14:06:34 -0800 mpm Add -q option to import
Wed, 11 May 2005 13:56:22 -0800 mpm Import comments from patches
Tue, 10 May 2005 00:40:49 -0800 mpm Add changegroup support
Sat, 07 May 2005 16:32:31 -0800 mpm Add lookup smarts everywhere
Sat, 07 May 2005 16:13:26 -0800 mpm Add improved rev lookup to diff and export
Sat, 07 May 2005 11:37:28 -0800 mpm Add export command
Sat, 07 May 2005 09:27:52 -0800 mpm Support for 0, 1, or 2 diff revs
Thu, 05 May 2005 15:22:11 -0800 mpm diffdir tidy in preparation for arg handling
Thu, 05 May 2005 15:05:50 -0800 mpm Make diffdir take a revision argument
Wed, 04 May 2005 22:45:52 -0800 mpm Add debughash and debugindex commands
Wed, 04 May 2005 17:27:08 -0800 mpm Import time for hg history command
Wed, 04 May 2005 17:26:27 -0800 mpm Document diff in help
Wed, 04 May 2005 17:19:02 -0800 mpm Show date in history
Wed, 04 May 2005 11:01:17 -0800 mpm Give a friendlier message when repo isn't found
Wed, 04 May 2005 10:50:21 -0800 mpm Make hg verify do more thorough cross-checking.
Wed, 04 May 2005 10:07:28 -0800 mpm Update version numbers 0.4d
Tue, 03 May 2005 23:39:04 -0800 oxymoron Allow checkout by number or hash
Tue, 03 May 2005 18:39:58 -0800 mpm Don't complain that help is an unknown command
Tue, 03 May 2005 13:16:10 -0800 mpm Add back links from file revisions to changeset revisions