Page MenuHomePhabricator
Paste P1854

diff of arc revise
ActivePublic

Authored by meitros on Sep 13 2015, 8:08 PM.
Tags
None
Referenced Files
F804046: diff of arc revise
Sep 13 2015, 8:08 PM
Subscribers
None
> ../../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

Event Timeline

meitros changed the title of this paste from untitled to diff of arc revise.
meitros updated the paste's language from autodetect to autodetect.