hgext/schemes.py
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
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, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Sat, 28 Dec 2019 01:51:17 -0500 Matt Harbison cleanup: drop redundant character escapes outside of `[]`
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
Tue, 11 Sep 2018 17:11:32 -0700 Gregory Szorc hg: allow extra arguments to be passed to repo creation (API)
Thu, 03 May 2018 11:17:52 +0900 Yuya Nishihara templater: parse template string to tree by templater class
Sat, 14 Apr 2018 09:57:44 -0700 Gregory Szorc hg: pass command intents to repo/peer creation (API)
Fri, 02 Mar 2018 07:17:06 +0530 Pulkit Goyal py3: use b"%d" to covert integer to bytes instead of str
Thu, 12 Oct 2017 23:30:46 -0700 Jun Wu codemod: use pycompat.iswindows
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Thu, 09 Mar 2017 19:41:40 -0800 Yuya Nishihara schemes: use br'' literal to define bytes regexp
Fri, 03 Mar 2017 13:25:30 -0500 Augie Fackler schemes: move re construction to module-level and python3-ify
Mon, 19 Dec 2016 00:28:12 +0530 Pulkit Goyal py3: replace os.name with pycompat.osname (part 2 of 2)
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules
Wed, 02 Mar 2016 21:33:55 +0000 timeless schemas: use absolute_import
Fri, 29 Jan 2016 14:53:44 -0500 Jason R. Coombs schemes: add debugexpandscheme command, resolving a scheme to canonical form
Fri, 29 Jan 2016 14:40:41 -0500 Jason R. Coombs schemes: extract scheme expansion as its own method on ShortRepository
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
Thu, 11 Apr 2013 14:41:22 +0200 Mads Kiilerich scheme: don't crash on invalid URLs
Wed, 15 Aug 2012 22:39:18 +0200 Mads Kiilerich fix wording and not-completely-trivial spelling errors and bad docstrings
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Sun, 04 Dec 2011 18:22:25 +0100 Patrick Mezard util: fix url.__str__() for windows file URLs stable
Mon, 13 Jun 2011 16:25:18 -0500 Matt Mackall hg: move peerschemes back to schemes
Mon, 13 Jun 2011 14:53:23 -0500 Matt Mackall hg: rearrange peer scheme lookup
Sat, 11 Jun 2011 14:14:52 -0500 Matt Mackall hg: split peer and repo lookup tables
Sat, 30 Apr 2011 09:43:20 -0700 Brodie Rao url: move URL parsing functions into util to improve startup time
Thu, 31 Mar 2011 10:43:53 -0500 Matt Mackall url: nuke some newly-introduced underbars in identifiers
Wed, 30 Mar 2011 20:01:47 -0700 Brodie Rao schemes: prevent one letter schemes from being interpreted as drive letters
Wed, 24 Mar 2010 16:42:08 -0400 Benjamin Pollack schemes: add Kiln On Demand to default schemes stable
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Mon, 14 Dec 2009 21:21:34 +0200 Alexander Solovyov schemes: url parts are counted from 1 stable
Mon, 30 Nov 2009 23:12:51 +0100 Martin Geisler schemes: fixed typos in module docstring
Tue, 24 Nov 2009 17:48:23 +0200 Alexander Solovyov schemes extension
less more (0) tip