From 6bca9899b5edeed7f964e3124e382c3573183c68 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 3 Nov 2009 15:20:28 +0100 Subject: repo.is_dirty: is a method now - the property based interface didn't allow all parameters to be used. The test would not test everything either, and I would consider this a bug that slipped through --- lib/git/repo.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/git/repo.py') diff --git a/lib/git/repo.py b/lib/git/repo.py index d81106c0..52469e04 100644 --- a/lib/git/repo.py +++ b/lib/git/repo.py @@ -432,7 +432,6 @@ class Repo(object): alternates = property(_get_alternates, _set_alternates, doc="Retrieve a list of alternates paths or set a list paths to be used as alternates") - @property def is_dirty(self, index=True, working_tree=True, untracked_files=False): """ Returns -- cgit v1.2.1