equal
deleted
inserted
replaced
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 |