From 9f51eeb2f9a1efe22e45f7a1f7b963100f2f8e6b Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 15 Oct 2009 14:56:20 +0200 Subject: repo: removed commits_between but added a note about how this can be achieved using the iter_commits method; reorganized methods within the type as a start for more interface changes --- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 83156ecf..f2056ea1 100644 --- a/CHANGES +++ b/CHANGES @@ -53,11 +53,12 @@ Repo - 'log' method as it as effectively the same as the 'commits' method - 'commits_since' as it is just a flag given to rev-list in Commit.iter_items - '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 * 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 like git-rev-list - Diff ---- -- cgit v1.2.3