From ead94f267065bb55303f79a0a6df477810b3c68d Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 14 Oct 2009 14:33:51 +0200 Subject: cmd: added option to return the process directly, allowing to read the output directly from the output stream commit: now reads commit information directly from the output stream of the process by implementing its iterator method repo: removed log method as it was redundant ( equal to the commits method ) --- CHANGES | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 0e0bed49..001213d0 100644 --- a/CHANGES +++ b/CHANGES @@ -41,6 +41,7 @@ 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 Diff ---- -- cgit v1.2.3