From 1b73048b2b21d8db4cc37559e06dfbd281f8f7c4 Mon Sep 17 00:00:00 2001 From: Bogdano Arendartchuk Date: Wed, 19 Jul 2006 18:33:54 +0000 Subject: - reimplmented the SVN class in svn.py to use the module pysvn instead of pexpect + svn This was an unintented commit trigged by a test, so "releases", "cooker" and "misc" directories should be ignored --- RepSys/commands/editlog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RepSys/commands') diff --git a/RepSys/commands/editlog.py b/RepSys/commands/editlog.py index 1962ed8..a98b761 100644 --- a/RepSys/commands/editlog.py +++ b/RepSys/commands/editlog.py @@ -30,7 +30,7 @@ def parse_options(): def editlog(pkgdirurl, revision): svn = SVN() - svn.propedit("svn:log", pkgdirurl, rev=revision) + svn.propedit("svn:log", pkgdirurl, revision=revision, revprop=True) def main(): do_command(parse_options, editlog) -- cgit v1.2.1