[obsolete] rationalize doc header.
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Tue, 13 Sep 2011 21:38:18 +0200
changeset 72 774932a6cc0d
parent 71 19e1930587a0
child 73 c0143040693b
[obsolete] rationalize doc header.
hgext/obsolete.py
--- a/hgext/obsolete.py	Tue Sep 13 21:37:28 2011 +0200
+++ b/hgext/obsolete.py	Tue Sep 13 21:38:18 2011 +0200
@@ -88,7 +88,7 @@
 from mercurial.node import hex, bin
 from mercurial.lock import release
 
-# Patch changectx
+### Patch changectx
 #############################
 
 def obsolete(ctx):
@@ -112,7 +112,7 @@
     return ohidden(ctx)
 context.changectx.hidden = hidden
 
-# revset
+### revset
 #############################
 
 def revsetobsolete(repo, subset, x):