diff options
Diffstat (limited to 'test/fixtures/changes.yml')
-rw-r--r-- | test/fixtures/changes.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/fixtures/changes.yml b/test/fixtures/changes.yml new file mode 100644 index 000000000..30acbd02d --- /dev/null +++ b/test/fixtures/changes.yml @@ -0,0 +1,16 @@ +---
+changes_001:
+ id: 1
+ changeset_id: 100
+ action: A
+ path: /test/some/path/in/the/repo
+ from_path:
+ from_revision:
+changes_002:
+ id: 2
+ changeset_id: 100
+ action: A
+ path: /test/some/path/elsewhere/in/the/repo
+ from_path:
+ from_revision:
+
\ No newline at end of file |