[Ils-source] r1500 - trunk

scribe at crosswire.org scribe at crosswire.org
Thu Nov 3 16:43:45 MST 2016


Author: scribe
Date: 2016-11-03 16:43:44 -0700 (Thu, 03 Nov 2016)
New Revision: 1500

Added:
   trunk/eligible_to_trunk
Removed:
   trunk/eligible
Modified:
   trunk/
Log:
added eligble script to show what's committed on production which might need to be committed back to trunk



Property changes on: trunk
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/1.6:1368,1370,1440

Deleted: trunk/eligible
===================================================================
--- trunk/eligible	2016-11-03 23:40:38 UTC (rev 1499)
+++ trunk/eligible	2016-11-03 23:43:44 UTC (rev 1500)
@@ -1,2 +0,0 @@
-#!/bin/sh
-svn mergeinfo --show-revs=eligible ^/trunk | tr "\\n" "," | xargs -i svn log -c {} ^/trunk

Copied: trunk/eligible_to_trunk (from rev 1497, trunk/eligible)
===================================================================
--- trunk/eligible_to_trunk	                        (rev 0)
+++ trunk/eligible_to_trunk	2016-11-03 23:43:44 UTC (rev 1500)
@@ -0,0 +1,2 @@
+#!/bin/sh
+svn mergeinfo --show-revs=eligible ^/branches/1.6 | tr "\\n" "," | xargs -i svn log -c {} ^/branches/1.6




More information about the Ils-source mailing list