From 806450db9b2c4a829558557ac90bd7596a0654e0 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 15 Oct 2009 16:13:51 +0200 Subject: repo.commit_delta_base: removed --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index f2056ea1..296c0fe8 100644 --- a/CHANGES +++ b/CHANGES @@ -55,6 +55,10 @@ Repo - 'commit_count' as it was just a redirection to the respective commit method - 'commits_between', replaced by a note on the iter_commits method as it can achieve the same thing + - 'commit_delta_from' as it was a very special case by comparing two different + repositories which are likely to have completly different commits. For + related repositories, i.e. clones, git-rev-list would be sufficient to find + commits that would need to be transferred for example. * Renamed commits to iter_commits to improve the performance, adjusted signature to be more versatile * 'commits' method has no max-count of returned commits anymore, it now behaves -- cgit v1.2.3