I\'m writing a Mercurial extension in Python and need to call the \"Pull\" command using the Mercurial API, but I want to suppress its output using the --quiet flag.
How can I use the Mercurial API to determine the changes made to a repository for each changeset? I am able to get a list of files relevant to a particular revision, but I cannot figure out how to tel