tests/test-blackbox.t
changeset 34299 b1d4ac068961
parent 34298 25e1a8876cc0
child 34661 eb586ed5d8ce
equal deleted inserted replaced
34298:25e1a8876cc0 34299:b1d4ac068961
   291   .hg/blackbox.log.1: >= 500
   291   .hg/blackbox.log.1: >= 500
   292   .hg/blackbox.log.2: >= 500
   292   .hg/blackbox.log.2: >= 500
   293 
   293 
   294   $ cd ..
   294   $ cd ..
   295 
   295 
       
   296 With chg, blackbox should not create the log file if the repo is gone
       
   297 
       
   298   $ hg init repo1
       
   299   $ hg --config extensions.a=! -R repo1 log
       
   300   $ rm -rf $TESTTMP/repo1
       
   301   $ hg --config extensions.a=! init repo1
       
   302 
   296 #endif
   303 #endif
   297 
   304 
   298 blackbox should work if repo.ui.log is not called (issue5518)
   305 blackbox should work if repo.ui.log is not called (issue5518)
   299 
   306 
   300   $ cat > $TESTTMP/raise.py << EOF
   307   $ cat > $TESTTMP/raise.py << EOF