This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c491018  Automated site publishing by Jenkins build 497
c491018 is described below

commit c491018433c659c5f058552ea6df095cfff8eb22
Author: jenkins <[email protected]>
AuthorDate: Thu Jan 24 21:53:52 2019 +0000

    Automated site publishing by Jenkins build 497
---
 content/kb/docs/ide/mercurial-queues.html | 55 ++++++++++++++++++-------------
 1 file changed, 32 insertions(+), 23 deletions(-)

diff --git a/content/kb/docs/ide/mercurial-queues.html 
b/content/kb/docs/ide/mercurial-queues.html
index b8fa4d2..a5847c6 100644
--- a/content/kb/docs/ide/mercurial-queues.html
+++ b/content/kb/docs/ide/mercurial-queues.html
@@ -5,7 +5,7 @@
 <head>
     <meta charset="utf-8">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <title>Using Support for Mercurial Queues in NetBeans IDE</title>
+    <title>Using Support for Mercurial Queues in Apache NetBeans</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="Using Support for Mercurial Queues in 
NetBeans IDE - Apache NetBeans">
     <meta name="author" content="Apache NetBeans">
@@ -78,12 +78,10 @@
 </section>
 
         <div class='grid-container main-content tutorial'>
-            <h1 class="sect0">Using Support for Mercurial Queues in NetBeans 
IDE</h1>
+            <h1 class="sect0">Using Support for Mercurial Queues in Apache 
NetBeans</h1>
             <div id="toc" class="toc">
 <div id="toctitle"></div>
 <ul class="sectlevel1">
-<li><a href="#_using_support_for_mercurial_queues_in_netbeans_ide">Using 
Support for Mercurial Queues in NetBeans IDE</a>
-<ul class="sectlevel2">
 <li><a href="#_enabling_the_mercurial_queues_support">Enabling the Mercurial 
Queues Support</a></li>
 <li><a href="#_creating_a_patch">Creating a Patch</a></li>
 <li><a href="#_refreshing_a_patch_with_local_modifications">Refreshing a Patch 
With Local Modifications</a></li>
@@ -92,17 +90,17 @@
 <li><a href="#_finishing_applied_patches">Finishing Applied Patches</a></li>
 <li><a href="#_summary">Summary</a></li>
 </ul>
-</li>
-</ul>
 </div>
-<div class="sect1">
-<h2 id="_using_support_for_mercurial_queues_in_netbeans_ide">Using Support for 
Mercurial Queues in NetBeans IDE</h2>
+<div id="preamble">
 <div class="sectionbody">
 <div class="paragraph">
 <p>The NetBeans IDE provides support for the Mercurial Queues extension. The 
IDE&#8217;s Mercurial Queues support allows you to create, review or switch 
between patches within the IDE, as well as refresh patches with local 
modifications as you fix bugs or update to a new base revision. This document 
demonstrates how to perform basic patch-specific tasks in the IDE by guiding 
you through the standard workflow when using Mercurial versioning software for 
managing patches.</p>
 </div>
-<div class="sect2">
-<h3 id="_enabling_the_mercurial_queues_support">Enabling the Mercurial Queues 
Support</h3>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_enabling_the_mercurial_queues_support">Enabling the Mercurial Queues 
Support</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>Since Mercurial Queues is an extension, you must explicitly enable it 
before you can use it.
 To start running Mercurial Queues on your Mercurial repository, you need to 
complete the following steps:</p>
@@ -134,8 +132,10 @@ To start running Mercurial Queues on your Mercurial 
repository, you need to comp
 <p><a href="#top">top</a></p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_creating_a_patch">Creating a Patch</h3>
+</div>
+<div class="sect1">
+<h2 id="_creating_a_patch">Creating a Patch</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>To create a patch, you need to complete the following steps:</p>
 </div>
@@ -207,8 +207,10 @@ A new patch is created and added to the  
<code>.hg/patches</code>  directory.</p
 <p><a href="#top">top</a></p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_refreshing_a_patch_with_local_modifications">Refreshing a Patch With 
Local Modifications</h3>
+</div>
+<div class="sect1">
+<h2 id="_refreshing_a_patch_with_local_modifications">Refreshing a Patch With 
Local Modifications</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>To save your progress into the patch you are creating , you need to 
complete the following steps:</p>
 </div>
@@ -277,8 +279,10 @@ The patch you are working on is updated.</p>
 <p><a href="#top">top</a></p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_comparing_patch_revisions">Comparing Patch Revisions</h3>
+</div>
+<div class="sect1">
+<h2 id="_comparing_patch_revisions">Comparing Patch Revisions</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>To generate a patch for review and compare revisions of a patch side by 
side, you need to complete the following steps:</p>
 </div>
@@ -378,8 +382,10 @@ The Graphical Diff Viewer highlights changes in the files 
using the following co
 <p><a href="#top">top</a></p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_switching_between_patches">Switching Between Patches</h3>
+</div>
+<div class="sect1">
+<h2 id="_switching_between_patches">Switching Between Patches</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>To switch to a particular patch in a patch queue series, you need to 
complete the following steps:</p>
 </div>
@@ -432,8 +438,10 @@ The IDE applies the changes contained in the selected 
patch to the chosen projec
 <p><a href="#top">top</a></p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_finishing_applied_patches">Finishing Applied Patches</h3>
+</div>
+<div class="sect1">
+<h2 id="_finishing_applied_patches">Finishing Applied Patches</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>Once your work on a patch is done, it can be turned into a permanent 
changeset.
 To turn all applied patches in a patch queue series into regular changesets, 
complete the following steps:</p>
@@ -494,8 +502,10 @@ The IDE turns all applied patches up to the selected patch 
into regular changese
 <p><a href="#top">top</a></p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_summary">Summary</h3>
+</div>
+<div class="sect1">
+<h2 id="_summary">Summary</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>This tutorial showed how to perform basic patch-specific tasks in the IDE 
by guiding you through the standard workflow when using Mercurial versioning 
software for managing patches. It demonstrated how to enable the Mercurial 
Queues support in the NetBeans IDE and perform basic tasks on patches while 
introducing you to some of the Mercurial specific features included in the 
IDE.</p>
 </div>
@@ -504,7 +514,6 @@ The IDE turns all applied patches up to the selected patch 
into regular changese
 </div>
 </div>
 </div>
-</div>
             
 <section class='tools'>
     <ul class="menu align-center">


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to