log mercurial/commands.py @ 289:266396e32006

age author description
Wed, 08 Jun 2005 16:28:34 -0800 mpm hg commit: add -t and -l options
Wed, 08 Jun 2005 14:46:34 -0800 mpm hg pull: ditch .hgpaths for new .hgrc
Wed, 08 Jun 2005 10:59:18 -0800 mpm hg cat: relative file support
Wed, 08 Jun 2005 10:16:33 -0800 mpm add tracking of execute permissions
Tue, 07 Jun 2005 20:06:05 -0800 mpm various merge improvements
Tue, 07 Jun 2005 00:07:31 -0800 mpm Reverse order of hg log and hg history lists
Tue, 07 Jun 2005 00:03:38 -0800 mpm unknown command fixups
Mon, 06 Jun 2005 23:57:00 -0800 mpm Fix argument processing for patch and rawcommit
Mon, 06 Jun 2005 10:51:09 -0800 mpm Attempt to make diff deal with null sources properly
Sun, 05 Jun 2005 10:48:39 -0800 mpm implement demand loading hack
Sat, 04 Jun 2005 23:37:11 -0800 mpm fix addremove
Sat, 04 Jun 2005 19:35:08 -0800 mpm Sort tags in revision order
Sat, 04 Jun 2005 19:09:00 -0800 mpm hg help: use docstrings only
Sat, 04 Jun 2005 18:34:35 -0800 mpm unify checkout and resolve into update
Sat, 04 Jun 2005 15:14:39 -0800 mpm Handle unknown commands nicely
Sat, 04 Jun 2005 14:25:08 -0800 mpm Catch broken pipes in command interpreter
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:58:47 -0800 mpm hg resolve: merge a given node into the working directory
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()
Thu, 02 Jun 2005 18:07:01 -0800 mpm Beginning of multi-head support
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 13:04:13 -0800 mpm catch TERM signal in command processor
Wed, 01 Jun 2005 11:48:34 -0800 mpm commands: migrate status and branch
Wed, 01 Jun 2005 11:11:19 -0800 mpm commands: better argument processing, per-command help
Wed, 01 Jun 2005 10:43:11 -0800 mpm commands: fix up some help strings
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