mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
No description
a85e344425
Summary: See T584. Git renders these types of changes somewhat unusually. Ensure they are rendered as changes. The fact that a symlink was replaced is not explicitly rendered (e.g., "This path was changed from a symlink to a regular file."), but can be inferred from the 'unix:filemode' property change that will accompany the changeset. We could also make it explicit but this type of change is rare enough that it's probably good enough as-is. Test Plan: - Ran unit test, which previously failed and now passes. - Created a diff which replaces a file with a symlink, verified it rendered a little more sensibly. Reviewers: aravindn, dschleimer, jungejason, nh, tuomaspelkonen Reviewed By: nh CC: aran, goldshlager, nh Differential Revision: 1030 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
LICENSE | ||
README |
PROJECT STATUS: CAVEAT EMPTOR This is an unstable preview release. I'm open sourcing some of Facebook's internal tools, but they'll be unstable for at least a couple months. -epriestley WHAT IS ARCANIST? Arcanist is the CLI for Facebook's code review tool, Differential. Since Differential isn't released yet, it may not be terribly useful on its own.