mercurial/help/phases.txt
branchstable
changeset 17267 979b107eaea2
parent 16244 3d26d69ef822
child 18960 170fc0949fb6
--- a/mercurial/help/phases.txt	Mon Jul 23 19:03:32 2012 +0200
+++ b/mercurial/help/phases.txt	Wed Jul 25 16:40:38 2012 +0900
@@ -1,5 +1,5 @@
 What are phases?
-----------------
+================
 
 Phases are a system for tracking which changesets have been or should
 be shared. This helps prevent common mistakes when modifying history
@@ -17,7 +17,7 @@
 changeset phases should only be changed towards the public phase.
 
 How are phases managed?
------------------------
+=======================
 
 For the most part, phases should work transparently. By default, a
 changeset is created in the draft phase and is moved into the public
@@ -29,7 +29,7 @@
 if needed. See :hg:`help -v phase` for examples.
 
 Phases and servers
-------------------
+==================
 
 Normally, all servers are ``publishing`` by default. This means::
 
@@ -59,7 +59,7 @@
   publishing.
 
 Examples
---------
+========
 
  - list changesets in draft or secret phase::