summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-03-01 03:02:31 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-03-01 03:02:31 +0100
commit09496ad3469a0ade8dbd9a351e639b78f20b7942 (patch)
tree92be3cb93ce2c85234cf76aee059edd322539d00
parentdf2107b51d969709c851b5cffe76cd0c9c2f4335 (diff)
downloadxine-lib-09496ad3469a0ade8dbd9a351e639b78f20b7942.tar.gz
xine-lib-09496ad3469a0ade8dbd9a351e639b78f20b7942.tar.bz2
Use hg status . rather than hg status to avoid extra stuff to snicker in.
-rw-r--r--contrib/README.contrib4
1 files 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.