[PATCH] add xargs support to status

TK Soh teekaysoh at yahoo.com
Sat Aug 27 04:36:08 CDT 2005


--- Matt Mackall <mpm at selenic.com> wrote:
> On Sat, Aug 27, 2005 at 01:25:52AM -0700, TK Soh wrote:
> > # HG changeset patch
> > # User TK Soh <teekaysoh at yahoo.com>
> > # Node ID 194a18b7e904c83c8ef3ba6a0a7d262beff1ae7c
> > # Parent  05dc7aba22ebfc3d9b7dbc4002396f06203f9444
> > status: added option -p and -0 to assist xargs
> 
> Also applied, thanks.

My apology that I kept forgetting to update test-help. And here the update on
manpage.

# HG changeset patch
# User TK Soh <teekaysoh at yahoo.com>
# Node ID 6eb3fd394d1e6a58f273c32e47a72c6a8a06e66f
# Parent  194a18b7e904c83c8ef3ba6a0a7d262beff1ae7c
updated manpage for new options of status

diff -r 194a18b7e904 -r 6eb3fd394d1e doc/hg.1.txt
--- a/doc/hg.1.txt	Sat Aug 27 08:21:14 2005
+++ b/doc/hg.1.txt	Sat Aug 27 09:33:02 2005
@@ -414,6 +414,8 @@
     -a, --added          show only added files
     -r, --removed        show only removed files
     -u, --unknown        show only unknown (not tracked) files
+    -p, --strip          strip status prefix
+    -0, --print0         end filenames with NUL, for use with xargs
     -I, --include <pat>  include names matching the given patterns
     -X, --exclude <pat>  exclude names matching the given patterns
 



		
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 


More information about the Mercurial mailing list