Le 11/12/12 10:42, Thomas Gries a écrit : > While tracking an iusse I came to > https://gerrit.wikimedia.org/r/#/c/7986/ (example case) > In the list of files I clicked on > https://gerrit.wikimedia.org/r/#/c/7986/14/includes/UserMailer.php > > Now I am "desperately seeking" a link to _show the raw file content > after the commit in the __browser__,__ > _but only found a link "(Download)" which starts a zip download. This is > not what I wanted. > > Is there a solution which I have overlooked?
You can get the patch locally using: - the checkout / patch links under each patchset. - git-review if you want to look at last patchset Another way is to use Gitweb. When looking at the Gerrit change on https://gerrit.wikimedia.org/r/#/c/7986/ , you will find next to each patchset entry a "gitweb" link. That points to a page showing the commit metadata and the list of files changed with 4 links diff, blob, blame and history. Blob is what you are looking for :) -- Antoine "hashar" Musso _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
