Mercurial > hgbook
view en/examples/mq.tutorial.qrefresh.out @ 167:e67251ac336f
Small portability change. "grep -P" doesn't work on Debian.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 27 Mar 2007 01:15:34 -0500 |
parents | 006bbad1f190 |
children | 00f69e8825c5 |
line wrap: on
line source
$ \textbf{echo 'line 2' >> file1} $ \textbf{hg diff} diff -r file1 @@ -1,1 +1,2 @@ line 1 line 1 +line 2 $ \textbf{hg qrefresh} $ \textbf{hg diff} $ \textbf{hg tip --style=compact --patch} 1[qtip,first.patch,tip,qbase] patch queue: first.patch diff -r -r file1 @@ -1,1 +1,2 @@ line 1 line 1 +line 2