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 |