log mercurial/commands.py @ 632:8b8f710bb658

age author description
Tue, 05 Jul 2005 18:23:56 -0800 thananck Provides output option to cat command
Tue, 05 Jul 2005 18:22:28 -0800 Bryan O'Sullivan Remove debug print from locate code.
Tue, 05 Jul 2005 18:19:22 -0800 Bryan O'Sullivan Use repo.getcwd() in a few obvious places.
Tue, 05 Jul 2005 18:19:01 -0800 Bryan O'Sullivan Add locate command.
Tue, 05 Jul 2005 18:12:57 -0800 Matt Mackall Cleanups for repo.pull
Tue, 05 Jul 2005 17:55:22 -0800 Matt Mackall Add an sshrepository class and hg serve --stdio
Mon, 04 Jul 2005 12:39:35 -0800 Bryan O'Sullivan Handle unrecognised options correctly.
Mon, 04 Jul 2005 12:39:21 -0800 thananck open .hgtags as binary
Mon, 04 Jul 2005 12:22:21 -0800 thananck Output file of 'export' is opened as binary (other OS)
Mon, 04 Jul 2005 12:18:58 -0800 Matt Mackall Stop patch description import at diff -r
Mon, 04 Jul 2005 12:16:27 -0800 Bryan O'Sullivan Demand-load most modules in the commands and ui modules.
Mon, 04 Jul 2005 12:15:44 -0800 Alecs King On Sat, Jul 02, 2005 at 02:11:34PM -0700, Matt Mackall wrote:
Mon, 04 Jul 2005 11:06:01 -0800 shaleh check export options for changeset before running
Mon, 04 Jul 2005 11:00:25 -0800 Matt Mackall [PATCH] hg tag: local tag support in file .hg/localtags
Sun, 03 Jul 2005 21:14:40 -0800 mpm [PATCH] Parse and use header data from an hg export'ed changeset
Sun, 03 Jul 2005 20:51:05 -0800 mpm [PATCH] Get "hg serve" to optionally log accesses and errors to files
Sun, 03 Jul 2005 20:49:48 -0800 mpm Split wrapped demandload line
Sun, 03 Jul 2005 20:47:29 -0800 mpm [PATCH] Get "hg serve" to print the URL being served
Sun, 03 Jul 2005 11:47:45 -0800 mpm A bunch of parsing/help updates
Sun, 03 Jul 2005 03:58:05 -0800 mpm Shorten help
Sun, 03 Jul 2005 03:33:48 -0800 mpm Restructure option handling
Sat, 02 Jul 2005 22:54:35 -0800 mpm options: kill -d for debug
Sat, 02 Jul 2005 20:51:33 -0800 mpm hg revert should revert to parent, not to tip
Sat, 02 Jul 2005 19:49:46 -0800 mpm [PATCH] hg revert
Sat, 02 Jul 2005 18:57:59 -0800 mpm Remove all remaining print statements
Sat, 02 Jul 2005 18:29:54 -0800 mpm [PATCH] New export patch
Sat, 02 Jul 2005 15:34:23 -0800 mpm Remove -p global switch in preparation for combining namespaces
Fri, 01 Jul 2005 11:49:58 -0800 mpm hg clone: only use the absolute path for .hg/hgrc
Fri, 01 Jul 2005 11:24:09 -0800 mpm Fix dodiff/changes
Fri, 01 Jul 2005 09:04:50 -0800 mpm [PATCH] hg clone stored path fix
Fri, 01 Jul 2005 00:34:17 -0800 mpm Unbreak dirstate debug commands
Fri, 01 Jul 2005 00:21:49 -0800 mpm Fix some linewrapping
Fri, 01 Jul 2005 00:10:52 -0800 mpm Merge with TAH
Fri, 01 Jul 2005 08:55:10 +0100 Thomas Arendsen Hein Allow specifying revisions in 'hg log' like with 'hg diff'.
Thu, 30 Jun 2005 23:45:43 -0800 mpm [PATCH] Catch OSError usefully
Thu, 30 Jun 2005 23:28:16 -0800 mpm Merge with TAH
Fri, 01 Jul 2005 07:40:32 +0100 Thomas Arendsen Hein Add an empty line after description in verbose mode of show_changeset.
Thu, 30 Jun 2005 21:47:23 +0100 Thomas Arendsen Hein Merge with upstream
Thu, 30 Jun 2005 07:16:05 +0100 Thomas Arendsen Hein Added support for hg:// and old-http:// to 'hg clone'.
Thu, 30 Jun 2005 21:28:18 -0800 mpm Propagate file list through dodiff
Thu, 30 Jun 2005 20:54:01 -0800 mpm Refactor diffrevs/diffdir into changes
Thu, 30 Jun 2005 10:07:50 -0800 mpm Deal with failed clone/transaction interaction
Thu, 30 Jun 2005 09:22:59 -0800 mpm [PATCH] Handle 'name firstname <email@server>' correctly in annotate
Thu, 30 Jun 2005 08:47:31 -0800 mpm clone: abort on pre-existing destination directory
Wed, 29 Jun 2005 21:55:25 -0800 mpm Fix clone bug wth trailing slash
Wed, 29 Jun 2005 14:20:54 -0800 mpm [PATCH] Add --traceback option
Wed, 29 Jun 2005 14:15:16 -0800 mpm show connect message on push
Wed, 29 Jun 2005 14:10:17 -0800 mpm [PATCH] Perform clone in place
Wed, 29 Jun 2005 14:04:56 -0800 mpm [PATCH] Force "hg clone" to always create a new directory
Wed, 29 Jun 2005 13:48:57 -0800 mpm Fix empty pull bug that appeared this morning
Wed, 29 Jun 2005 10:49:07 -0800 mpm Fix failed clone in current directory
Wed, 29 Jun 2005 10:46:41 -0800 mpm Add --repository option
Wed, 29 Jun 2005 10:44:16 -0800 mpm Change getchangegroup to findincoming
Wed, 29 Jun 2005 10:42:35 -0800 mpm Whitespace cleanups
Tue, 28 Jun 2005 10:50:13 -0800 mpm hg clone: don't try to delete "."
Tue, 28 Jun 2005 10:43:20 -0800 mpm Remove unnecessary deletion in hg clone
Tue, 28 Jun 2005 02:48:21 -0800 mpm [PATCH] replace history with log
Tue, 28 Jun 2005 02:38:33 -0800 mpm [PATCH] Harden os.system
Tue, 28 Jun 2005 02:30:36 -0800 mpm [PATCH] Add ui.expandpath command
Tue, 28 Jun 2005 02:22:45 -0800 mpm [PATCH] Fix "no-update" option to clone