changeset 437:dba6058e0b29

Merge pull request #7
author David Soria Parra <davidsp@fb.com>
date Thu, 03 Dec 2015 10:51:05 -0800
parents 2b0669fed7a8 (current diff) db8000e703ad (diff)
children 5f35d50faa86
files
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/templates/who/index.html	Sun Nov 29 01:57:40 2015 -0500
+++ b/templates/who/index.html	Thu Dec 03 10:51:05 2015 -0800
@@ -3,6 +3,9 @@
 {% block content %}
 		<h1>Who uses Mercurial</h1>
 		<p><strong>Mercurial is a free, distributed source control management tool. It is currently used by many Open Source Projects such as...</strong></p>
+        <h3>Facebook</h3>
+        The social networking service Facebook <a href="https://code.facebook.com/posts/218678814984400/scaling-mercurial-at-facebook/">chose Mercurial</a> in 2014 due to its extensibility and the ability to make it work at scale.</p>
+        <p><a href="https://www.facebook.com">https://www.facebook.com</a></p>
         <h3>Python</h3>
         Python is a famous and widely adopted scripting language. Many applications like Mercurial, Django and Googles AppEngine are built on top of Python. In 2009 the Python developers <a href="http://www.python.org/dev/peps/pep-0374/">chose to move from Subversion to Mercurial</a>.</p>
         <p><a href="http://www.python.org">http://www.python.org</a></p>