]> git.madduck.net Git - code/myrepos.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

renaming
authorJoey Hess <joey@kitenet.net>
Fri, 5 Jul 2013 18:12:24 +0000 (14:12 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 5 Jul 2013 18:12:24 +0000 (14:12 -0400)
README
debian/changelog
debian/control
debian/rules
mr
webcheckout

diff --git a/README b/README
index 58f967ad57bf964cc044cc447a56dd8f391b942a..750186dc616a761dc127f49468386b95ee009ebb 100644 (file)
--- a/README
+++ b/README
@@ -1,3 +1,5 @@
+myrepos, a tool to manage all your version control repos
+
 You have a lot of version control repositories. Sometimes you want to
 update them all at once. Or push out all your local changes. You use
 special command lines in some repositories to implement specific workflows.
index e86a142a5a1e11d2906bd82cf0e786d5e890d17c..7dae90948703baf0d2fe6be46098011f218d2874 100644 (file)
@@ -1,5 +1,7 @@
-mr (1.16) UNRELEASED; urgency=low
+myrepos (1.16) UNRELEASED; urgency=low
 
+  * The package is renamed to myrepos. It Provides mr, so can still be
+    installed by that name. The mr command is not renamed.
   * Add make install rule.
     Thanks, v4hn
 
index 7189dc4198b861a93e907e82015463df859c5322..c1b9233ebe410047aa481950df07fdaabf5b486a 100644 (file)
@@ -1,19 +1,20 @@
-Source: mr
+Source: myrepos
 Section: vcs
 Priority: optional
 Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.9.0)
 Maintainer: Joey Hess <joeyh@debian.org>
 Standards-Version: 3.9.3
-Homepage: http://joeyh.name/code/mr/
-Vcs-Git: git://git.kitenet.net/mr
+Homepage: http://myrepos.branchable.com/
+Vcs-Git: git://myrepos.branchable.com/
 
-Package: mr
+Package: myrepos
 Architecture: all
 Section: vcs
 Depends: ${misc:Depends}
 Suggests: subversion, git-core | git (>= 1:1.7), cvs, bzr, mercurial, darcs, fossil, vcsh, liburi-perl, curl
+Provides: mr
 Recommends: libwww-perl, libhtml-parser-perl, perl
-Description: Multiple Repository management tool
+Description: a tool to manage all your version control repos
  The mr(1) command can checkout, update, or perform other actions on
  a set of repositories as if they were one combined respository. It
  supports any combination of git, svn, mercurial, bzr, darcs, cvs, vcsh,
index d688d4baba447803dc05005f25b9dbe021d873ed..d1c5d97848909a5c13e89490ce421128f58d48f8 100755 (executable)
@@ -4,4 +4,4 @@
 
 # Not intended for use by anyone except the author.
 announcedir:
-       @echo ${HOME}/src/joeywiki/code/mr/news
+       @echo ${HOME}/src/myrepos/doc/news
diff --git a/mr b/mr
index 4d77368724111b651da54eb67fa91410072b6950..435fabbf77853205e631a35a57f21a40ab9f2755 100755 (executable)
--- a/mr
+++ b/mr
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-mr - a Multiple Repository management tool
+mr - a tool to manage all your version control repos
 
 =head1 SYNOPSIS
 
@@ -40,11 +40,11 @@ B<mr> [options] remember action [params ...]
 
 =head1 DESCRIPTION
 
-B<mr> is a Multiple Repository management tool. It can checkout, update, or
-perform other actions on a set of repositories as if they were one combined
-repository. It supports any combination of subversion, git, cvs, mercurial,
-bzr, darcs, fossil and veracity repositories, and support for other version
-control systems can easily be added.
+B<mr> is a tool to manage all your version control repos. It can checkout,
+update, or perform other actions on a set of repositories as if they were
+one combined repository. It supports any combination of subversion, git,
+cvs, mercurial, bzr, darcs, fossil and veracity repositories, and support
+for other version control systems can easily be added.
 
 B<mr> cds into and operates on all registered repositories at or below your
 working directory. Or, if you are in a subdirectory of a repository that
index 0c93eefcd8d10e41d9ba649438a353debe91f6b8..e48d9de34dd9ed6ecd2fe6d8fb824711edc31e54 100755 (executable)
@@ -61,7 +61,7 @@ Copyright 2009 Joey Hess <joey@kitenet.net>
 
 Licensed under the GNU GPL version 2 or higher.
 
-This program is included in mr <http://kitenet.net/~joey/code/mr/>
+This program is included in myrepos <http://myrepos.branchable.com/>
 
 =cut