##// END OF EJS Templates
tests: make custom templates that use {whyunstable} terser...
av6 -
r37723:82eeafd7 default
parent child Browse files
Show More
@@ -723,10 +723,10 b' Use scmutil.cleanupnodes API to create d'
723 723
724 724 $ hg log -r 1a2a9b5b0030 -T '{whyunstable}\n'
725 725 content-divergent: 4:70d5a63ca112 (draft) predecessor a178212c3433
726 $ hg log -r 1a2a9b5b0030 -T '{whyunstable%"{instability}:{divergentnodes} {reason} {node}\n"}'
727 content-divergent: 4:70d5a63ca112 (draft) predecessor a178212c3433c4e77b573f6011e29affb8aefa33
728 $ hg log -r 1a2a9b5b0030 -T '{whyunstable%"{instability}:{divergentnodes % " {node} ({phase})"} {reason} {node}\n"}'
729 content-divergent: 70d5a63ca112acb3764bc1d7320ca90ea688d671 (draft) predecessor a178212c3433c4e77b573f6011e29affb8aefa33
726 $ hg log -r 1a2a9b5b0030 -T '{whyunstable % "{instability}:{divergentnodes} {reason} {node|shortest}\n"}'
727 content-divergent: 4:70d5a63ca112 (draft) predecessor a178
728 $ hg log -r 1a2a9b5b0030 -T '{whyunstable % "{instability}:{divergentnodes % " {node|shortest} ({phase})"} {reason} {node|shortest}\n"}'
729 content-divergent: 70d5 (draft) predecessor a178
730 730
731 731 #if serve
732 732
@@ -1049,9 +1049,9 b' test whyunstable template keyword'
1049 1049 $ hg log -r 50c51b361e60 -T '{whyunstable}\n'
1050 1050 orphan: obsolete parent 3de5eca88c00
1051 1051 phase-divergent: immutable predecessor 245bde4270cd
1052 $ hg log -r 50c51b361e60 -T '{whyunstable%"{instability}: {reason} {node}\n"}'
1053 orphan: obsolete parent 3de5eca88c00aa039da7399a220f4a5221faa585
1054 phase-divergent: immutable predecessor 245bde4270cd1072a27757984f9cda8ba26f08ca
1052 $ hg log -r 50c51b361e60 -T '{whyunstable % "{instability}: {reason} {node|shortest}\n"}'
1053 orphan: obsolete parent 3de5
1054 phase-divergent: immutable predecessor 245b
1055 1055
1056 1056 #if serve
1057 1057
General Comments 0
You need to be logged in to leave comments. Login now