log hgext/fetch.py @ 5452:82b4ff3abbcd

age author description
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
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Sun, 01 Oct 2006 19:26:33 +0200 Thomas Arendsen Hein Whitespace/Tab cleanup
Thu, 10 Aug 2006 17:02:11 -0700 Vadim Gelfer fetch: fix test fail
Wed, 09 Aug 2006 13:55:18 -0500 Matt Mackall Merge with crew, fix most tests
Mon, 07 Aug 2006 22:54:33 -0500 Matt Mackall Introduce update helper functions: update, merge, clean, and revert
Tue, 08 Aug 2006 17:08:59 -0700 Vadim Gelfer fetch: hold lock and wlock across all operations
Tue, 08 Aug 2006 16:40:08 -0700 Vadim Gelfer fetch: lock repo across pull and commit
Tue, 08 Aug 2006 16:37:41 -0700 Vadim Gelfer fetch: drop commands.doupdate
Tue, 08 Aug 2006 16:09:26 -0700 Vadim Gelfer fetch: fix breakage from mpm.
Mon, 07 Aug 2006 19:08:55 -0700 Vadim Gelfer fetch: add missing import.
Mon, 07 Aug 2006 17:33:14 -0700 Vadim Gelfer fetch: do not fetch if working dir modified
Mon, 07 Aug 2006 17:27:38 -0700 Vadim Gelfer new extension: fetch -> combine pull and merge/update