tests/test-strip.t
changeset 48967 42d2b31cee0b
parent 48130 5105a9975407
child 50415 2cf264e9aa75
equal deleted inserted replaced
48966:6000f5b25c9b 48967:42d2b31cee0b
  1288 
  1288 
  1289   $ hg up -C I
  1289   $ hg up -C I
  1290   2 files updated, 0 files merged, 0 files removed, 0 files unresolved
  1290   2 files updated, 0 files merged, 0 files removed, 0 files unresolved
  1291   $ echo 3 >> I
  1291   $ echo 3 >> I
  1292   $ cat > $TESTTMP/delayedstrip.py <<EOF
  1292   $ cat > $TESTTMP/delayedstrip.py <<EOF
  1293   > from __future__ import absolute_import
       
  1294   > from mercurial import commands, registrar, repair
  1293   > from mercurial import commands, registrar, repair
  1295   > cmdtable = {}
  1294   > cmdtable = {}
  1296   > command = registrar.command(cmdtable)
  1295   > command = registrar.command(cmdtable)
  1297   > @command(b'testdelayedstrip')
  1296   > @command(b'testdelayedstrip')
  1298   > def testdelayedstrip(ui, repo):
  1297   > def testdelayedstrip(ui, repo):