log hgext/relink.py @ 24768:342671704344

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