# HG changeset patch # User Pierre-Yves David # Date 1316390234 -7200 # Node ID 531058dbd703044def0549187e6dbfaa2b6a3947 # Parent c4cc5f3bcf1295b1e4d828cf0aa0ace2f0021d4e [obsolete] vocabulary update suggestion diff -r c4cc5f3bcf12 -r 531058dbd703 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