tests/test-copies-in-changeset.t
changeset 42861 57ea0a81a65c
parent 42860 6f0273558c4b
child 43141 52781d57313d
equal deleted inserted replaced
42860:6f0273558c4b 42861:57ea0a81a65c
   138   $ hg ci --amend -m 'copy a to j, v2' \
   138   $ hg ci --amend -m 'copy a to j, v2' \
   139   > --config experimental.copies.write-to=filelog-only
   139   > --config experimental.copies.write-to=filelog-only
   140   saved backup bundle to $TESTTMP/repo/.hg/strip-backup/dd7bb9581359-a6e6b6d2-amend.hg
   140   saved backup bundle to $TESTTMP/repo/.hg/strip-backup/dd7bb9581359-a6e6b6d2-amend.hg
   141   $ hg changesetcopies
   141   $ hg changesetcopies
   142   files: j
   142   files: j
   143   filesadded: 0
   143   
   144   filesremoved: 
       
   145   
       
   146   p1copies: 0\x00a (esc)
       
   147   p2copies: 
       
   148   $ hg showcopies --config experimental.copies.read-from=filelog-only
   144   $ hg showcopies --config experimental.copies.read-from=filelog-only
   149   a -> j
   145   a -> j
   150 The entries should be written to extras even if they're empty (so the client
   146 The entries should be written to extras even if they're empty (so the client
   151 won't have to fall back to reading from filelogs)
   147 won't have to fall back to reading from filelogs)
   152   $ echo x >> j
   148   $ echo x >> j