From 79cfe05054de8a31758eb3de74532ed422c8da27 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Tue, 16 Dec 2008 10:42:28 -0500 Subject: Added changes information for path component change. --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 770dbba7..9a1baa62 100644 --- a/CHANGES +++ b/CHANGES @@ -18,7 +18,6 @@ General constrains the lookup by path. This changes the order of the positional arguments in ``Repo.commits`` and ``Repo.commits_since``. - Commit ------ * ``Commit.message`` now contains the full commit message (rather than just @@ -33,6 +32,11 @@ Diff * Added support for parsing rename info to the diff parser. Addition of new properties ``Diff.renamed``, ``Diff.rename_from``, and ``Diff.rename_to``. +Head +---- +* Corrected problem where branches was only returning the last path component + instead of the entire path component following refs/heads/. + 0.1.5 ===== -- cgit v1.2.1