From bcd57e349c08bd7f076f8d6d2f39b702015358c1 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Sat, 24 Jan 2009 11:00:23 -0500 Subject: Corrected a problem with commits_between returning None. This was caused by calling reverse on the list, which reverses the list in place and returns None. We really need tests for this. --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 0d236f3d..2826c884 100644 --- a/CHANGES +++ b/CHANGES @@ -40,6 +40,13 @@ Head * Corrected problem where branches was only returning the last path component instead of the entire path component following refs/heads/. +Repo +---- +* Modified the gzip archive creation to use the python gzip module. + +* Corrected ``commits_between`` always returning None instead of the reversed + list. + 0.1.5 ===== -- cgit v1.2.3