From 2da2b90e6930023ec5739ae0b714bbdb30874583 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 15 Oct 2009 12:09:16 +0200 Subject: repo: removed a few methods because of redundancy or because it will be obsolete once the interface overhaul is finished. This commit is just intermediate --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 456423d4..04d9b4c9 100644 --- a/CHANGES +++ b/CHANGES @@ -44,9 +44,13 @@ Repo of the active branch. * tree method now requires a Ref instance as input and defaults to the active_branche instead of master -* Removed 'log' method as it as effectively the same as the 'commits' method +* Removed the following methods: + - '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' method has no max-count of returned commits anymore, it now behaves like git-rev-list + Diff ---- -- cgit v1.2.3