myrepos 1.20130826 source package in Ubuntu

Changelog

myrepos (1.20130826) unstable; urgency=low


  * Update of manpage and Suggests field for 'mr grep'.
    Closes: #720128

 -- Joey Hess <email address hidden>  Mon, 26 Aug 2013 12:32:39 -0400

Upload details

Uploaded by:
Joey Hess
Uploaded to:
Sid
Original maintainer:
Joey Hess
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
myrepos_1.20130826.dsc 1.5 KiB cf8750389628342f59d1b07fb02cbc3118cf46e9accab98e0e1b1293d3ce98bc
myrepos_1.20130826.tar.gz 41.6 KiB dfb32ecda44273528d465e37268343c6b57990e6601833c5ef9181bff4512f3e

Available diffs

No changes file available.

Binary packages built by this source

myrepos: 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,
 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.
  .
  This package also includes the webcheckout command.