changeset 85:531058dbd703

[obsolete] vocabulary update suggestion
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Mon, 19 Sep 2011 01:57:14 +0200
parents c4cc5f3bcf12
children 7f763bada042
files hgext/obsolete.py
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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