monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: 854a497f9efde46ff86f7343a76


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 854a497f9efde46ff86f7343a769da6fb50d5385
Date: Sat, 16 Mar 2013 10:58:33 +0100 (CET)

revision:            854a497f9efde46ff86f7343a769da6fb50d5385
date:                2013-03-16T09:38:37
author:              address@hidden
branch:              net.venge.monotone
changelog:
* doc/monotone.texi (netsync uri): improve doc of patterns

manifest:
format_version "1"

new_manifest [1798ce77100a42563a4e5190b1f2a608a5045fe6]

old_revision [b34d9438297eda705f7e736983e2d7fdce46c394]

patch "doc/monotone.texi"
 from [2d2a1a9c79e57fffe52a876d912e71355524d91b]
   to [430c4f42443f49cfea8ed42f7cf46a7973fb8997]
============================================================
--- doc/monotone.texi	2d2a1a9c79e57fffe52a876d912e71355524d91b
+++ doc/monotone.texi	430c4f42443f49cfea8ed42f7cf46a7973fb8997
@@ -5729,6 +5729,15 @@ @section Network
 Branches matching a pattern are excluded if the pattern is preceded by
 '-', included otherwise.
 
+The syntax for patterns is very simple.  @code{*} matches 0 or more
+arbitrary characters.  @code{?} matches exactly 1 arbitrary character
+(you need to escape that as @code{%3F} in a URI). @address@hidden,@}}
+matches alternatives; @address@hidden,bar,address@hidden matches ``foo'', or
+``bar'', or ``baz''.  These can be combined arbitrarily.  A backslash
+(@code{\}) escapes these special characters, to match exactly that
+character; this might be useful in case someone, for some odd
+reason, decides to put a ``*'' into their branch name.
+
 Valid examples of URIs monotone accepts are:
 
 @smallexample
@@ -5736,6 +5745,7 @@ @section Network
 mtn://my.server:4690?my.branch
 mtn://my.server/project?my.other.branch*;-my.other.branch.test
 mtn://my.server/project?one.branch;-one.branch.test;another.branch;-another.branch.test
+mtn://my.server/project?{one.branch,another.branch};-{one.branch.test,another.branch.test}
 file:///path/to/database.mtn?my.branch
 ssh://joe@@my.server/~/db.mtn?joes.branch
 @end group
@@ -5815,15 +5825,6 @@ @section Network
 file.  This file can then be read to identify specific monotone server
 processes.
 
-The syntax for patterns is very simple.  @code{*} matches 0 or more
-arbitrary characters.  @code{?} matches exactly 1 arbitrary character
-(you need to escape that with @code{%3F} in a URI). @address@hidden,@}}
-matches alternatives; @address@hidden,bar,address@hidden matches ``foo'', or
-``bar'', or ``baz''.  These can be combined arbitrarily.  A backslash
-(@code{\}) escapes these special characters, to match exactly that
-character; this might be useful in case someone, for some odd
-reason, decides to put a ``*'' into their branch name.
-
 @anchor{mtn address@hidden mtn clone @var{uri} address@hidden address@hidden address@hidden
 @itemx mtn clone @var{address}[:@var{port}] @var{branchname} address@hidden @strong{deprecated}
 @command{clone} is a helper command that performs the roles of a

reply via email to

[Prev in Thread] Current Thread [Next in Thread]