Mercurial > hg-allpaths
diff tests/basic.t @ 66:91efe98be062
.
author | Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl> |
---|---|
date | Sun, 18 Dec 2016 21:42:45 +0100 |
parents | 030b8a638ccf |
children |
line wrap: on
line diff
--- a/tests/basic.t Sun Dec 18 21:16:04 2016 +0100 +++ b/tests/basic.t Sun Dec 18 21:42:45 2016 +0100 @@ -220,15 +220,11 @@ adding br1.txt $ hg --cwd $BASE commit -m 'Br1' -Slightly tweaky way to update is to defeat mercurial 4.0 warning -spuriously showing up during automated tests. It used to be -$ hg --cwd $BASE update default -1 files updated, 0 files merged, 1 files removed, 0 files unresolved +Filtering out warnings in command below avoids hg 4.0 warning about +current directory removal which for some mysterious reason shows up +only during drone testing. - $ cd $BASE - $ pwd - /tmp/cramtests-*/basic.t/work/base (glob) - $ hg update default # --cwd $BASE + $ hg --cwd $BASE update default 2>/dev/null 1 files updated, 0 files merged, 1 files removed, 0 files unresolved $ cat >> $BASE/file.txt << EOF