The unified diff between revisions [d0b80dac..] and [f8db548c..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "handlers.py"
#  from [70226f2c510da7444bbe4fa7278f1c1a96688d43]
#    to [40025bb9507077ea448d3bb4d4a56fe707e6d658]
#
============================================================
--- handlers.py	70226f2c510da7444bbe4fa7278f1c1a96688d43
+++ handlers.py	40025bb9507077ea448d3bb4d4a56fe707e6d658
@@ -722,7 +722,7 @@ class BranchHead(object):
 class BranchHead(object):
     def GET(self, ctxt, head_method, proxy_to, branch, extra_path):
         branch = mtn.Branch(branch)
-        valid = ('browse', 'file', 'downloadfile', 'info', 'tar', 'graph')
+        valid = ('browse', 'file', 'downloadfile', 'info', 'tar', 'graph', 'filechanges')
         if not proxy_to in valid:
             return web.notfound()
         heads = [head for head in ctxt.ops.heads(branch.name)]