Mercurial > hg-allpaths
comparison tests/basic.t @ 61:5a517f942da0
Attempt to fix drone errors like
https://drone.io/bitbucket.org/Mekk/mercurial-all_paths/7
author | Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl> |
---|---|
date | Sun, 13 Nov 2016 20:30:10 +0100 |
parents | 14a3ffbba22b |
children | b5bccea9b804 |
comparison
equal
deleted
inserted
replaced
60:0fd5f4cea459 | 61:5a517f942da0 |
---|---|
211 (branches are permanent and global, did you want a bookmark?) | 211 (branches are permanent and global, did you want a bookmark?) |
212 $ hg --cwd $BASE add | 212 $ hg --cwd $BASE add |
213 adding br1.txt | 213 adding br1.txt |
214 $ hg --cwd $BASE commit -m 'Br1' | 214 $ hg --cwd $BASE commit -m 'Br1' |
215 | 215 |
216 $ cd $BASE | |
216 $ hg --cwd $BASE update default | 217 $ hg --cwd $BASE update default |
217 1 files updated, 0 files merged, 1 files removed, 0 files unresolved | 218 1 files updated, 0 files merged, 1 files removed, 0 files unresolved |
218 $ cat >> $BASE/file.txt << EOF | 219 $ cat >> $BASE/file.txt << EOF |
219 > later text | 220 > later text |
220 > EOF | 221 > EOF |