This is an archive of the discontinued Mercurial Phabricator instance.

copytrace: add `hg help copytrace`
AbandonedPublic

Authored by durin42 on Aug 31 2017, 6:29 PM.

Details

Reviewers
pulkit
Group Reviewers
hg-reviewers
Summary

Currently we have one slow implementation of copytrace. While moving
fbext/copytrace to core, a lot of things will be introduced and some new
configs for user to switch between different implementations. But if that goes
undocumented the configs will be magic for the user. So lets document copytrace
first before we add any new logic or config options.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

pulkit created this revision.Aug 31 2017, 6:29 PM
diff --git a/tests/test-install.t b/tests/test-install.t
 --- a/tests/test-install.t
 +++ b/tests/test-install.t
 @@ -162,6 +162,7 @@
   $ ( testrepohgenv; $PYTHON wixxml.py help )
   Not installed:
     help/common.txt
+    help/copytrace.txt
     help/hg-ssh.8.txt
     help/hg.1.txt
     help/hgignore.5.txt

Instead of this, can you update 'contrib/wix/help.wxs' to keep the Windows installer happy? See 876f08f30ade.

pulkit updated this revision to Diff 1583.Sep 2 2017, 2:15 PM
pulkit planned changes to this revision.Sep 4 2017, 5:29 PM

My understanding with copytracing was wrong and also it's not a great doc. I will try to work on this later, maybe taking someone's help in the sprint.

durin42 commandeered this revision.
durin42 abandoned this revision.

Let's reopen this if/when we return to it.