From e14a0f563bdd5934d433ac77093ab019bc90bd92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Wed, 14 Nov 2007 00:08:24 +0000 Subject: [PATCH] Improve svn2cl.xsl: Make branch selection more flexible, strip unmerged branches. All included branches can be configured in one xsl:variable now, with optional child parameters 'before' and 'after', e.g. to support branching points and intermediary merges. Fix the bug that the date of a hidden previous log entry can undermine the printing of a new date-author header for a log entry. The branch selection based on the actual merge state: + csv-import - gda-dev - module-cleanup git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16595 57a11ea4-9604-0410-9ed3-97b8803252fd --- macros/svn2cl.xsl | 290 +++++++++++++++++++++------------------------- 1 file changed, 135 insertions(+), 155 deletions(-) diff --git a/macros/svn2cl.xsl b/macros/svn2cl.xsl index 3314fbbe41..7515da1845 100644 --- a/macros/svn2cl.xsl +++ b/macros/svn2cl.xsl @@ -63,7 +63,10 @@ + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:exsl="http://exslt.org/common" + extension-element-prefixes="exsl" + > - - gnucash/branches/reshuffle-modules - - - gnucash/branches/deprecated-cleanup - - - gnucash/branches/gda-dev - - - gnucash/branches/gobject-engine-dev-warlord - - - gnucash/branches/module-cleanup - - - gnucash/branches/remove-group2 - - - gnucash/branches/sx-cleanup - - - NOTUSED - - - NOTUSED - - - NOTUSED - - - NOTUSED - - - NOTUSED + + + gnucash/branches/csv-import + + + gnucash/branches/reshuffle-modules + + + gnucash/branches/deprecated-cleanup + + + gnucash/branches/gobject-engine-dev-warlord + + + gnucash/branches/remove-group2 + + + gnucash/branches/sx-cleanup + + gnucash/ - - - &newl; + + + + + + + + + + + + + + + + + &newl;&newl; + + + + &newl; + + &newl;&newl; + + + + @@ -151,56 +163,34 @@ - + - - - - - - - - - - - - - - - - - - - - - - - &newl; - - - - - &space;&space; - - - - &newl;&newl; - - - - - [r - - ]&space; - - - - &tab;*&space; - - - - - + +
+ + + + &space;&space; + + +
+ + + + + [r + + ]&space; + + + + &tab;*&space; + + + + + +
@@ -224,17 +214,28 @@ - - - - - ,&space; - - - - - - :&space; + + + + + + ,&space; + + + + + + :&space; + + + + + DONTPRINT + + + + + @@ -256,70 +257,49 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DONTPRINT - - - - - - - - + - + + + + + + + + + - - - . + + + DONTPRINT - + + + + + + + + + + + + + + + . + + + + +