Skip to content
Snippets Groups Projects
Commit 6a5e159eb93e authored by Matt Mackall's avatar Matt Mackall
Browse files

merge with stable

No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@
hg cat a
echo '% working directory removed'
rm -rf $dir/a
hg --version
sh -c "cd $dir && rm -rf a"
hg --version 2>&1 | sed -e 's,\(abort:.*:\).*$,\1 ...,g'
echo '% no repo'
cd $dir
......
......@@ -34,6 +34,6 @@
a
a: No such file in rev 000000000000
% working directory removed
abort: error getting current working directory: No such file or directory
abort: error getting current working directory: ...
% no repo
abort: There is no Mercurial repository here (.hg not found)!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment