Is there any code checking tool that supports post commit / push transaction tracking status tracking?

We use Mercurial as our source of control. We have a central repository that everyone pushes on when their fix / bug is fixed.

We want to systematically monitor whether all pushed change sets were viewed in the central repository or not, and after that you have the choice to either create a post-fact review or mark the set of changes as an “unnecessary review”.

Is there any tool for checking the code that can report the “checked” status of each set of changes and allow the creation of a batch view for the selected ones?

+4
source share
3 answers

Atlassian Fisheye may be worth a look

+1
source

A crucible is good for code review.

+1
source

The code viewer utility associated with Fog Creek Kiln offers these features.

0
source

Source: https://habr.com/ru/post/1384786/


All Articles