tests/test-extra-filelog-entry.t
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 30 Jan 2014 17:51:41 -0800
changeset 20431 bebf8b8479f3
parent 17132 b87acfda5268
child 37284 009d0283de5f
permissions -rw-r--r--
push: feed pushoperation object to _pushbookmark function This will able the bookmark synchronisation to have full information on the ongoing push and pass information to other operation.

Issue351: mq: qrefresh can create extra revlog entry

  $ echo "[extensions]" >> $HGRCPATH
  $ echo "mq=" >> $HGRCPATH

  $ hg init
  $ hg qinit

  $ echo b > b
  $ hg ci -A -m foo
  adding b

  $ echo cc > b
  $ hg qnew -f foo.diff
  $ echo b > b
  $ hg qrefresh

  $ hg debugindex b
     rev    offset  length  ..... linkrev nodeid       p1           p2 (re)
       0         0       3  .....       0 1e88685f5dde 000000000000 000000000000 (re)