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: 4cfa1e297359edda500b4cfe1f


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 4cfa1e297359edda500b4cfe1f4b8a7f53d0a513
Date: Sat, 5 Feb 2011 23:45:21 GMT

revision:            4cfa1e297359edda500b4cfe1f4b8a7f53d0a513
date:                2011-02-05T23:45:09
author:              address@hidden
branch:              net.venge.monotone
changelog:
* src/cmd.cc (manpage): fix the issue URL to point to the code forge
and prefix one URL with "www"

manifest:
format_version "1"

new_manifest [4fce72509c1fa267e91eb6dd0fe7b1d6f051048a]

old_revision [f5a9bc44759cabba9878cbd5d9cdb60b52b8519b]

patch "src/cmd.cc"
 from [a83ee4728d826c6d482f14f9515e3338a5f53caf]
   to [738af533e09611f04b922b5e9ab5f6eae894b918]
============================================================
--- src/cmd.cc	a83ee4728d826c6d482f14f9515e3338a5f53caf
+++ src/cmd.cc	738af533e09611f04b922b5e9ab5f6eae894b918
@@ -909,11 +909,11 @@ CMD_NO_WORKSPACE(manpage, "manpage", "",
 
   ss << man_section(_("See Also"));
   ss << (F("info %s and the documentation on %s")
-          % prog_name % man_bold("http://monotone.ca/docs")).str() << "\n";
+          % prog_name % man_bold("http://www.monotone.ca/docs")).str() << "\n";
 
   ss << man_section("Bugs");
   ss << (F("Please report bugs to %s.")
-          % man_bold("http://savannah.nongnu.org/bugs/?group=monotone")).str()<< "\n";
+          % man_bold("https://code.monotone.ca/p/monotone/issues")).str()<< "\n";
 
   ss << man_section("Authors");
   ss << _("monotone was written originally by Graydon Hoare "

reply via email to

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