Page MenuHomePhabricator
Feed Advanced Search

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