Mercurial > hg > soundsoftware-site
annotate test/fixtures/.svn/text-base/changes.yml.svn-base @ 299:defe55be97b9 feature_73
Do not show external checkbox/field until the repo has been automatically populated
Pull external Hg as well as git and svn repos
Some textual changes
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 24 Mar 2011 15:48:36 +0000 |
parents | 513646585e45 |
children |
rev | line source |
---|---|
Chris@0 | 1 --- |
Chris@0 | 2 changes_001: |
Chris@0 | 3 id: 1 |
Chris@0 | 4 changeset_id: 100 |
Chris@0 | 5 action: A |
Chris@0 | 6 path: /test/some/path/in/the/repo |
Chris@0 | 7 from_path: |
Chris@0 | 8 from_revision: |
Chris@0 | 9 changes_002: |
Chris@0 | 10 id: 2 |
Chris@0 | 11 changeset_id: 100 |
Chris@0 | 12 action: A |
Chris@0 | 13 path: /test/some/path/elsewhere/in/the/repo |
Chris@0 | 14 from_path: |
Chris@0 | 15 from_revision: |
Chris@0 | 16 changes_003: |
Chris@0 | 17 id: 3 |
Chris@0 | 18 changeset_id: 101 |
Chris@0 | 19 action: M |
Chris@0 | 20 path: /test/some/path/in/the/repo |
Chris@0 | 21 from_path: |
Chris@0 | 22 from_revision: |
Chris@0 | 23 |