/ Published in: Bash
Expand |
Embed | Plain Text
$ hg diff > a.patch $ hg diff -r1 > b.patch $ patch -p1 < a.patch
You need to login to post a comment.
$ hg diff > a.patch $ hg diff -r1 > b.patch $ patch -p1 < a.patch
You need to login to post a comment.