Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F804046
diff of arc revise
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
meitros
Sep 13 2015, 8:08 PM
2015-09-13 20:08:37 (UTC+0)
Size
557 B
Referenced Files
None
Subscribers
None
diff of arc revise
View Options
> ../../arcanist/bin/arc revise
Amending commit message to reflect revision D552: Diff to test arc revise.
--- revise/indented_file
+++ Patched
@@ -1,5 +1,7 @@
def main():
- print "hello world!"
+ def sub_function():
+ print "hello world"
+ sub_function()
pass
main()
--- revise/indented_file_2
+++ Patched
@@ -1,4 +1,7 @@
def main():
+ """
+ prints hello world
+ """
print "hello world!"
pass
--- revise/fruits
+++ Patched
@@ -2,5 +2,5 @@
Orange
Banana
Pear
-Strawberry
+Strawberries
Cherry
Apply patches? [Y/n]
pass
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/yt/5q/mcxlpmxykjulm2wg
Default Alt Text
diff of arc revise (557 B)
Attached To
Mode
P1854 diff of arc revise
Attached
Detach File
Event Timeline
Log In to Comment