This is an archive of the discontinued Mercurial Phabricator instance.

histedit: add ui.log for action count
ClosedPublic

Authored by phillco on Dec 22 2017, 4:18 PM.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

phillco created this revision.Dec 22 2017, 4:18 PM
quark accepted this revision.Dec 22 2017, 4:22 PM
quark added inline comments.
hgext/histedit.py
1314

Usually align with (:

ui.log("histedit", "%d actions to histedit", len(actions),
       histedit_num_actions=len(actions))
phillco planned changes to this revision.Dec 22 2017, 4:23 PM
phillco updated this revision to Diff 4590.Dec 22 2017, 4:25 PM
phillco marked an inline comment as done.Dec 22 2017, 4:26 PM
yuja accepted this revision.Dec 22 2017, 8:48 PM
This revision is now accepted and ready to land.Dec 22 2017, 8:48 PM
This revision was automatically updated to reflect the committed changes.