tests/test-obsolete-divergent.t
changeset 37705 82eeafd78784
parent 37704 3335658516be
child 37706 04b89360913c
equal deleted inserted replaced
37704:3335658516be 37705:82eeafd78784
   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 -T '{whyunstable}\n'
   724   $ hg log -r 1a2a9b5b0030 -T '{whyunstable}\n'
   725   content-divergent: 4:70d5a63ca112 (draft) predecessor a178212c3433
   725   content-divergent: 4:70d5a63ca112 (draft) predecessor a178212c3433
   726   $ hg log -r 1a2a9b5b0030 -T '{whyunstable%"{instability}:{divergentnodes} {reason} {node}\n"}'
   726   $ hg log -r 1a2a9b5b0030 -T '{whyunstable % "{instability}:{divergentnodes} {reason} {node|shortest}\n"}'
   727   content-divergent: 4:70d5a63ca112 (draft) predecessor a178212c3433c4e77b573f6011e29affb8aefa33
   727   content-divergent: 4:70d5a63ca112 (draft) predecessor a178
   728   $ hg log -r 1a2a9b5b0030 -T '{whyunstable%"{instability}:{divergentnodes % " {node} ({phase})"} {reason} {node}\n"}'
   728   $ hg log -r 1a2a9b5b0030 -T '{whyunstable % "{instability}:{divergentnodes % " {node|shortest} ({phase})"} {reason} {node|shortest}\n"}'
   729   content-divergent: 70d5a63ca112acb3764bc1d7320ca90ea688d671 (draft) predecessor a178212c3433c4e77b573f6011e29affb8aefa33
   729   content-divergent: 70d5 (draft) predecessor a178
   730 
   730 
   731 #if serve
   731 #if serve
   732 
   732 
   733   $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
   733   $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
   734   $ cat hg.pid >> $DAEMON_PIDS
   734   $ cat hg.pid >> $DAEMON_PIDS