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

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

[Monotone-commits-diffs] org.debian.monotone: 6499accb41558301233f1b7f33


From: code
Subject: [Monotone-commits-diffs] org.debian.monotone: 6499accb41558301233f1b7f33e19e36ffe2c023
Date: Mon, 11 Mar 2013 21:54:07 +0100 (CET)

revision:            6499accb41558301233f1b7f33e19e36ffe2c023
date:                2009-11-14T18:42:58
author:              address@hidden
branch:              org.debian.monotone
changelog:
Backport upstream fix for 'mtn clone' documentation (closes: #555262)

manifest:
format_version "1"

new_manifest [2bd31dd16c2d81cc0bac36b941dedabe06c90ce0]

old_revision [9bc80873d04c180c2d8fa313533daa061e1702f2]

add_file "patches/00-upstream-fix-mtn-clone-doc.diff"
 content [29f73bfec7724ebc577ef0cce16c4ee667b3ba9d]

patch "changelog"
 from [dc6f69b46c86e66b36024d29e450a21640d6e9f1]
   to [6f1bcf0f23fb86e926740004802db6642de6e91b]

patch "patches/series"
 from [a9cedff979e581682473c4fbc9cc727893cfaa9a]
   to [a715c02b87cd9c960a1ff306d1a95726754026e5]
============================================================
--- changelog	dc6f69b46c86e66b36024d29e450a21640d6e9f1
+++ changelog	6f1bcf0f23fb86e926740004802db6642de6e91b
@@ -7,6 +7,7 @@ monotone (0.45-1) unstable; urgency=low
       (closes: #444153).
     - Incorporates 00-upstream-fix-shebang-for-bash-script.diff.
   * Bump version for automatic database migration in monotone-server.postinst.
+  * Backport upstream fix for 'mtn clone' documentation (closes: #555262).
   * Adjust LSB header in monotone-server.monotone.init per advice by
     Petter Reinholdtsen (closes: #542287).
   * New template translations:
============================================================
--- /dev/null	
+++ patches/00-upstream-fix-mtn-clone-doc.diff	29f73bfec7724ebc577ef0cce16c4ee667b3ba9d
@@ -0,0 +1,28 @@
+Upstream revision 6aed6fbf4545193e7ba71626dad0a4437784aaab, closes
+Debian bug #555652.
+#
+# patch "monotone.texi"
+#  from [7ca3e47a431d45e0b4053dac7507569bf55ab628]
+#    to [3d1dbfaa53dc2db48427325a0164d27637d7a712]
+#
+============================================================
+--- a/monotone.texi	7ca3e47a431d45e0b4053dac7507569bf55ab628
++++ b/monotone.texi	3d1dbfaa53dc2db48427325a0164d27637d7a712
+@@ -4692,14 +4692,15 @@ @section Tree
+ @emph{must} provide a @var{branchname}; monotone will attempt to infer
+ @var{id} as the unique head of @var{branchname} if it exists.
+ 
address@hidden mtn clone address@hidden @var{address} @var{directory}
address@hidden mtn clone @var{address}[:@var{port}] @var{branchname} address@hidden
+ 
+ The clone command is a helper command that performs the roles of a
+ number of other commands all at once.  Firstly, it constructs a new
+ database.  It then populates this database by @command{pull}ing any data
+ in the branch @var{branchname} from the remote database, @var{address}.
+ Finally, it copies the files out of the newly created database into a
+-local directory, just as @command{checkout} would.  The created
++local directory, just as @command{checkout} would.  If no @var{directory}
++is given, the @var{branchname} is used as directory.  The created
+ database is placed in the new workspace as @address@hidden/_MTN/mtn.db}.
+ 
+ @item mtn disapprove @var{id}
============================================================
--- patches/series	a9cedff979e581682473c4fbc9cc727893cfaa9a
+++ patches/series	a715c02b87cd9c960a1ff306d1a95726754026e5
@@ -1 +1,2 @@
+00-upstream-fix-mtn-clone-doc.diff
 90-stacktrace-on-crash.diff

reply via email to

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