comparison text/workflows.txt @ 116:7666e300f284

Added preliminary plan for a list of workflows.
author Arne Babenhauserheide <bab@draketo.de>
date Fri, 24 Apr 2009 10:33:29 +0200
parents ee4b04bac02c
children f3bf81b67f7b
comparison
equal deleted inserted replaced
115:8a603a9cbc04 116:7666e300f284
1 = Learning Mercurial in Workflows = 1 = Learning Mercurial in Workflows =
2
3 == Intro ==
2 4
3 With Mercurial you can use a multitude of different workflows. This page shows some of them, including their use cases. 5 With Mercurial you can use a multitude of different workflows. This page shows some of them, including their use cases.
4 6
5 It is intended to make it easier for you to create your own workflow. 7 It is intended to make it easier for you to create your own workflow.
6 8
20 22
21 * Complex Workflows, including collaborative patch development and similar. 23 * Complex Workflows, including collaborative patch development and similar.
22 24
23 * Smoothing workflows with extensions -> i.e. shelve before merging. 25 * Smoothing workflows with extensions -> i.e. shelve before merging.
24 26
27
28 Workflows:
29
30 * One-off patch submission
31 * Lone Developer
32 * ...
33
25 --> 34 -->
26 35
36 == Workflows ==
37
38 === One-off patch submission ===
39
40 ==== Use Case ====
41
42 ==== Requirements ====
43
44 ==== Flow ====
45
46 - local work
47 - sharing changes
48
49 == Lone Developer ==
50
51 ...