Package mr: Information

    Source package: mr
    Version: 1.20180726-alt1
    Build time:  Jul 28, 2018, 01:55 PM in the task #210863
    Report package bug
    License: GPLv2+
    Summary: A tool to manage all your version control repos
    Description: 
    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,
    fossil, and veracity repositories, and support for other version control
    systems can easily be added. (There are extensions adding support for unison
    and git-svn, among others.)
    
    It is extremely configurable via simple shell scripting. Some examples
    of things it can do include:
     * Update a repository no more frequently than once every twelve hours.
     * Run an arbitrary command before committing to a repository.
     * When updating a git repository, pull from two different upstreams
       and merge the two together.
     * Run several repository updates in parallel, greatly speeding up
       the update process.
     * Remember actions that failed due to a laptop being offline, so they
       can be retried when it comes back online.

    List of rpms provided by this srpm:
    mr (noarch)
    mr-webcheckout (noarch)

    Maintainer: Pavel Nakonechnyi


      1. perl-libwww
      2. perl-podlators

    Last changed


    July 28, 2018 Pavel Nakonechnyi 1.20180726-alt1
    - updated to 1.20180726 from git://myrepos.branchable.com/
    June 5, 2017 Pavel Nakonechnyi 1.20170129-alt1
    - updated to 1.20170129
    Nov. 1, 2016 Pavel Nakonechnyi 1.20160123-alt1
    - updated to 1.20160123
    - mr: create temporary file with '.mrconfig' suffix
    - mr: fix config parsing when '-c' and '-d' options are used
    - enabled webcheckout subpackage (thx Alexey Borisenkov)
    - spec cleanup and update