Mercurial > hg-allpaths
comparison tests/duplicates.t @ 51:14a3ffbba22b
Fixing tests for older mercurials
author | Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl> |
---|---|
date | Sun, 25 Sep 2016 22:12:17 +0200 |
parents | 237dd8c4fe78 |
children | bbd1a915b34c |
comparison
equal
deleted
inserted
replaced
50:55469dbb19c4 | 51:14a3ffbba22b |
---|---|
77 adding file changes | 77 adding file changes |
78 added 1 changesets with 1 changes to 1 files | 78 added 1 changesets with 1 changes to 1 files |
79 | 79 |
80 Skipping alias1again as path remote1 was already handled | 80 Skipping alias1again as path remote1 was already handled |
81 | 81 |
82 $ hg --cwd $REP1 log -T '{rev}: {desc}\n' | 82 $ hg --cwd $REP1 log --template '{rev}: {desc}\n' |
83 0: First | 83 0: First |
84 | 84 |
85 $ hg --cwd $REP2 log -T '{rev}: {desc}\n' | 85 $ hg --cwd $REP2 log --template '{rev}: {desc}\n' |
86 0: First | 86 0: First |
87 | 87 |
88 $ hg --cwd $REP3 log -T '{rev}: {desc}\n' | 88 $ hg --cwd $REP3 log --template '{rev}: {desc}\n' |
89 0: First | 89 0: First |
90 | 90 |
91 Let's also test pulling | 91 Let's also test pulling |
92 | 92 |
93 $ hg --cwd $REP1 update | 93 $ hg --cwd $REP1 update |
163 searching for changes | 163 searching for changes |
164 no changes found | 164 no changes found |
165 | 165 |
166 Skipping alias1again as path remote1 was already handled | 166 Skipping alias1again as path remote1 was already handled |
167 | 167 |
168 $ hg --cwd $BASE log -T '{rev}: {desc}\n' | 168 $ hg --cwd $BASE log --template '{rev}: {desc}\n' |
169 2: In repo2 | 169 2: In repo2 |
170 1: In repo1 | 170 1: In repo1 |
171 0: First | 171 0: First |
172 | 172 |
173 $ hg --cwd $BASE outgoingall | 173 $ hg --cwd $BASE outgoingall |