Report of statistics
Simon King
simon at simonking.org.uk
Fri May 23 13:58:25 UTC 2014
On Fri, May 23, 2014 at 2:28 PM, David Wink <david.wink at gmail.com> wrote:
> guys,
> I am looking to generate a report that can track these three actions:
> pull, commits, and pushes to a remote repository.
>
> We have some developers that are new to mercurial and we are trying to get
> them into the practices of doing the following workflow:
>
> Once they are ready to commit a change
> 1. do a hg pull -u
> 2. do their commit
> 3. push to the remote repository.
>
> Is there a way that I can track this type of workflow?
>
You could try getting them to enable the built-in blackbox extension:
http://mercurial.selenic.com/wiki/BlackboxExtension
Hope that helps,
Simon
More information about the Mercurial
mailing list