hgext/relink.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Wed, 14 Apr 2021 12:29:44 +0200 Pierre-Yves David relink: use `get_unique_pull_path`
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
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
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Fri, 24 Mar 2017 00:33:35 -0400 Matt Harbison relink: use context manager for lock management
Mon, 18 Jun 2018 14:52:41 -0700 Martin von Zweigbergk relink: use progress helper
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Sat, 03 Mar 2018 21:01:07 +0530 Pulkit Goyal py3: use util.forcevytestr to convert error to bytes
Sat, 24 Feb 2018 16:07:45 +0530 Pulkit Goyal py3: replace file() with open()
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
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:36:14 +0000 timeless relink: use absolute_import
Wed, 14 Oct 2015 22:29:03 -0400 timeless l10n: use %d instead of %s for numbers
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Sun, 04 May 2014 21:52:25 -0700 Gregory Szorc relink: declare command using decorator
Sat, 09 Nov 2013 14:50:58 +0100 Simon Heimberg relink: abort earlier when on different devices (issue3916)
Wed, 10 Oct 2012 21:55:49 +0200 Simon Heimberg repo: repo isolation, do not pass on repo.ui for creating new repos
Fri, 13 Jul 2012 21:46:53 +0200 Sune Foldager peer: introduce peer methods to prepare for peer classes
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Sat, 12 May 2012 16:00:57 +0200 Brodie Rao cleanup: "not x in y" -> "x not in y"
Mon, 25 Jul 2011 20:37:12 -0500 Augie Fackler hgext: replace uses of hasattr with util.safehasattr
Tue, 21 Jun 2011 15:21:57 -0500 Matt Mackall check-code: don't mark debug messages for translation stable
Fri, 10 Jun 2011 11:43:38 -0500 Matt Mackall hg: change various repository() users to use peer() where appropriate
Fri, 06 May 2011 15:34:34 +0200 Adrian Buehlmann rename util.os_link to oslink
Wed, 06 Apr 2011 15:26:49 +0200 Martin Geisler relink: correct unusual indentation
Wed, 16 Mar 2011 16:07:06 +0100 Martin Geisler merge with stable
Wed, 16 Mar 2011 15:34:45 +0100 Martin Geisler relink: mark abort message for translation stable
Wed, 16 Mar 2011 15:34:10 +0100 Martin Geisler relink: avoid trying to lock the same repo twice stable
Wed, 16 Mar 2011 13:51:47 +0100 Martin Geisler relink: format reclaimed byte count nicely
Tue, 20 Jul 2010 20:53:48 +0200 timeless progress: dropping superfluous space from units
Fri, 27 Aug 2010 13:32:38 -0400 Brodie Rao cleanup: remove unused imports
Wed, 16 Jun 2010 12:22:14 +0200 Martin Geisler relink: ensure deterministic directory walk in collect
Thu, 10 Jun 2010 15:35:06 +0200 timeless relink/progress: Adding progress for collecting stage
Thu, 10 Jun 2010 13:09:50 +0200 timeless relink/progress: Adding progress for pruning stage
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall remoteui: move from cmdutil to hg
Sat, 01 May 2010 16:15:55 +0200 Martin Geisler relink: removed unneeded local variable
Sat, 01 May 2010 16:15:27 +0200 Martin Geisler Merge with stable
Sat, 01 May 2010 14:36:48 +0200 Benoit Boissinot relink/progress: correctly handle the no file to relink case stable
Wed, 17 Mar 2010 18:15:16 -0500 Matt Mackall progress: drop extra args for pos=None calls (issue2087)
Mon, 15 Mar 2010 18:33:39 +0100 Martin Geisler progress: use a verb (+noun) in present participle stable
Sun, 07 Feb 2010 10:25:18 -0600 Augie Fackler relink: properly use the progress API
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sat, 09 Jan 2010 23:16:48 +0100 Martin Geisler Merge with stable
Sat, 09 Jan 2010 23:16:36 +0100 Martin Geisler relink: ensure consistent candidate order stable
Sat, 09 Jan 2010 00:25:56 +0100 Patrick Mezard Merge with crew-stable
Fri, 08 Jan 2010 18:48:39 +0530 Siddharth Agarwal Add support for relinking on Windows. stable
Sun, 08 Nov 2009 00:27:15 +0100 Martin Geisler relink: wrap long lines in docstring
Sun, 08 Nov 2009 00:11:34 +0100 Martin Geisler relink: do not translate format string with no text
Thu, 05 Nov 2009 17:38:03 -0500 Jesse Glick Issue919: add a standard extension to recreate hardlinks between repositories.
less more (0) tip