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