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.
1 myrepos, a tool to manage all your version control repos
3 You have a lot of version control repositories. Sometimes you want to
4 update them all at once. Or push out all your local changes. You use
5 special command lines in some repositories to implement specific workflows.
6 Myrepos provides a `mr` command, which is a tool to manage all your version
9 It supports git, svn, mercurial, bzr, darcs, cvs, fossil and veracity.
12 Homepage: http://myrepos.branchable.com/
14 The mr command is intended to be very self-contained, since it might be
15 useful to check it into ~/bin when keeping your home in version control. It
16 has no dependencies aside from basic perl. (The included webcheckout
17 command has more dependencies, specifically the LWP::Simple and
18 HTML::Parser CPAN modules, and optionally the URI module.)
20 To install mr, just copy mr into your PATH somewhere.
22 To get started using mr, perhaps you already have some checked out
23 repositories. Go into each one and run "mr register". Now mr has
24 a list of them in ~/.mrconfig, which you can edit later to tune its
27 Suppose you've cd'd to ~/src, and it has many repositories under it.
28 To update them all, run "mr update". To commit any pending changes in
29 each, run "mr commit". To check the status of each, you could run
32 For further details, and lots of configuration options, see the mr(1) man
33 page or the website, http://myrepos.branchable.com/