Updated Branches:
  refs/heads/master 1d113e442 -> a22dbedfb

updated coho


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/commit/a22dbedf
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/tree/a22dbedf
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/diff/a22dbedf

Branch: refs/heads/master
Commit: a22dbedfb414ba8e80c73ba60ab7057191efc8f2
Parents: 1d113e4
Author: steven gill <ste...@apache.org>
Authored: Wed Sep 19 16:49:31 2012 -0700
Committer: steven gill <ste...@apache.org>
Committed: Wed Sep 19 16:49:31 2012 -0700

----------------------------------------------------------------------
 coho |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/blob/a22dbedf/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index 7f60922..c527c34 100755
--- a/coho
+++ b/coho
@@ -216,8 +216,8 @@ if (oldVer != undefined){
        queueCommand("echo ANDROID")
        queueCommand("echo '\nAndroid \n-------\n' >> 
temp/release/src/cordova-"+VERSION+"/changelog")
        queueCommand("cd " + tempRepoDir + "/"+androiddir+" && git log 
--format='%h %s' "+oldVer+".."+VERSION+" >> "+releaseSrcDir+"/changelog")
-       queueCommand("echo WINDOWS")
-       queueCommand("echo \n'Windows Phone \n-------------\n' >> 
temp/release/src/cordova-"+VERSION+"/changelog")
+       queueCommand("echo WINDOWS PHONE")
+       queueCommand("echo '\nWindows Phone \n-------------\n' >> 
temp/release/src/cordova-"+VERSION+"/changelog")
        queueCommand("cd " + tempRepoDir + "/"+windowsdir+" && git log 
--format='%h %s' "+oldVer+".."+VERSION+" >> "+releaseSrcDir+"/changelog")
        queueCommand("echo WEBOS")
        queueCommand("echo '\nWebOS \n-----\n' >> 
temp/release/src/cordova-"+VERSION+"/changelog")

Reply via email to