mr 1.04 source package in Ubuntu

Changelog

mr (1.04) unstable; urgency=low

  * Improve trust errors displayed while bootstrapping. Closes: #628234
  * Allow mr register to be used with mrconfig file that does not yet
    exist. Closes: #629217
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  20 Jun 2011 08:42:08 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Joey Hess
Architectures:
all
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
mr_1.04.tar.gz 35.1 KiB 752ea729cd85c86ef61db88fa2cbcf027fd4e7d18e2e797c4db651d76f4d7725
mr_1.04.dsc 1.4 KiB 417413ce49d4fefae52bdf36a96a3ef66f3cca4186e8d1ace21894e6088bf621

Available diffs

View changes file

Binary packages built by this source

mr: Multiple Repository management tool

 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, and
 fossil 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.