log hgext/relink.py @ 36297:a59ff82154b8

age author description
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