Mercurial > evolve
comparison tests/test-sharing.t @ 4933:3e748357a055 stable
tests: remove a repeated statement
We looked at the review repo just 6 lines above.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 10 Nov 2019 05:14:53 +0700 |
parents | 6408d7a01b59 |
children | 3874bc10d4a7 |
comparison
equal
deleted
inserted
replaced
4932:fff7ddbef685 | 4933:3e748357a055 |
---|---|
316 | | 316 | |
317 o 1:de61 public fix bug 37 | 317 o 1:de61 public fix bug 37 |
318 | | 318 | |
319 ~ | 319 ~ |
320 | 320 |
321 How do things look in the review repo? | |
322 $ cd ../review | |
323 $ hg --hidden shortlog -G -r 1:: | |
324 o 6:540b public implement feature X (v3) | |
325 | | |
326 | x 5:0eb7 draft implement feature X (v2) | |
327 |/ | |
328 | x 4:1936 draft implement feature X (v1) | |
329 |/ | |
330 | o 3:cbdf draft fix bug 15 (v2) | |
331 |/ | |
332 | x 2:f91e draft fix bug 15 (v1) | |
333 |/ | |
334 @ 1:de61 public fix bug 37 | |
335 | | |
336 ~ | |
337 | |
338 Meantime, Alice is back from lunch. While she was away, Bob approved | 321 Meantime, Alice is back from lunch. While she was away, Bob approved |
339 her change, so now she can publish it. | 322 her change, so now she can publish it. |
340 $ cd ../alice | 323 $ cd ../alice |
341 $ hg --hidden shortlog -G -r 1:: | 324 $ hg --hidden shortlog -G -r 1:: |
342 @ 3:cbdf draft fix bug 15 (v2) | 325 @ 3:cbdf draft fix bug 15 (v2) |