log hgext/fetch.py @ 3120:1c1e59aac82a

age author description
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
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
Mon, 07 Aug 2006 22:54:33 -0500 Matt Mackall Introduce update helper functions: update, merge, clean, and revert
Mon, 07 Aug 2006 17:26:09 -0500 Matt Mackall Fix extensions for merge change
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