log hgsubversion/wrappers.py @ 1246:2179747e7fea

age author description
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)
Thu, 17 Jan 2013 17:01:45 -0800 Kapil Bajaj push: avoid failure when push is being called from a newly created subdirectory
Wed, 02 Jan 2013 17:54:30 -0800 Durham Goode push: avoid rebasing when we know there are no conflicts
Wed, 02 Jan 2013 17:51:07 -0800 Durham Goode push: rebase one at a time before push
Tue, 04 Dec 2012 17:26:59 -0600 Augie Fackler cleanup: avoid \' in strings where easy
Thu, 22 Nov 2012 12:56:49 +0900 Mitsuhiro Koga wrappers: Return the same value as the original incoming command
Thu, 22 Nov 2012 12:54:34 +0900 Mitsuhiro Koga wrappers: Implement --newest-first option in incoming command
Thu, 22 Nov 2012 12:45:43 +0900 Mitsuhiro Koga Layout option can be accepted only auto, single, or standard.
Sun, 11 Nov 2012 15:31:52 -0600 Augie Fackler Merge with stable.
Sun, 11 Nov 2012 15:31:19 +0100 Dan Villiom Podlaski Christiansen pull: save the last pulled revision *after* converting revisions
Sun, 11 Nov 2012 15:31:19 +0100 Dan Villiom Podlaski Christiansen pull: use a single if-statement for the two ways to skip revisions
Sun, 04 Nov 2012 11:34:16 +0100 Dan Villiom Podlaski Christiansen consolidate revision parsing stable
Fri, 12 Oct 2012 21:30:24 +0200 Patrick Mezard push: reset encoding before the final update
Mon, 24 Sep 2012 10:18:28 -0700 David Schleimer push: use native rebase instead of our rebase wrapper
Mon, 10 Sep 2012 22:42:49 +0200 Patrick Mezard Fix more peer breakage with old hg versions
Sun, 09 Sep 2012 14:54:43 +0200 Patrick Mezard wrappers: do not change encoding when pushing
Sun, 09 Sep 2012 14:38:04 +0200 Patrick Mezard wrappers: ensure all pull() code path reset the encoding
Sun, 09 Sep 2012 14:22:34 +0200 Patrick Mezard wrappers: properly reset encoding when leaving push()
Sun, 09 Sep 2012 14:08:51 +0200 Patrick Mezard wrappers: remove unused svnurl variable
Sat, 21 Jul 2012 15:31:34 -0500 Augie Fackler Merge hg 2.3 fixes from bos.
Thu, 19 Jul 2012 16:00:54 -0700 Bryan O'Sullivan fix breakage introduced by peer classes in hg 2.3
Mon, 04 Jun 2012 11:27:24 -0700 Brad Hall Catch/abort on subversion exceptions in list_dir
Wed, 16 May 2012 16:52:25 -0700 Bryan O'Sullivan pull: add a hgsubversion.unsafeskip option to omit unwanted revs
Sat, 12 May 2012 16:20:30 +0200 Dan Villiom Podlaski Christiansen don't suppress KeyboardInterrupt exception tracebacks
Fri, 20 Apr 2012 18:33:19 -0500 Augie Fackler wrappers: don't break on old hg versions that lack discovery
Sat, 21 Jan 2012 20:05:52 -0600 Augie Fackler outgoing: fix for hg change cd956049fc14
Fri, 21 Oct 2011 16:42:10 -0500 Augie Fackler Merge with stable.
Wed, 19 Oct 2011 17:57:33 -0200 Wagner Bruna wrappers: clone must return hg.clone() result (issue300, issue306) stable
Mon, 17 Oct 2011 22:44:15 +0800 Yonggang Luo hgsubversion/*.py: add space after comment symbol #
Tue, 24 May 2011 21:07:27 -0500 Augie Fackler svnmeta: store youngest revision pulled from subversion
Fri, 08 Jul 2011 13:57:30 +0200 Patrick Mezard Fix import based feature detection
Wed, 15 Jun 2011 14:44:14 +0200 Patrick Mezard Fix hg.clone() calls changed by d976542986d2
Mon, 16 May 2011 09:52:23 +0200 Patrick Mezard Fix imports from module alias
Sat, 14 May 2011 21:44:07 +0200 Peter Arrenbrecht Fix breakage introduced by discovery refactoring
Sat, 14 May 2011 21:44:07 +0200 Patrick Mezard wrappers: fix revpair after hg.b33f3e35efb0
Sat, 14 May 2011 21:44:07 +0200 Patrick Mezard wrapper: fix bail_if_changed() after hg.d68ddccf276b
Sun, 13 Feb 2011 20:10:52 +0100 Patrick Mezard replay: fetch full revision at most once per run (issue252) 1.2.1
Tue, 01 Feb 2011 00:25:59 +0100 Patrick Mezard Check mercurial/third-parties push conditions before pushing
Sun, 16 Jan 2011 22:49:16 -0600 Augie Fackler Backed out changeset 60948939555d