log hgext/fetch.py @ 23489:fe4157d839ac

age author description
Fri, 03 Oct 2014 11:16:57 -0500 Pierre-Yves David fetch: use exchange.pull
Wed, 01 Oct 2014 14:48:42 -0700 Martin von Zweigbergk fetch: use cmdutil.bailifchanged()
Sat, 02 Aug 2014 21:46:26 +0900 FUJIWARA Katsunori fetch: pass 'editform' argument to 'cmdutil.getcommiteditor'
Wed, 30 Jul 2014 00:14:52 +0900 FUJIWARA Katsunori doc: unify help text for "--edit" option stable
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori fetch: use "getcommiteditor()" instead of explicit editor choice
Sun, 04 May 2014 21:48:41 -0700 Gregory Szorc fetch: declare command using decorator
Tue, 12 Jun 2012 14:18:18 +0200 Martin Geisler fetch: lowercase abort message
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Sun, 13 May 2012 14:04:04 +0200 Brodie Rao localrepo: add branchtip() method for faster single-branch lookups
Fri, 11 May 2012 04:42:29 -0500 Augie Fackler fetch: mark extension as deprecated
Fri, 20 Apr 2012 11:57:14 -0500 Kevin Bullock fetch: remove confusing reference to "authoritative" changes stable
Mon, 06 Feb 2012 16:35:14 -0600 Matt Mackall fetch: use update rather than clean when updating (issue3246) stable
Fri, 30 Dec 2011 15:07:05 -0600 Matt Mackall fetch: fix unneeded commit when no merge attempted (issue2847) stable
Fri, 30 Dec 2011 14:31:59 -0600 Matt Mackall fetch: patch cornercase in children calculation (issue2773) stable
Wed, 08 Jun 2011 14:54:52 +0300 Idan Kamara cmdutil, logmessage: use ui.fin when reading from '-'