site

(Pierre-Yves David)
2011-09-19: [obsolete] vocabulary update suggestion

[obsolete] vocabulary update suggestion

diff --git a/hgext/obsolete.py b/hgext/obsolete.py
--- a/hgext/obsolete.py
+++ b/hgext/obsolete.py
@@ -20,8 +20,10 @@ changeset history. Standard changeset hi
 relation versions changesets.
 
 :obsolete:     a changeset that have been replace by another one.
-:out of sync:  a non-obsolet changeset based on another one.
-:suspended:    an obsolete changeset with out of sync descendant.
+:unstable:     a non-obsolet changeset based on another one.
+:suspended:    an obsolete changeset with unstable descendant.
+
+Another name for unstable could be out of sync.
 
 
 
@@ -67,7 +69,7 @@ To Do
 
 * handle conflict
 
-* handle out of sync
+* handle unstable // out of sync
 
 """
 import os