changeset 51:88c56c0c84ab

gi:subrepos: allow They're disabled for security, but I trust all of my git subrepos.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 13 Feb 2019 14:57:46 -0500
parents 98479f24da7f
children cb471bbd0caa
files hgrc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgrc
+++ b/hgrc
@@ -26,6 +26,9 @@
 ll=!if [ -z "$@" ]; then $HG glog -Twip -r '::.'; else $HG glog -Twip -r '::($@)'; fi
 gitnode=log -T "{gitnode}\n"
 
+[subrepos]
+git:allowed=True
+
 # These are all the extensions that I use.
 [extensions]
 convert=