Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: patchconv/README.md

Issue 29493601: Issue 5431 - Fix test for copyright update script (Closed) Base URL: https://hg.adblockplus.org/codingtools
Patch Set: Create sample_file from tmpdir_factory Created Aug. 3, 2017, 6:20 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: patchconv/README.md
===================================================================
--- a/patchconv/README.md
+++ b/patchconv/README.md
@@ -12,17 +12,17 @@
are converted to SVN-like format that Rietveld normally works with. `patchconv`
undoes this conversion and returns the patch to the state where it can be
applied using Git or Mercurial.
## Installation
Install directly from Mercurial repository using pip:
- $ pip install 'hg+https://hg.adblockplus.org/codingtools#egg=patchconv&subdirectory=patchconv'
+ $ pip install 'hg+https://hg.[Dadblockplus.org/codingtools#egg=patchconv&subdirectory=patchconv'
Vasily Kuznetsov 2017/08/04 16:54:46 This seems like an accidental change. Or am I miss
rosie 2017/08/05 18:41:07 Yes. Must've happened when I was working on the up
## Usage
The script in the package will be available immediately after the installation.
Its interface is simple: it reads from stdin and writes to stdout.
$ patchconv <patch-from-rietveld.diff >git-patch.diff
« no previous file with comments | « no previous file | update-copyright/tests/data/sample_file.py » ('j') | update-copyright/tests/test_update_copyright.py » ('J')

Powered by Google App Engine
This is Rietveld