Page MenuHomePhabricator

kdz13 (keith d. zimmerman)
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Sunday

  • Clear sailing ahead.

User Details

User Since
Jun 3 2015, 2:50 PM (464 w, 1 d)
Availability
Available

Recent Activity

Jun 3 2015

kdz13 added a comment to T5839: Repository ref updates may fail after a branch is destroyed.

The newly added method removeMissingCommits was causing a lot of unneeded thrash on our mercurial repository. We have 140 branches, and phabricator was launching a process to check each revision every 15 seconds, and rather severely thrashing our disk. It seems to me that there's no need to call this method for mercurial branches, since the information contained in $branches was already obtained by running 'hg log' and should be up to date.

Jun 3 2015, 2:53 PM · Diffusion