]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mason/git/git.factor
Fix comments to be ! not #!.
[factor.git] / extra / mason / git / git.factor
index 69106180bc54a71aaab62c6d27b121832417544b..66220e374204f815c79b0643812557c64e5fcc24 100644 (file)
@@ -21,7 +21,7 @@ IN: mason.git
     } ;
 
 : git-clone ( -- )
-    #! Must be run from builds-dir
+    ! Must be run from builds-dir
     "Cloning initial repository" print-timestamp
     git-clone-cmd try-output-process ;
 
@@ -58,7 +58,7 @@ IN: mason.git
     { "git" "status" } ;
 
 : git-status-failed ( error -- )
-    #! Exit code 1 means there's nothing to commit.
+    ! Exit code 1 means there's nothing to commit.
     dup { [ process-failed? ] [ code>> 1 = ] } 1&&
     [ drop ] [ rethrow ] if ;
 
@@ -87,7 +87,7 @@ IN: mason.git
 PRIVATE>
 
 : git-clone-or-pull ( -- id )
-    #! Must be run from builds-dir.
+    ! Must be run from builds-dir.
     "factor" exists? [
         check-repository [
             "factor" [