Mercurial > hg-allpaths
comparison tests/ignore_and_prioritize.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 | d76b40291d10 |
children | bbd1a915b34c |
comparison
equal
deleted
inserted
replaced
50:55469dbb19c4 | 51:14a3ffbba22b |
---|---|
64 adding changesets | 64 adding changesets |
65 adding manifests | 65 adding manifests |
66 adding file changes | 66 adding file changes |
67 added 1 changesets with 1 changes to 1 files | 67 added 1 changesets with 1 changes to 1 files |
68 | 68 |
69 $ hg --cwd $REP1 log -T '{rev}: {desc}\n' | 69 $ hg --cwd $REP1 log --template '{rev}: {desc}\n' |
70 0: First | 70 0: First |
71 | 71 |
72 $ hg --cwd $REP2 log -T '{rev}: {desc}\n' | 72 $ hg --cwd $REP2 log --template '{rev}: {desc}\n' |
73 | 73 |
74 $ hg --cwd $REP3 log -T '{rev}: {desc}\n' | 74 $ hg --cwd $REP3 log --template '{rev}: {desc}\n' |
75 0: First | 75 0: First |
76 | 76 |
77 Let's also test pulling | 77 Let's also test pulling |
78 | 78 |
79 $ hg --cwd $REP1 update | 79 $ hg --cwd $REP1 update |
123 adding manifests | 123 adding manifests |
124 adding file changes | 124 adding file changes |
125 added 1 changesets with 1 changes to 1 files | 125 added 1 changesets with 1 changes to 1 files |
126 (run 'hg update' to get a working copy) | 126 (run 'hg update' to get a working copy) |
127 | 127 |
128 $ hg --cwd $BASE log -T '{rev}: {desc}\n' | 128 $ hg --cwd $BASE log --template '{rev}: {desc}\n' |
129 1: In repo1 | 129 1: In repo1 |
130 0: First | 130 0: First |
131 | 131 |
132 $ hg --cwd $BASE outgoingall | 132 $ hg --cwd $BASE outgoingall |
133 comparing with */rep3 (glob) | 133 comparing with */rep3 (glob) |