Mercurial > hg-allpaths
comparison tests/groups-legacy.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 | bbd1a915b34c |
comparison
equal
deleted
inserted
replaced
60:0fd5f4cea459 | 61:5a517f942da0 |
---|---|
266 (branches are permanent and global, did you want a bookmark?) | 266 (branches are permanent and global, did you want a bookmark?) |
267 $ hg --cwd $BASE add | 267 $ hg --cwd $BASE add |
268 adding br1.txt | 268 adding br1.txt |
269 $ hg --cwd $BASE commit -m 'Br1' | 269 $ hg --cwd $BASE commit -m 'Br1' |
270 | 270 |
271 $ cd $BASE | |
271 $ hg --cwd $BASE update default | 272 $ hg --cwd $BASE update default |
272 2 files updated, 0 files merged, 1 files removed, 0 files unresolved | 273 2 files updated, 0 files merged, 1 files removed, 0 files unresolved |
273 $ cat >> $BASE/file.txt << EOF | 274 $ cat >> $BASE/file.txt << EOF |
274 > later text | 275 > later text |
275 > EOF | 276 > EOF |