hgext/obsolete.py
changeset 453 2175993192cb
parent 452 3cf7ce72dbda
child 454 4e34a723115b
--- a/hgext/obsolete.py	Wed Aug 08 13:50:48 2012 +0200
+++ b/hgext/obsolete.py	Wed Aug 08 13:51:10 2012 +0200
@@ -742,11 +742,6 @@
             newer.add(())
     return sorted(newer)
 
-### diagnostique tools
-
-def unstables(repo):
-    """Return all unstable changeset"""
-    return scmutil.revrange(repo, ['obsolete():: and (not obsolete())'])
 
 #####################################################################
 ### Extending revset and template                                 ###