[Ils-source] r1447 - trunk

scribe at crosswire.org scribe at crosswire.org
Tue Apr 26 04:12:59 MST 2016


Author: scribe
Date: 2016-04-26 04:12:59 -0700 (Tue, 26 Apr 2016)
New Revision: 1447

Added:
   trunk/eligible
Log:
added eligible util to show which commits are eligible for delivery to production


Added: trunk/eligible
===================================================================
--- trunk/eligible	                        (rev 0)
+++ trunk/eligible	2016-04-26 11:12:59 UTC (rev 1447)
@@ -0,0 +1,2 @@
+#!/bin/sh
+svn mergeinfo --show-revs=eligible ^/trunk | tr "\\n" "," | xargs -i svn log -c {} ^/trunk


Property changes on: trunk/eligible
___________________________________________________________________
Added: svn:executable
   + *




More information about the Ils-source mailing list