Metadata-Version: 2.1
Name: pmr2.wfctrl
Version: 0.4.0
Summary: Workflow controller
Home-page: http://github.com/PMR/pmr2.wfctrl
Author: 
Author-email: 
License: gpl
Classifier: Programming Language :: Python
Provides-Extra: dulwich

Introduction
============

A basic and light-weight workspace manager for PMR.  While this package
will ultimately be usable as a general purpose library, for now features
are targetted for integration by the MAP client.

.. image:: https://github.com/PMR2/pmr2.wfctrl/actions/workflows/build.yml/badge.svg?branch=0.4.0
    :target: https://github.com/PMR2/pmr2.wfctrl/actions/workflows/build.yml?query=branch:0.4.0
.. image:: https://coveralls.io/repos/PMR2/pmr2.wfctrl/badge.svg?branch=0.4.0
    :target: https://coveralls.io/r/PMR2/pmr2.wfctrl?branch=0.4.0

Changelog
=========

0.4.0 - 2023-06-16
------------------

- Updated Dulwich support to use official release.
- Ensure that the workspace workflows will return the error code for the
  external tools and not just assume stderr output are errors.

0.3 - 2016-09-08
----------------

- Support the use of a custom fork of Dulwich for Git access.

0.2 - 2014-07-14
----------------

- Renaming to the standard top-level namespace for this group of
  packages.

0.1 - 2013-12-18
----------------

- Initial release.
- Core support for basic incremental workflow management using both git
  and mercurial.

