log hgsubversion/wrappers.py @ 1297:fc48e1065926

age author description
Mon, 24 Mar 2014 11:20:53 -0500 Sean Farley wrappers: use meta.branch instead of ui.config directly
Fri, 12 Dec 2014 16:17:11 -0800 Mateusz Kwapich wrappers: improve push performance by reusing the existing metadata
Mon, 24 Mar 2014 11:20:52 -0500 Sean Farley wrappers: call meta.getmessage instead of util
Wed, 10 Dec 2014 22:47:18 -0500 Augie Fackler Merge with stable.
Wed, 10 Dec 2014 14:04:55 -0800 Sean Farley pull: adapt from upstream changes to transactions stable
Mon, 24 Mar 2014 11:20:49 -0500 Sean Farley layouts: change constructor to take a meta object
Mon, 13 Oct 2014 23:57:21 -0700 Siddharth Agarwal wrappers.push: call pull instead of repo.pull
Mon, 13 Oct 2014 23:56:13 -0700 Siddharth Agarwal pull: wrap exchange.pull if localrepository.pull isn't available
Mon, 13 Oct 2014 23:55:27 -0700 Siddharth Agarwal push: wrap exchange.push when localrepository.push isn't available
Sat, 30 Aug 2014 09:23:31 -0700 David Schleimer push: update to branch tip instead of tip
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley svnmeta: move revmap.youngest to meta.lastpulled
Fri, 02 May 2014 10:04:10 -0400 Augie Fackler Merge with stable.
Tue, 22 Apr 2014 15:53:11 +0200 Dan Villiom Podlaski Christiansen push: fix obsolete feature detection stable
Wed, 09 Apr 2014 16:17:13 -0700 Durham Goode push: update push logic to match mercurial upstream stable
Tue, 22 Apr 2014 15:53:11 +0200 Dan Villiom Podlaski Christiansen push: fix obsolete feature detection
Sat, 12 Apr 2014 11:02:11 -0400 Augie Fackler wrappers: note which version of hg e10000369b47 is from
Wed, 09 Apr 2014 16:17:13 -0700 Durham Goode push: update push logic to match mercurial upstream
Thu, 05 Sep 2013 16:22:01 -0500 Sean Farley wrappers: remove pre-1.9 code from hgclonewrapper
Thu, 05 Sep 2013 16:20:59 -0500 Sean Farley wrappers: remove pre-1.9 code from clone
Wed, 11 Sep 2013 10:55:01 -0700 David Schleimer layouts: add support for an infix between tbt and the hg root
Tue, 11 Jun 2013 17:53:31 -0700 David Schleimer layouts: add support for configuring branches directory
Mon, 26 Aug 2013 16:40:31 -0700 David Schleimer layouts: add custom layout for those of us that need weird mappings
Fri, 09 Aug 2013 19:30:25 +0200 Dan Villiom Podlaski Christiansen push: obsolete rather than rebase & strip when enabled
Fri, 09 Aug 2013 16:05:29 -0500 Dan Villiom Podlaski Christiansen decrease verbosity somewhat
Thu, 08 Aug 2013 09:38:55 +0200 Dan Villiom Podlaski Christiansen handle invalid UTF-8 in commit messages consistently
Mon, 05 Aug 2013 20:27:31 +0200 Dan Villiom Podlaski Christiansen fixes for running under Mercurial 2.0
Mon, 05 Aug 2013 20:49:53 +0200 Dan Villiom Podlaski Christiansen drop support for pre-2.0 versions of Mercurial
Wed, 17 Apr 2013 15:00:33 -0700 David Schleimer layouts: refactor layout loading based on config into function
Wed, 17 Apr 2013 14:10:47 -0700 David Schleimer layouts: pull out code for detecting layout from subversion
Wed, 20 Mar 2013 17:22:29 -0700 Michael Connor bundle: add 'portable' parameter to prevent error (issue383)