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

r20600 broke mailer.py's diff url promises

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2006-07-24 19:44:33 CEST

mailer.py's sample configuration file -- and, until r20600, behavior --
gives the following expected behavior for the diff_*_url options:

   # Diff URL construction. For the configured diff URL types, the diff
   # section (which follows the message header) will include the URL
   # relevant to the change type, even if actual diff generation for that
   # change type is disabled (per the generate_diffs option).
   #
   # Available substitution variables are: path, base_path, rev, base_rev

But as of r20600, those substitution variables (path, base_path, rev,
base_rev) no longer work.

I haven't really jumped into a debugging session, but my guess is that the
substitution is now happening earlier than it was before (in the calls to
cfg.get()), specifically, too early for the above variables to have been
defined.

I'm tracking this regression in issue #2587.

-- 
C. Michael Pilato <cmpilato@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on Mon Jul 24 19:45:34 2006

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.