Log Message:
-----------
Count patches from 1, not 0.
Tags:
----
LKML-branch
Modified Files:
--------------
unionfs:
ChangeLog (r1.699.2.42 -> r1.699.2.43)
unionfs/utils:
cherry-pick-all (r1.1.2.1 -> r1.1.2.2)
Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/unionfs/unionfs/ChangeLog,v
retrieving revision 1.699.2.42
retrieving revision 1.699.2.43
diff -L ChangeLog -L ChangeLog -u -d -b -B -p -r1.699.2.42 -r1.699.2.43
--- ChangeLog
+++ ChangeLog
@@ -1,6 +1,7 @@
2007-07-03 Erez Zadok <[EMAIL PROTECTED]>
* utils/cherry-pick-all: back-porting helper script.
+ Count patches from 1, not 0.
2007-03-03 Erez Zadok <[EMAIL PROTECTED]>
Index: cherry-pick-all
===================================================================
RCS file: /home/cvs/unionfs/unionfs/utils/Attic/cherry-pick-all,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -L utils/cherry-pick-all -L utils/cherry-pick-all -u -d -b -B -p -r1.1.2.1
-r1.1.2.2
--- utils/cherry-pick-all
+++ utils/cherry-pick-all
@@ -63,6 +63,7 @@ fi
# now apply patches one by one
count=`wc -l DONE/patches | cut -d' ' -f1`
total=$count
+let count=count+1
while read i ; do
let count=count-1
# skip patches already done
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs