comparison tests/test-incoming-outgoing.t @ 15992:963c8a553524 stable

outgoing: display info about secret changets while no sharable changeset found
author Alain Leufroy <alain.leufroyATgmailMYDOTcom>
date Wed, 25 Jan 2012 19:41:34 +0100
parents c5c9ca3719f9
children 0b05e0bfdc1c
comparison
equal deleted inserted replaced
15991:85ec8036d0b9 15992:963c8a553524
397 tag: tip 397 tag: tip
398 user: test 398 user: test
399 date: Thu Jan 01 00:00:00 1970 +0000 399 date: Thu Jan 01 00:00:00 1970 +0000
400 summary: 13 400 summary: 13
401 401
402 test outgoing with secret changesets
403
404 $ hg -R test-dev phase --force --secret 9
405 $ hg -R test-dev outgoing test
406 comparing with test
407 searching for changes
408 no outgoing changes but 5 secret changesets
409 [1]
410 $ hg -R test-dev phase --draft -r 'head()'
402 411
403 limit to 3 changesets 412 limit to 3 changesets
404 413
405 $ hg -R test-dev outgoing -l 3 test 414 $ hg -R test-dev outgoing -l 3 test
406 comparing with test 415 comparing with test