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