From 09496ad3469a0ade8dbd9a351e639b78f20b7942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 1 Mar 2008 03:02:31 +0100 Subject: Use hg status . rather than hg status to avoid extra stuff to snicker in. --- contrib/README.contrib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/README.contrib b/contrib/README.contrib index 6b2a58c1c..59863f12b 100644 --- a/contrib/README.contrib +++ b/contrib/README.contrib @@ -37,8 +37,8 @@ were added by FFmpeg upstream. A way to handle this is (assuming that you didn't try to compile xine-lib with the updated ffmpeg yet): cd ${xine-lib-checkout}/contrib/ffmpeg - hg status | egrep '^!' | cut -d ' ' -f 2 | xargs hg rm - hg status | egrep '^?' | cut -d ' ' -f 2 | xargs hg add + hg status . | egrep '^!' | cut -d ' ' -f 2 | xargs hg rm + hg status . | egrep '^?' | cut -d ' ' -f 2 | xargs hg add This should register the file changes that happened. -- cgit v1.2.3