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: d936d8b57b9d7f91b12dccf039


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: d936d8b57b9d7f91b12dccf0393571d5a4f0dfb9
Date: Tue, 22 Feb 2011 14:25:25 +0100 (CET)

revision:            d936d8b57b9d7f91b12dccf0393571d5a4f0dfb9
date:                2011-02-21T23:40:22
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone
changelog:
* extra/bin/mtn-cleanup.1: New manpage for the mtn-cleanup script.
* Makefile.am (man1_MANS): Add it here.

manifest:
format_version "1"

new_manifest [9d4274e7f955bcf80c5c31a76c426c09ae263a3b]

old_revision [929a68cba94945ced461581d7c9a80a037050fde]

add_file "extra/bin/mtn-cleanup.1"
 content [b898678b0775bf10a7428cfd8b52a4883edddbcc]

patch "Makefile.am"
 from [3ed4ef8a5b08b7c1e4bf6dc3fe0c9c41c40ff64f]
   to [a9f9379d9bdb196cc174abef4a16a02a865ab75e]
============================================================
--- Makefile.am	3ed4ef8a5b08b7c1e4bf6dc3fe0c9c41c40ff64f
+++ Makefile.am	a9f9379d9bdb196cc174abef4a16a02a865ab75e
@@ -831,7 +831,7 @@ distcheck-base.hh:
                        $(UNIX_PLATFORM_SOURCES) $(WIN32_PLATFORM_SOURCES) \
                        src/win32/main.cc src/unix/main.cc)
 
-man1_MANS = mtn.1
+man1_MANS = mtn.1 extra/bin/mtn-cleanup.1
 
 # All local variants of automake-supported targets here, depending on all
 # the things we want to do.  This is to support multiple things to do in
============================================================
--- /dev/null	
+++ extra/bin/mtn-cleanup.1	b898678b0775bf10a7428cfd8b52a4883edddbcc
@@ -0,0 +1,22 @@
+.TH "MTN-CLEANUP" 1 2011-02-22 monotone monotone
+.SH "NAME"
+mtn-cleanup \- generate shell variables from monotone workspace options
+.SH "SYNOPSIS"
+.B mtn-cleanup
+.br
+.SH "DESCRIPTION"
+.B mtn-cleanup
+returns a workspace to its pristine state with the minimum of change;
+missing files are restored, changed files are reverted and new files
+are removed.
+.SH "BUGS"
+.B mtn-cleanup
+doesn't look to see if the database happens to be somewhere in the
+workspace, and might therefore remove it.  Future version may take a
+look at
+.I _MTN/options
+to check for this possibility.
+.SH "SEE ALSO"
+.BR mtn (1),
+.SH "AUTHOR"
+Written by Anthony Edward Cooper <address@hidden>.

reply via email to

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