[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Revision 1297676 broke --list option of command line tests

From: Alexey Neyman <stilor_at_att.net>
Date: Tue, 6 Mar 2012 12:45:21 -0800

Hi all,

Revision 1297676 by hwright broke the command line tests' --list option (and
probably, some other interfaces): the options dict no longer contains verbose
option as --verbose handler was changed from 'store_true' to 'callback'. The
attached patch fixes it by reintroducing options.verbose.

[[[
* subversion/tests/cmdline/svntest/main.py
  (_create_parser): Set options.verbose to False by default, override with
                    True from set_log_debug() callback.
]]]

Regards,
Alexey.

Received on 2012-03-06 21:45:54 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.