log

age author description
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:15:38 -0800 Matt Mackall Fix quoting for RSS links
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
Tue, 05 Jul 2005 17:50:43 -0800 Matt Mackall Change remote repository to httprepository
Tue, 05 Jul 2005 17:50:02 -0800 Matt Mackall Add generic repo commands for pull and push
Tue, 05 Jul 2005 17:49:01 -0800 Matt Mackall Add a function to calculate the outgoing changegroup
Mon, 04 Jul 2005 15:42:26 -0800 Matt Mackall Attempt to handle RSS URIs properly
Mon, 04 Jul 2005 12:54:42 -0800 Matt Mackall update tests
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:38:34 -0800 maf46 Fix zombie files in merge
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:20:20 -0800 shaleh * clean up error handling when user requests to use a non file object
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:51:09 -0800 Matt Mackall Add username/merge/editor to .hgrc
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:52:41 -0800 mpm [PATCH] Fix thinko in "serve" man page entry.
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 20:33:35 -0800 mpm Various HTML cleanups
Sun, 03 Jul 2005 20:21:37 -0800 mpm Add globals to templater/fixup RSS
Sun, 03 Jul 2005 20:10:21 -0800 mpm Simplify RSS date generation
Sun, 03 Jul 2005 13:32:59 -0800 mpm [PATCH] Add RSS support to hgweb