tests/test-revset.t
changeset 34866 1644623ab096
parent 34126 af13097b44dd
child 35501 12a46ad67a3c
equal deleted inserted replaced
34865:a0100f34e20b 34866:1644623ab096
  1792 
  1792 
  1793   $ hg init wdir-hashcollision
  1793   $ hg init wdir-hashcollision
  1794   $ cd wdir-hashcollision
  1794   $ cd wdir-hashcollision
  1795   $ cat <<EOF >> .hg/hgrc
  1795   $ cat <<EOF >> .hg/hgrc
  1796   > [experimental]
  1796   > [experimental]
  1797   > stabilization = createmarkers
  1797   > evolution.createmarkers=True
  1798   > EOF
  1798   > EOF
  1799   $ echo 0 > a
  1799   $ echo 0 > a
  1800   $ hg ci -qAm 0
  1800   $ hg ci -qAm 0
  1801   $ for i in 2463 2961 6726 78127; do
  1801   $ for i in 2463 2961 6726 78127; do
  1802   >   hg up -q 0
  1802   >   hg up -q 0