Mercurial > public > mercurial-scm > hg
diff tests/test-diff-unified.t @ 23300:f8b5c3e77d4b
patch.trydiff: add support for noprefix
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Wed, 12 Nov 2014 23:50:21 -0800 |
parents | 1f510efcd5f3 |
children | 9a4ef1b18cae |
line wrap: on
line diff
--- a/tests/test-diff-unified.t Wed Nov 12 23:29:14 2014 -0800 +++ b/tests/test-diff-unified.t Wed Nov 12 23:50:21 2014 -0800 @@ -232,7 +232,7 @@ Git diff with noprefix $ hg --config diff.noprefix=True diff --git --nodates - diff --git a/f1 b/f 1 + diff --git f1 f 1 rename from f1 rename to f 1 --- f1 @@ -253,7 +253,7 @@ -a +b $ HGPLAIN=1 hg diff --git --noprefix --nodates - diff --git a/f1 b/f 1 + diff --git f1 f 1 rename from f1 rename to f 1 --- f1