Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P1854
diff of arc revise
Active
Public
Actions
Authored by
meitros
on Sep 13 2015, 8:08 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Referenced Files
F804046: diff of arc revise
Sep 13 2015, 8:08 PM
2015-09-13 20:08:37 (UTC+0)
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
edited the content of this paste.
(Show Details)
Sep 13 2015, 8:08 PM
2015-09-13 20:08:37 (UTC+0)
meitros
changed the title of this paste from untitled to
diff of arc revise
.
meitros
updated the paste's language from
autodetect
to
autodetect
.
Log In to Comment