Page MenuHomePhabricator

diff of arc revise

Authored By
meitros
Sep 13 2015, 8:08 PM
Size
557 B
Referenced Files
None
Subscribers
None

diff of arc revise

> ../../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

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)

Event Timeline