tests/test-phases.t
changeset 18382 f3b21beb9802
parent 18242 e4687edec014
child 18394 5010448197bc
equal deleted inserted replaced
18381:7ac4449f0f39 18382:f3b21beb9802
   174 :note: The "(+1 heads)" is wrong as we do not had any visible head
   174 :note: The "(+1 heads)" is wrong as we do not had any visible head
   175 
   175 
   176 check that branch cache with "unserved" filter are properly computed and stored
   176 check that branch cache with "unserved" filter are properly computed and stored
   177 
   177 
   178   $ ls ../push-dest/.hg/cache/branchheads*
   178   $ ls ../push-dest/.hg/cache/branchheads*
   179   ../push-dest/.hg/cache/branchheads-hidden
   179   ../push-dest/.hg/cache/branchheads-served
   180   ../push-dest/.hg/cache/branchheads-unserved
   180   ../push-dest/.hg/cache/branchheads-visible
   181   $ cat ../push-dest/.hg/cache/branchheads-hidden
   181   $ cat ../push-dest/.hg/cache/branchheads-visible
   182   6d6770faffce199f1fddd1cf87f6f026138cf061 6
   182   6d6770faffce199f1fddd1cf87f6f026138cf061 6
   183   b3325c91a4d916bcc4cdc83ea3fe4ece46a42f6e default
   183   b3325c91a4d916bcc4cdc83ea3fe4ece46a42f6e default
   184   2713879da13d6eea1ff22b442a5a87cb31a7ce6a default
   184   2713879da13d6eea1ff22b442a5a87cb31a7ce6a default
   185   6d6770faffce199f1fddd1cf87f6f026138cf061 default
   185   6d6770faffce199f1fddd1cf87f6f026138cf061 default
   186   $ cat ../push-dest/.hg/cache/branchheads-unserved
   186   $ cat ../push-dest/.hg/cache/branchheads-served
   187   cf9fe039dfd67e829edf6522a45de057b5c86519 4
   187   cf9fe039dfd67e829edf6522a45de057b5c86519 4
   188   b3325c91a4d916bcc4cdc83ea3fe4ece46a42f6e default
   188   b3325c91a4d916bcc4cdc83ea3fe4ece46a42f6e default
   189   cf9fe039dfd67e829edf6522a45de057b5c86519 default
   189   cf9fe039dfd67e829edf6522a45de057b5c86519 default
   190 
   190 
   191 
   191