[Fai-commit] r6744 - trunk/lib
    Michael Tautschnig 
    mt at alioth.debian.org
       
    Sat Oct 22 23:00:01 UTC 2011
    
    
  
Author: mt
Date: 2011-10-22 23:00:01 +0000 (Sat, 22 Oct 2011)
New Revision: 6744
Modified:
   trunk/lib/get-config-dir-hg
Log:
Added get-config pattern for hg+https
Closes: #631495
Modified: trunk/lib/get-config-dir-hg
===================================================================
--- trunk/lib/get-config-dir-hg	2011-10-22 22:58:21 UTC (rev 6743)
+++ trunk/lib/get-config-dir-hg	2011-10-22 23:00:01 UTC (rev 6744)
@@ -20,6 +20,10 @@
  		echo hg+http
  		hgurl="http://$hgpath"
  		;;
+ 	hg+https)
+ 		echo hg+https
+ 		hgurl="https://$hgpath"
+ 		;;
 	*)
 		echo "get-config-dir-hg: protocol $protocol not implemented"
 		exit 1
    
    
More information about the Fai-commit
mailing list