mercurial/copies.py
Thu, 16 Oct 2014 06:35:06 -0700 Ryan McElroy amend: fix amending rename commit with diverged topologies (issue4405) stable
Mon, 13 Oct 2014 14:33:13 -0500 Matt Mackall duplicatecopies: move from cmdutil to copies
Tue, 25 Feb 2014 20:31:53 +0100 Mads Kiilerich copies: guard debug section with ui.debugflag
Tue, 25 Feb 2014 20:31:51 +0100 Mads Kiilerich copies: remove _checkcopies wrapper - it does no good
Tue, 25 Feb 2014 20:29:14 +0100 Mads Kiilerich copies: when both sides made the same copy, report it as a copy
Sat, 16 Nov 2013 15:46:29 -0500 Mads Kiilerich diff: search beyond ancestor when detecting renames
Wed, 01 May 2013 10:44:21 -0700 Durham Goode copies: refactor checkcopies() into a top level method
Wed, 10 Apr 2013 15:08:26 -0700 Bryan O'Sullivan scmutil: use new dirs class in dirstate and context
Thu, 04 Apr 2013 20:22:29 -0700 Siddharth Agarwal copies._forwardcopies: use set operations to find missing files
Wed, 12 Dec 2012 02:38:14 +0100 Mads Kiilerich copies: report found copies sorted
Tue, 15 Jan 2013 02:59:12 +0100 Mads Kiilerich copies: make the loss in _backwardcopies more stable
Wed, 26 Dec 2012 15:04:07 -0800 Siddharth Agarwal copies: do not track backward copies, only renames (issue3739)
Wed, 26 Dec 2012 15:03:58 -0800 Siddharth Agarwal copies: make debug messages more sensible
Wed, 26 Dec 2012 14:50:17 -0800 Siddharth Agarwal copies: separate moves via directory renames from explicit copies
Wed, 27 Jun 2012 13:41:04 -0500 Matt Mackall copies: re-include root directory in directory rename detection (issue3511)
Wed, 23 May 2012 21:34:29 +0200 Thomas Arendsen Hein merge: show renamed on one and deleted on the other side in debug output
Wed, 23 May 2012 20:50:16 +0200 Thomas Arendsen Hein merge: warn about file deleted in one branch and renamed in other (issue3074)
Wed, 23 May 2012 17:25:48 +0200 Thomas Arendsen Hein merge: do not warn about copy and rename in the same transaction (issue2113)
Sun, 26 Feb 2012 16:45:59 -0600 Matt Mackall copies: use ctx.dirs() for directory rename detection
Sun, 26 Feb 2012 15:51:56 -0600 Matt Mackall copies: fix mergecopies doc mapping direction
Sat, 25 Feb 2012 14:22:58 -0600 Matt Mackall copies: remove checkdirs options
Fri, 24 Feb 2012 18:21:06 -0600 Matt Mackall copies: add docstring for mergecopies
Wed, 25 Jan 2012 17:14:10 -0600 Matt Mackall copies: remove stray print stable
Tue, 24 Jan 2012 17:16:29 -0600 Matt Mackall copies: eliminate criss-crosses when chaining stable
Wed, 04 Jan 2012 17:55:30 -0600 Matt Mackall copies: rewrite copy detection for non-merge users
Wed, 04 Jan 2012 15:48:02 -0600 Matt Mackall copies: split the copies api for "normal" and merge cases (API)
Wed, 01 Jun 2011 12:38:46 +0200 Martin Geisler check-code: flag 0/1 used as constant Boolean expression
Mon, 04 Apr 2011 16:21:59 -0500 Matt Mackall misc: replace .parents()[0] with p1()
Sun, 10 Oct 2010 09:48:37 -0500 Dan Villiom Podlaski Christiansen copies: don't detect copies as "divergent renames"
Wed, 07 Apr 2010 21:31:47 +0200 Henrik Stuart copies: properly visit file context ancestors on working file contexts stable
Sun, 14 Feb 2010 01:52:31 -0500 Brodie Rao remove unused imports stable
Tue, 02 Feb 2010 09:05:20 +0100 Benoit Boissinot copies: check if revisions are related (bug found with pylint)
Sun, 31 Jan 2010 13:43:33 -0600 Matt Mackall Merge with stable
Sun, 31 Jan 2010 12:19:52 -0600 Matt Mackall copies: revert d1cd09bb4d18 stable
Thu, 28 Jan 2010 23:13:10 -0600 Matt Mackall Merge with stable
Thu, 28 Jan 2010 22:45:46 -0600 Matt Mackall copies: fix issue1994 stable
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Tue, 19 Jan 2010 22:20:05 -0600 Matt Mackall copies: speed up copy detection stable
Fri, 01 Jan 2010 13:58:30 +0100 Patrick Mezard copies: don't report copies with unrelated branch stable
Sat, 19 Sep 2009 01:15:38 +0200 Martin Geisler do not attempt to translate ui.debug output
Thu, 09 Jul 2009 19:49:02 -0500 Matt Mackall Merge with stable
Thu, 09 Jul 2009 17:10:07 -0500 Matt Mackall fix memory usage of revlog caches by limiting cache size [issue1639]
Sun, 05 Jul 2009 11:01:01 +0200 Alejandro Santos compat: can't compare two values of unequal datatypes
Wed, 20 May 2009 00:52:46 +0200 Martin Geisler use 'x is None' instead of 'x == None'
Sun, 17 May 2009 04:20:59 +0200 Benoit Boissinot copies: use set instead of dict
Sat, 09 May 2009 14:56:06 +0200 Martin Geisler copies: don't translate untranslatable string
Tue, 28 Apr 2009 17:40:46 +0200 Simon Heimberg separate import lines from mercurial and general python modules
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace util.sort with sorted built-in
Wed, 22 Apr 2009 00:57:28 +0200 Martin Geisler replace set-like dictionaries with real sets
Mon, 23 Mar 2009 13:12:07 +0100 Peter Arrenbrecht cleanup: drop unused imports
Mon, 12 Jan 2009 09:16:03 +0100 Dirkjan Ochtman use dict.iteritems() rather than dict.items()
Fri, 27 Jun 2008 18:28:45 -0500 Matt Mackall util: add sort helper
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall add __len__ and __iter__ methods to repo and revlog
Tue, 03 Jun 2008 15:41:09 -0500 Matt Mackall copies: teach copies about dirstate.copies
Sat, 29 Mar 2008 12:39:47 -0500 Matt Mackall copies: refactor symmetricdifference as _findlimit
Sat, 29 Mar 2008 12:39:47 -0500 Matt Mackall copies: teach symmetric difference about working revisions
Sat, 29 Mar 2008 12:39:47 -0500 Matt Mackall symmetricdifference: move back to copies
Sat, 29 Mar 2008 12:39:47 -0500 Matt Mackall copies: don't double-detect items in the directory copy check
less more (0) -60 tip