tests/test-blackbox.t
changeset 34299 b1d4ac068961
parent 34298 25e1a8876cc0
child 34661 eb586ed5d8ce
--- a/tests/test-blackbox.t	Mon Sep 11 20:07:41 2017 -0400
+++ b/tests/test-blackbox.t	Thu Sep 21 11:03:37 2017 -0700
@@ -293,6 +293,13 @@
 
   $ cd ..
 
+With chg, blackbox should not create the log file if the repo is gone
+
+  $ hg init repo1
+  $ hg --config extensions.a=! -R repo1 log
+  $ rm -rf $TESTTMP/repo1
+  $ hg --config extensions.a=! init repo1
+
 #endif
 
 blackbox should work if repo.ui.log is not called (issue5518)