mercurial/debugcommands.py
changeset 33148 4e30168d7939
parent 33142 4f49810a1011
child 33149 a14e2e7f7d1f
--- a/mercurial/debugcommands.py	Tue Jun 27 01:48:41 2017 +0200
+++ b/mercurial/debugcommands.py	Tue Jun 27 01:51:40 2017 +0200
@@ -307,7 +307,7 @@
         ui.write(msg)
         fm = ui.formatter('debugobsolete', opts)
         for rawmarker in sorted(markers):
-            m = obsolete.marker(None, rawmarker)
+            m = obsutil.marker(None, rawmarker)
             fm.startitem()
             fm.plain(indent_string)
             cmdutil.showmarker(fm, m)