~ubuntu-branches/ubuntu/wily/phabricator/wily

« back to all changes in this revision

Viewing changes to src/parser/__tests__/diff/git-move-edit.gitdiff

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2014-11-01 23:20:06 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20141101232006-mvlnp0cil67tsboe
Tags: upstream-0~git20141101/arcanist
Import upstream version 0~git20141101, component arcanist

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff --git a/html/home.php b/html/home_evan.php
 
2
similarity index 99%
 
3
rename from html/home.php
 
4
rename to html/home_evan.php
 
5
index b42cc95..fcd3819 100755
 
6
--- a/html/home.php
 
7
+++ b/html/home_evan.php
 
8
@@ -14,7 +14,7 @@ require_module('login/context');
 
9
 
 
10
 define('DEFAULT_HOME_PAGE_KEY', FEED_FILTER_KEY_DUAL_NEWS_FEED);
 
11
 
 
12
-require_login();
 
13
+// require_login();
 
14
 
 
15
 $viewer_context = ViewerContext::newWebViewerContext();
 
16
 $user = $viewer_context->getUserID();