equal
deleted
inserted
replaced
|
1 Source: mercurial-evolve |
|
2 Section: vcs |
|
3 Priority: optional |
|
4 Maintainer: Julien Cristau <julien.cristau@logilab.fr> |
|
5 Build-Depends: |
|
6 mercurial (>= 2.3~), |
|
7 mercurial-common (>= 2.3~), |
|
8 python, |
|
9 debhelper (>= 8), |
|
10 python-sphinx (>= 1.0.8), |
|
11 Python-Version: >= 2.6 |
|
12 Homepage: https://bitbucket.org/marmoute/mutable-history |
|
13 |
|
14 Package: mercurial-evolve |
|
15 Architecture: all |
|
16 Depends: |
|
17 ${python:Depends}, |
|
18 mercurial (>= 2.3~), |
|
19 Description: evolve extension for Mercurial |
|
20 This package provides the experimental "evolve" extension for the Mercurial |
|
21 DVCS. |
|
22 . |
|
23 This extension provides several commands to mutate history and deal with issues |
|
24 it may raise. |
|
25 . |
|
26 It also: |
|
27 - enables the "Changeset Obsolescence" feature of mercurial, |
|
28 - alters core command and extension that rewrite history to use this feature, |
|
29 - improves some aspects of the early implementation in Mercurial 2.3. |
|
30 . |
|
31 **These extensions are experimental and are not meant for production.** |
|
32 |
|
33 |