log hgext/fetch.py @ 6403:f615ece5fec3

age author description
Mon, 24 Mar 2008 15:36:56 -0700 Bryan O'Sullivan commit: when committing the results of a merge, it's all or nothing
Tue, 11 Mar 2008 11:38:12 -0700 Bryan O'Sullivan fetch: don't proceed if working directory is missing files (issue988)
Tue, 11 Mar 2008 11:30:42 -0700 Bryan O'Sullivan fetch: rename --force-editor option to --edit, for consistency
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Thu, 06 Mar 2008 22:23:26 +0100 Joel Rosdahl Expand import * to allow Pyflakes to find problems
Wed, 05 Mar 2008 09:20:57 -0800 Bryan O'Sullivan fetch: make test reproducible, tiny code cleanup
Wed, 05 Mar 2008 09:10:45 -0800 Bryan O'Sullivan fetch: switch the default parent used for a merge
Fri, 22 Feb 2008 21:18:48 +0100 Thomas Arendsen Hein Document log date ranges and mention 'hg help dates' for all commands (issue998)
Sun, 17 Feb 2008 21:34:28 +0100 Thomas Arendsen Hein Fix bad behaviour when specifying an invalid date (issue700)
Fri, 04 Jan 2008 11:58:27 -0800 Bryan O'Sullivan fetch: hide authentication details
Wed, 08 Aug 2007 12:27:20 +0200 Benoit Boissinot refactor options from cmdtable
Sat, 21 Jul 2007 16:02:10 -0500 Matt Mackall Make repo locks recursive, eliminate all passing of lock/wlock
Sat, 21 Jul 2007 16:02:10 -0500 Matt Mackall Use try/finally pattern to cleanup locks and transactions
Tue, 26 Jun 2007 22:38:57 +0200 Thomas Arendsen Hein Updated command tables in commands.py and hgext extensions.
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall dispatch: move dispatching code to cmdutil