~ubuntu-branches/ubuntu/wily/phabricator/wily

« back to all changes in this revision

Viewing changes to src/parser/__tests__/diff/hg-patch.hgdiff

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2014-11-01 23:20:06 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20141101232006-mvlnp0cil67tsboe
Tags: upstream-0~git20141101/arcanist
Import upstream version 0~git20141101, component arcanist

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Some meta information
 
2
Some
 
3
multiline comment
 
4
 
 
5
with empty strings.
 
6
 
 
7
diff -r b073ee763933 -r 36fbb0c6c48a vim_nix.rb
 
8
--- a/vim_nix.rb        Wed Jul 04 11:28:53 2012 +0400
 
9
+++ b/vim_nix.rb        Wed Jul 25 23:14:44 2012 +0400
 
10
@@ -11,6 +11,3 @@
 
11
   `sudo apt-get install vim-gtk`
 
12
 end
 
13
 
 
14
-File.delete( File.expand_path( "~/.vimrc" ) ) rescue
 
15
-File.link( "#{DirDropbox()}/cfg/vim/_vimrc", File.expand_path( "~/.vimrc" ) )
 
16
-