D5575: tests: demonstrate broken {file_copies} template with remotefilelog

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Sat Jan 12 01:02:59 UTC 2019


martinvonz created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5575

AFFECTED FILES
  tests/test-remotefilelog-log.t

CHANGE DETAILS

diff --git a/tests/test-remotefilelog-log.t b/tests/test-remotefilelog-log.t
--- a/tests/test-remotefilelog-log.t
+++ b/tests/test-remotefilelog-log.t
@@ -107,8 +107,8 @@
 Trace renames
   $ hg mv x z
   $ hg commit -m move
-  $ hg log -f z -T '{desc}\n' -G
-  @  move
+  $ hg log -f z -T '{desc} {file_copies}\n' -G
+  @  move z (x\x14\x06\xe7A\x18bv\x94&\x84\x17I\x1f\x01\x8aJ\x881R\xf0) (esc)
   :
   o  x
   



To: martinvonz, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list