# HG changeset patch # User Christian Ebert # Date 1272247273 -7200 # Node ID 6e9b9f6c117cc826c913fa80986fa42681cb4309 # Parent eb67196d20facd72b697cd740e3d8fe56debf604 keyword: test recording diff -r eb67196d20fa -r 6e9b9f6c117c tests/test-keyword --- a/tests/test-keyword Mon Apr 26 04:01:07 2010 +0200 +++ b/tests/test-keyword Mon Apr 26 04:01:13 2010 +0200 @@ -5,7 +5,10 @@ keyword = mq = notify = +record = transplant = +[ui] +interactive = true EOF # demo before [keyword] files are set up @@ -139,6 +142,25 @@ echo % compare changenodes in a c cat a c +echo % record +cp "$HGRCPATH" $HGRCPATH.bak +sed -e '1 a \foo' a > a.tmp +mv a.tmp a +echo bar >> a +hg record -d '1 10' -m rectest<