author | Connor Sheehan <sheehan@mozilla.com> |
Thu, 12 May 2022 10:09:06 -0400 | |
changeset 7847 | ed00445326df40946a5608a454448c40ec6fec6c |
parent 7846 | 03b4015983d48307899887d9bbfea2c39b8676c5 |
child 7848 | 4b8644be86fc0d88e845c05bbeee8cd317d2ccde |
push id | 3941 |
push user | cosheehan@mozilla.com |
push date | Thu, 12 May 2022 16:46:37 +0000 |
treeherder | version-control-tools@376cb76b365d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
--- a/hgext/firefoxtree/__init__.py +++ b/hgext/firefoxtree/__init__.py @@ -68,22 +68,20 @@ repos (the server would reject the multi fxheads Command =============== The `hg fxheads` command is a variation of `hg heads` that prints a concise list of the last-known commits for the Firefox repositories. """ import errno -import inspect import os from mercurial import ( bookmarks, - cmdutil, commands, configitems, error, exchange, extensions, hg, logcmdutil, namespaces,