From dd76b9e72b21d2502a51e3605e5e6ab640e5f0bd Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 20 Oct 2009 10:45:40 +0200 Subject: Fixed bare repository handling - bare is now a property to prevent writing it --- CHANGES | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index c66930d6..a60ed237 100644 --- a/CHANGES +++ b/CHANGES @@ -58,8 +58,8 @@ Config ------ * The git configuration can now be read and manipulated directly from within python using the GitConfigParser -* Repo.config_reader returns a read-only parser -* Repo.config_writer returns a read-write parser +* Repo.config_reader() returns a read-only parser +* Repo.config_writer() returns a read-write parser Diff ---- @@ -115,8 +115,9 @@ Repo - 'head', creates a head object - 'tag', creates a tag object - 'iter_trees' method - - 'config_reader' property - - 'config_writer' property + - 'config_reader' method + - 'config_writer' method + - 'bare' property, previously it was a simple attribute that could be written Remote ------ -- cgit v1.2.3