LOGIN / SIGN UP

/ test / fixtures / commits.yml

2 Commit: ec5e4b96d248616093bb7199a1d6ffe2ece90fc0
Author: Claes Nästén
Date: Wed Mar 03 19:48:58 +0100 2010
Subject: Continue working on #53, CommitSet introduced for grouping.
    Introduced CommitSet for Observerability, more tests and restructuring
    to handle this extra step.
Show file history
difference betwen
and
commits.yml
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
r1:
id: 1
revision: 1
repository: test
commit_set: repository1cs1
user: developer
commit_next: r2
commit_next_branch: r2
title: First commit
body: Body of the commit message here

r2:
id: 2
revision: 2
repository: test
commit_set: repository1cs1
user: developer
commit_prev: r2
commit_prev_branch: r2
commit_next: r3
commit_next_branch: r3
title: Second commit, without body

r3:
id: 3
revision: 3
repository: test
commit_set: repository1cs2
user: developer
commit_prev: r2
commit_prev_branch: r2
title: Third commit