summaryrefslogtreecommitdiffstats
path: root/test/fixtures/changesets.yml
blob: 10adc5d8f847431bdfdab37bdbcf40563258e072 (plain)
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
33
34
35
36
37
38
--- 
changesets_001: 
  commit_date: 2007-04-11
  committed_on: 2007-04-11 15:14:44 +02:00
  revision: 1
  id: 100
  comment: My very first commit
  repository_id: 10
  committer: dlopper
changesets_002: 
  commit_date: 2007-04-12
  committed_on: 2007-04-12 15:14:44 +02:00
  revision: 2
  id: 101
  comment: 'This commit fixes #1, #2 and references #3'
  repository_id: 10
  committer: dlopper
changesets_003: 
  commit_date: 2007-04-12
  committed_on: 2007-04-12 15:14:44 +02:00
  revision: 3
  id: 102
  comment: |-
    A commit with wrong issue ids
    IssueID 666 3
  repository_id: 10
  committer: dlopper
changesets_004: 
  commit_date: 2007-04-12
  committed_on: 2007-04-12 15:14:44 +02:00
  revision: 4
  id: 103
  comment: |-
    A commit with an issue id of an other project
    IssueID 4 2
  repository_id: 10
  committer: dlopper