repoapi.py
changeset 9469 032825bbacab
parent 9459 d3016c08b4ae
child 9475 7863c546b135
--- a/repoapi.py	Thu Jan 23 12:32:16 2014 +0100
+++ b/repoapi.py	Thu Jan 23 13:47:28 2014 +0100
@@ -241,7 +241,8 @@
         """Return the value for `option` in the configuration."""
         return self._session.repo.get_option_value(option)
 
-    describe = _srv_cnx_func('describe')
+    entity_metas = _srv_cnx_func('entity_metas')
+    describe = _srv_cnx_func('describe') # XXX deprecated in 3.19
 
     # undo support ############################################################