comparison tests/test-obsolete-divergent.t @ 37685:76cd5816268e

templates: add whyunstable template keyword
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 26 Mar 2018 17:00:12 +0800
parents 7c18798fc24d
children b1b1b0626f59
comparison
equal deleted inserted replaced
37684:5fc502e149f1 37685:76cd5816268e
719 ad6478fb94ecec98b86daae98722865d494ac561 70d5a63ca112acb3764bc1d7320ca90ea688d671 0 (Thu Jan 01 00:00:00 1970 +0000) {'ef1': '9', 'operation': 'test', 'user': 'test'} 719 ad6478fb94ecec98b86daae98722865d494ac561 70d5a63ca112acb3764bc1d7320ca90ea688d671 0 (Thu Jan 01 00:00:00 1970 +0000) {'ef1': '9', 'operation': 'test', 'user': 'test'}
720 720
721 $ hg debugwhyunstable 1a2a9b5b0030 721 $ hg debugwhyunstable 1a2a9b5b0030
722 content-divergent: 70d5a63ca112acb3764bc1d7320ca90ea688d671 (draft) predecessor a178212c3433c4e77b573f6011e29affb8aefa33 722 content-divergent: 70d5a63ca112acb3764bc1d7320ca90ea688d671 (draft) predecessor a178212c3433c4e77b573f6011e29affb8aefa33
723 723
724 $ hg log -r 1a2a9b5b0030 --hidden -T '{whyunstable}\n'
725 content-divergent: 4:70d5a63ca112 (draft) predecessor a178212c3433
726 $ hg log -r 1a2a9b5b0030 --hidden -T '{whyunstable%"{instability}:{divergentnodes} {reason} {node}\n"}'
727 content-divergent: 4:70d5a63ca112 (draft) predecessor a178212c3433c4e77b573f6011e29affb8aefa33
728
724 #if serve 729 #if serve
725 730
726 $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log 731 $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
727 $ cat hg.pid >> $DAEMON_PIDS 732 $ cat hg.pid >> $DAEMON_PIDS
728 733