hgext/fetch.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Wed, 14 Apr 2021 11:38:10 +0200 Pierre-Yves David fetch: use `get_unique_pull_path` to retrieve the path
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 24 Jan 2020 15:28:37 -0800 Martin von Zweigbergk merge: make hg.merge() take a context instead of a node
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Fri, 25 Jan 2019 23:22:23 -0800 Martin von Zweigbergk cleanup: use p1() instead of parents() when we only need the first parent
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Mon, 23 Oct 2017 00:02:28 +0530 Pulkit Goyal py3: handle keyword arguments in hgext/fetch.py
Sat, 24 Jun 2017 02:39:13 +0900 FUJIWARA Katsunori fetch: remove shorthand of --edit colliding against -e/-ssh in remoteopts (BC)
Sun, 14 May 2017 16:19:47 +0900 Yuya Nishihara commands: move templates of common command options to cmdutil (API)
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Fri, 06 May 2016 21:44:41 +0530 Pulkit Goyal py3: make hgext/fetch.py use absolute_import
Thu, 14 Apr 2016 15:20:11 +0000 timeless fetch: use single quotes around command hint
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Tue, 17 Mar 2015 20:36:33 +0900 Yuya Nishihara fetch: use an abort hint where appropriate
Tue, 17 Mar 2015 21:53:17 +0900 Yuya Nishihara commands: say "working directory" in full spelling
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 '-'
Fri, 10 Jun 2011 11:43:38 -0500 Matt Mackall hg: change various repository() users to use peer() where appropriate
Sat, 30 Apr 2011 09:43:20 -0700 Brodie Rao url: move URL parsing functions into util to improve startup time
Mon, 11 Oct 2010 14:39:13 -0500 Matt Mackall fetch: fix and document exit codes (issue2356)
Sun, 06 Jun 2010 17:25:00 +0900 FUJIWARA Katsunori help: show value requirement and multiple occurrence of options
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall remoteui: move from cmdutil to hg
Thu, 22 Apr 2010 10:24:49 +0200 Martin Geisler Use hg role in help strings
Wed, 03 Mar 2010 22:32:51 +0100 Sune Foldager fetch: fix newheads calculation (issue2047) stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sun, 26 Jul 2009 01:46:02 +0200 Martin Geisler fetch: wrap docstrings at 70 characters
Thu, 23 Jul 2009 20:44:26 +0200 Dirkjan Ochtman merge with crew-stable
Wed, 22 Jul 2009 22:56:45 +0200 Martin Geisler merge with crew-stable
Wed, 22 Jul 2009 18:08:02 -0500 Matt Mackall Merge with crew-stable
Wed, 22 Jul 2009 00:28:37 -0500 Matt Mackall fetch: drop force arg for commit (issue1752)
Wed, 22 Jul 2009 22:50:34 +0200 Martin Geisler do not translate commit messages
Tue, 07 Jul 2009 23:54:42 +0200 Martin Geisler fetch: wrapped docstrings at 78 characters
Mon, 22 Jun 2009 15:48:08 +0200 Cédric Duval extensions: improve the consistency of synopses
Mon, 01 Jun 2009 14:11:32 -0500 Matt Mackall commit: drop the now-unused files parameter
Mon, 01 Jun 2009 13:51:21 -0500 Matt Mackall fetch: no need to pass files list to commit
Wed, 20 May 2009 19:37:25 +0200 Benoit Boissinot fetch: allow -r for remote repos
Thu, 14 May 2009 13:20:40 -0500 Matt Mackall commit: move commit editor to cmdutil, pass as function
Sun, 26 Apr 2009 01:25:53 +0200 Martin Geisler add blank line after copyright notices and after header
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:43 -0500 Matt Mackall add cmdutil.remoteui
less more (0) -60 tip