D358: copytrace: move fb extension to core under flag experimental.fastcopytrace

quark (Jun Wu) phabricator at mercurial-scm.org
Sun Aug 20 16:51:55 EDT 2017


quark added inline comments.

INLINE COMMENTS

> test-fastcopytrace.t:1-9
> +  $ cat >> $TESTTMP/copytrace.sh << '__EOF__'
> +  > initclient() {
> +  > cat >> $1/.hg/hgrc <<EOF
> +  > [experimental]
> +  > fastcopytrace = True
> +  > EOF
> +  > }

nit: could execute the script directly

  $ initclient() {
  >   cat >> $1/.hg/hgrc << EOF
  > ...
  > EOF
  > }

REPOSITORY
  rHG Mercurial

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

To: pulkit, #hg-reviewers
Cc: quark, stash, mercurial-devel


More information about the Mercurial-devel mailing list