Mon, 16 May 2016 21:30:53 +0000 |
timeless |
py3: convert to next() function
|
Fri, 05 Feb 2016 13:23:24 -0800 |
Durham Goode |
copies: optimize forward copy detection logic for rebases
|
Wed, 13 Jan 2016 10:10:05 -0600 |
Matt Mackall |
copies: fix detection of divergent directory renames
|
Sat, 17 Oct 2015 00:58:46 +0200 |
Mads Kiilerich |
spelling: trivial spell checking
|
Wed, 19 Aug 2015 15:40:13 -0500 |
Matt Mackall |
copies: group bothnew with other sets
|
Wed, 19 Aug 2015 15:32:27 -0500 |
Matt Mackall |
copies: rename renamedelete to renamedeleteset for clarity
|
Wed, 19 Aug 2015 15:26:08 -0500 |
Matt Mackall |
copies: move _makegetfctx calls into checkcopies
|
Wed, 19 Aug 2015 15:17:33 -0500 |
Matt Mackall |
copies: factor out setupctx into _makegetfctx
|
Fri, 21 Aug 2015 15:12:58 -0500 |
Matt Mackall |
copies: avoid reference to c1/c2 in makectx
|
Wed, 19 Aug 2015 15:11:17 -0500 |
Matt Mackall |
copies: move debug statement to appropriate place
|
Wed, 19 Aug 2015 14:04:54 -0500 |
Matt Mackall |
copies: rename diverge2 to divergeset for clarity
|
Wed, 19 Aug 2015 13:40:18 -0500 |
Matt Mackall |
copies: begin separating mergecopies sides
|
Wed, 19 Aug 2015 13:09:54 -0500 |
Matt Mackall |
copies: rename ctx() to getfctx() for clarity
|
Tue, 27 Jan 2015 11:26:27 -0800 |
Durham Goode |
copy: add flag for disabling copy tracing
|
Sat, 08 Aug 2015 00:41:13 -0700 |
Gregory Szorc |
copies: use absolute_import
|
Tue, 26 May 2015 14:52:47 -0500 |
Matt Mackall |
merge with stable
|
Fri, 22 May 2015 14:02:04 -0700 |
Martin von Zweigbergk |
copies: document hack for adding '' to set of dirs
|
Fri, 22 May 2015 12:58:27 -0700 |
Durham Goode |
copies: switch to using pathutil.dirname
|
Tue, 26 May 2015 06:45:18 -0500 |
Matt Mackall |
mergecopies: avoid slowdown from linkrev adjustment (issue4680)
stable
|
Thu, 16 Apr 2015 11:29:30 -0700 |
Durham Goode |
copies: add matcher parameter to copy logic
|
Fri, 03 Apr 2015 15:18:34 -0700 |
Durham Goode |
copies: pass changectx instead of manifest to _computenonoverlap
|
Fri, 20 Mar 2015 17:30:38 -0500 |
Matt Mackall |
merge with stable
|
Fri, 20 Mar 2015 00:30:35 -0700 |
Pierre-Yves David |
mergecopies: reuse ancestry context when traversing file history (issue4537)
stable
|
Tue, 10 Mar 2015 13:56:05 -0700 |
Durham Goode |
copies: added manifests to computenonoverlap
|
Fri, 27 Feb 2015 14:26:22 -0800 |
Martin von Zweigbergk |
copies: only calculate 'addedinm[12]' sets once
|
Fri, 27 Feb 2015 14:03:01 -0800 |
Martin von Zweigbergk |
copies: calculate 'bothnew' from manifestdict.filesnotin()
|
Fri, 27 Feb 2015 14:02:30 -0800 |
Martin von Zweigbergk |
copies: replace _nonoverlap() by calls to manifestdict.filesnotin()
|
Fri, 27 Feb 2015 13:57:37 -0800 |
Martin von Zweigbergk |
copies: move code into new manifestdict.filesnotin() method
|
Tue, 27 Jan 2015 17:24:12 -0800 |
Durham Goode |
copy: move _forwardcopies file logic to a function
|
Tue, 27 Jan 2015 17:23:18 -0800 |
Durham Goode |
copy: move mergecopies file logic to a function
|