[PATCH] tests: fix help test to include recently added censor docs

Martin von Zweigbergk martinvonz at google.com
Sat Mar 11 00:50:51 UTC 2017


# HG changeset patch
# User Martin von Zweigbergk <martinvonz at google.com>
# Date 1489193377 28800
#      Fri Mar 10 16:49:37 2017 -0800
# Node ID 364d5371918ba8a0a47396241b5e76cc2957e07e
# Parent  5a31565161fb65056f9a062ec3d8fa81e1646328
tests: fix help test to include recently added censor docs

diff -r 5a31565161fb -r 364d5371918b tests/test-help.t
--- a/tests/test-help.t	Wed Mar 01 16:19:41 2017 -0800
+++ b/tests/test-help.t	Fri Mar 10 16:49:37 2017 -0800
@@ -940,6 +940,7 @@
   """""""""""""""""""""""""""""""
   
        bundles       Bundles
+       censor        Censor
        changegroups  Changegroups
        requirements  Repository Requirements
        revlogs       Revision Logs
@@ -2976,6 +2977,13 @@
   Bundles
   </td></tr>
   <tr><td>
+  <a href="/help/internals.censor">
+  censor
+  </a>
+  </td><td>
+  Censor
+  </td></tr>
+  <tr><td>
   <a href="/help/internals.changegroups">
   changegroups
   </a>


More information about the Mercurial-devel mailing list