[obsolete] vocabulary update suggestion
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Mon, 19 Sep 2011 01:57:14 +0200
changeset 85 531058dbd703
parent 84 c4cc5f3bcf12
child 86 7f763bada042
[obsolete] vocabulary update suggestion
hgext/obsolete.py
--- a/hgext/obsolete.py	Mon Sep 19 01:56:48 2011 +0200
+++ b/hgext/obsolete.py	Mon Sep 19 01:57:14 2011 +0200
@@ -20,8 +20,10 @@
 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 @@
 
 * handle conflict
 
-* handle out of sync
+* handle unstable // out of sync
 
 """
 import os