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

update
authorJoey Hess <joey@kitenet.net>
Fri, 5 Jul 2013 18:07:08 +0000 (14:07 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 5 Jul 2013 18:07:08 +0000 (14:07 -0400)
README
doc/index.mdwn

diff --git a/README b/README
index e63ea808e6b5be9994d710b164efac6407ef1383..58f967ad57bf964cc044cc447a56dd8f391b942a 100644 (file)
--- a/README
+++ b/README
@@ -1,14 +1,19 @@
-mr is a Multiple Repository management tool for git, svn, mercurial, bzr,
-darcs, cvs, fossil and veracity.
+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.
+Myrepos provides a `mr` command, which is a tool to manage all your version
+control repositories.
+
+It supports git, svn, mercurial, bzr, darcs, cvs, fossil and veracity.
 
 Author: Joey Hess
 
 Author: Joey Hess
-Homepage: http://joeyh.name/code/mr/
+Homepage: http://myrepos.branchable.com/
 
 
-mr is intended to be very self-contained, since it might be useful to check
-it into ~/bin when keeping your home in version control. It has no
-dependencies aside from basic perl. (The included webcheckout command has
-more dependencies, specifically the LWP::Simple and HTML::Parser CPAN
-modules, and optionally the URI module.)
+The mr command is intended to be very self-contained, since it might be
+useful to check it into ~/bin when keeping your home in version control. It
+has no dependencies aside from basic perl. (The included webcheckout
+command has more dependencies, specifically the LWP::Simple and
+HTML::Parser CPAN modules, and optionally the URI module.)
 
 To install mr, just copy mr into your PATH somewhere.
 
 
 To install mr, just copy mr into your PATH somewhere.
 
@@ -23,4 +28,4 @@ each, run "mr commit". To check the status of each, you could run
 "mr status".
 
 For further details, and lots of configuration options, see the mr(1) man
 "mr status".
 
 For further details, and lots of configuration options, see the mr(1) man
-page.
+page or the website, http://myrepos.branchable.com/
index 1c8c81c711f4b06325cffa5937ffd982529321b9..93afde3770071f47c571590207173f67c972356c 100644 (file)
@@ -78,7 +78,7 @@ Some more examples of things it can do include:
 ## install
 
 `git clone git://myrepos.branchable.com/ myrepos`  
 ## install
 
 `git clone git://myrepos.branchable.com/ myrepos`  
-Or get it [from github]().
+Or get it [from github](https://github.com/joeyh/mr).
 
 It's a simple perl script, which can be copied anywhere to install.
 
 
 It's a simple perl script, which can be copied anywhere to install.