[sword-svn] r3468 - trunk/scripts
scribe at crosswire.org
scribe at crosswire.org
Sun May 21 20:20:05 MST 2017
Author: scribe
Date: 2017-05-21 20:20:05 -0700 (Sun, 21 May 2017)
New Revision: 3468
Added:
trunk/scripts/eligible
Log:
added script to help with eligible commits which haven't been merged
from trunk to a release branch
Added: trunk/scripts/eligible
===================================================================
--- trunk/scripts/eligible (rev 0)
+++ trunk/scripts/eligible 2017-05-22 03:20:05 UTC (rev 3468)
@@ -0,0 +1,2 @@
+#!/bin/sh
+svn mergeinfo --show-revs=eligible ^/trunk | tr "\\n" "," | xargs -i svn log -c {} ^/trunk
Property changes on: trunk/scripts/eligible
___________________________________________________________________
Added: svn:executable
+ *
More information about the sword-cvs
mailing list