##// END OF EJS Templates
tests: handle deleted .hg directory (git 2.2.0 and higher) (issue4585)...
Mathias De Maré -
r24581:85219d6e default
parent child Browse files
Show More
@@ -1002,7 +1002,7 b' since we ignore the staging area'
1002 $ cd s
1002 $ cd s
1003 $ rm snake.python
1003 $ rm snake.python
1004 (remove leftover .hg so Mercurial doesn't look for a root here)
1004 (remove leftover .hg so Mercurial doesn't look for a root here)
1005 $ rm -r .hg
1005 $ rm -rf .hg
1006 $ hg status --subrepos --all .
1006 $ hg status --subrepos --all .
1007 R snake.python
1007 R snake.python
1008 ? barfoo
1008 ? barfoo
General Comments 0
You need to be logged in to leave comments. Login now