tests/test-commandserver.t
changeset 33773 6c1a9fd8361b
parent 33649 377e8ddaebef
child 33921 a4c1333b2eda
equal deleted inserted replaced
33772:d434a7f0685c 33773:6c1a9fd8361b
   495   1 files, 2 changesets, 2 total revisions
   495   1 files, 2 changesets, 2 total revisions
   496   $ hg revert --no-backup -aq
   496   $ hg revert --no-backup -aq
   497 
   497 
   498   $ cat >> .hg/hgrc << EOF
   498   $ cat >> .hg/hgrc << EOF
   499   > [experimental]
   499   > [experimental]
   500   > evolution=createmarkers
   500   > stabilization=createmarkers
   501   > EOF
   501   > EOF
   502 
   502 
   503   >>> import os
   503   >>> import os
   504   >>> from hgclient import readchannel, runcommand, check
   504   >>> from hgclient import readchannel, runcommand, check
   505   >>> @check
   505   >>> @check