Sun, 27 May 2007 14:40:14 -0700 patchbomb: Validate email config before we start prompting for info.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 27 May 2007 14:40:14 -0700] rev 4483
patchbomb: Validate email config before we start prompting for info.
Sun, 27 May 2007 14:26:54 -0700 Introduce find_exe. Use instead of find_in_path for programs.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 27 May 2007 14:26:54 -0700] rev 4482
Introduce find_exe. Use instead of find_in_path for programs. The behaviour of find_in_path was broken for config options containing path names, because it always searched the given path, even when not necessary. The find_exe function is more polite: if the name passed to it contains a path component, it just returns it.
Sun, 27 May 2007 13:50:59 -0700 ui: Rename has_config to has_section.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 27 May 2007 13:50:59 -0700] rev 4481
ui: Rename has_config to has_section.
Sun, 27 May 2007 13:41:35 -0700 patchbomb: Defer the import of readline.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 27 May 2007 13:41:35 -0700] rev 4480
patchbomb: Defer the import of readline. If imported at the top of the module, the import appears to succeed, but raw_input doesn't acquire magic editing fu. I suspect this has something to do with the newish demandimport code, because the prior code worked with demandload.
Sun, 27 May 2007 13:29:04 -0700 patchbomb: Don't prompt for headers until sure we have revs to export.
Bryan O'Sullivan <bos@serpentine.com> [Sun, 27 May 2007 13:29:04 -0700] rev 4479
patchbomb: Don't prompt for headers until sure we have revs to export. The prior behaviour was to always prompt for headers, and only then bomb out if there were actually no revs to send.
Fri, 01 Jun 2007 18:40:14 -0500 Add support for url#id syntax
Matt Mackall <mpm@selenic.com> [Fri, 01 Jun 2007 18:40:14 -0500] rev 4478
Add support for url#id syntax This allows you to do: hg clone http://server/repo#stable which is equivalent to: hg clone -r stable http://server/repo Future incoming, outgoing, and push commands will default to using this id because it's recorded in the default path. Other commands that accept URLs (push, pull, bundle, incoming, and outgoing) also accept this syntax.
Fri, 01 Jun 2007 18:52:18 -0500 clone: checkout the "default" branch if available
Matt Mackall <mpm@selenic.com> [Fri, 01 Jun 2007 18:52:18 -0500] rev 4477
clone: checkout the "default" branch if available
Sat, 02 Jun 2007 09:21:56 -0500 mq: pass a URL to clone
Matt Mackall <mpm@selenic.com> [Sat, 02 Jun 2007 09:21:56 -0500] rev 4476
mq: pass a URL to clone
Fri, 01 Jun 2007 14:07:42 -0500 Warn about large files on hg add
Matt Mackall <mpm@selenic.com> [Fri, 01 Jun 2007 14:07:42 -0500] rev 4475
Warn about large files on hg add
Fri, 01 Jun 2007 19:49:09 +0200 merge with stable
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Jun 2007 19:49:09 +0200] rev 4474
merge with stable
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip