tests/remotefilelog-library.sh
changeset 40571 95a079ea1e19
parent 40516 67e35dceab9b
child 40573 a777ad36b287
--- a/tests/remotefilelog-library.sh	Thu Nov 08 12:35:26 2018 -0800
+++ b/tests/remotefilelog-library.sh	Fri Nov 09 08:19:08 2018 -0800
@@ -60,13 +60,6 @@
 EOF
 }
 
-hginit() {
-  local name
-  name=$1
-  shift
-  hg init $name $@
-}
-
 clearcache() {
   rm -rf $CACHEDIR/*
 }