rlaunchpadlib 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +22 -0
  3. data/.rspec +3 -0
  4. data/.travis.yml +4 -0
  5. data/Gemfile +4 -0
  6. data/LICENSE.txt +22 -0
  7. data/README.md +44 -0
  8. data/Rakefile +6 -0
  9. data/lib/rlaunchpadlib.rb +9 -0
  10. data/lib/rlaunchpadlib/client.rb +26 -0
  11. data/lib/rlaunchpadlib/person.rb +96 -0
  12. data/lib/rlaunchpadlib/project.rb +81 -0
  13. data/lib/rlaunchpadlib/project_group.rb +43 -0
  14. data/lib/rlaunchpadlib/version.rb +3 -0
  15. data/rlaunchpadlib.gemspec +28 -0
  16. data/spec/cassettes/client_get.yml +376 -0
  17. data/spec/cassettes/person.yml +80 -0
  18. data/spec/cassettes/person_archivesubscriptions.yml +52 -0
  19. data/spec/cassettes/person_branches.yml +822 -0
  20. data/spec/cassettes/person_bug_subscriber_packages.yml +48 -0
  21. data/spec/cassettes/person_bugs.yml +1088 -0
  22. data/spec/cassettes/person_merge_proposals.yml +101 -0
  23. data/spec/cassettes/person_requested_reviews.yml +180 -0
  24. data/spec/cassettes/project.yml +119 -0
  25. data/spec/cassettes/project_branches.yml +1931 -0
  26. data/spec/cassettes/project_bugs.yml +1027 -0
  27. data/spec/cassettes/project_group.yml +71 -0
  28. data/spec/cassettes/project_group_branches.yml +1985 -0
  29. data/spec/cassettes/project_group_bugs.yml +1068 -0
  30. data/spec/cassettes/project_group_merges.yml +317 -0
  31. data/spec/cassettes/project_merge_proposals.yml +1905 -0
  32. data/spec/cassettes/project_subscriptions.yml +48 -0
  33. data/spec/cassettes/project_timeline.yml +164 -0
  34. data/spec/rlaunchpadlib/lib/client_spec.rb +28 -0
  35. data/spec/rlaunchpadlib/lib/person_spec.rb +147 -0
  36. data/spec/rlaunchpadlib/lib/project_group_spec.rb +93 -0
  37. data/spec/rlaunchpadlib/lib/project_spec.rb +146 -0
  38. data/spec/spec_helper.rb +31 -0
  39. metadata +202 -0
@@ -0,0 +1,1027 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://api.launchpad.net/1.0/bzr/?ws.op=searchTasks
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ Date:
16
+ - Sun, 18 May 2014 18:14:22 GMT
17
+ Server:
18
+ - zope.server.http (HTTP)
19
+ X-Powered-By:
20
+ - Zope (www.zope.org), Python (www.python.org)
21
+ Content-Length:
22
+ - '91034'
23
+ X-Xss-Protection:
24
+ - 1; mode=block
25
+ X-Content-Type-Options:
26
+ - nosniff
27
+ Strict-Transport-Security:
28
+ - max-age=15552000
29
+ Vary:
30
+ - Accept,Accept-Encoding
31
+ X-Frame-Options:
32
+ - SAMEORIGIN
33
+ X-Lazr-Notifications:
34
+ - "[]"
35
+ Content-Type:
36
+ - application/json
37
+ X-Cache:
38
+ - MISS from nutmeg.canonical.com
39
+ X-Cache-Lookup:
40
+ - MISS from nutmeg.canonical.com:3128
41
+ Via:
42
+ - 1.0 nutmeg.canonical.com:3128 (squid/2.7.STABLE7)
43
+ body:
44
+ encoding: UTF-8
45
+ string: '{"total_size": 2099, "start": 0, "next_collection_link": "https://api.launchpad.net/1.0/bzr?ws.op=searchTasks\u0026ws.size=75\u0026memo=75\u0026ws.start=75",
46
+ "entries": [{"date_closed": null, "date_assigned": null, "title": "Bug #77744
47
+ in Bazaar: \"win32 bzr is confused by filename case changes\"", "bug_link":
48
+ "https://api.launchpad.net/1.0/bugs/77744", "bug_watch_link": null, "milestone_link":
49
+ null, "http_etag": "\"0ca0f526f16d270ef24a810d5c492f5f2c49e0c8-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
50
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
51
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
52
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
53
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/77744",
54
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
55
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/77744/related_tasks",
56
+ "date_confirmed": "2007-01-02T23:48:24.438728+00:00", "date_left_new": null,
57
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/77744", "owner_link": "https://api.launchpad.net/1.0/~pelzlpj",
58
+ "date_created": "2007-01-02T23:00:55.379586+00:00", "date_incomplete": null,
59
+ "is_complete": false}, {"date_closed": null, "date_assigned": "2012-02-20T12:07:01.963110+00:00",
60
+ "title": "Bug #81689 in Bazaar: \"Branches with symlinks can''t be checked
61
+ out on Windows\"", "bug_link": "https://api.launchpad.net/1.0/bugs/81689",
62
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"aec38487df516e7216a7c89e3a08fa2a3f493a9e-9ce01e7f16bc8603eb8d24940ce66557e4030f71\"",
63
+ "date_left_closed": "2009-05-12T15:07:05.860322+00:00", "date_fix_committed":
64
+ null, "date_fix_released": null, "date_in_progress": "2012-02-25T13:50:06.293632+00:00",
65
+ "resource_type_link": "https://api.launchpad.net/1.0/#bug_task", "status":
66
+ "In Progress", "bug_target_name": "bzr", "importance": "High", "assignee_link":
67
+ "https://api.launchpad.net/1.0/~parthm", "date_triaged": "2012-02-25T13:50:06.293632+00:00",
68
+ "self_link": "https://api.launchpad.net/1.0/bzr/+bug/81689", "target_link":
69
+ "https://api.launchpad.net/1.0/bzr", "bug_target_display_name": "Bazaar",
70
+ "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/81689/related_tasks",
71
+ "date_confirmed": "2009-05-28T21:37:02.720675+00:00", "date_left_new": "2009-05-28T21:37:02.720675+00:00",
72
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/81689", "owner_link": "https://api.launchpad.net/1.0/~nick-allen",
73
+ "date_created": "2007-01-26T15:49:29.051171+00:00", "date_incomplete": null,
74
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
75
+ "Bug #82555 in Bazaar: \"Merging to an empty branch doesn''t work\"", "bug_link":
76
+ "https://api.launchpad.net/1.0/bugs/82555", "bug_watch_link": null, "milestone_link":
77
+ null, "http_etag": "\"d40fbbb32ad901b5d0f311ae1eeb324842fa9fdd-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
78
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
79
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
80
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
81
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/82555",
82
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
83
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/82555/related_tasks",
84
+ "date_confirmed": "2008-03-09T01:16:53.210864+00:00", "date_left_new": null,
85
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/82555", "owner_link": "https://api.launchpad.net/1.0/~misc-hl",
86
+ "date_created": "2007-01-31T22:16:22.826591+00:00", "date_incomplete": null,
87
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
88
+ "Bug #98836 in Bazaar: \"[MASTER] \"OS locks must die\" - dirstate file write
89
+ locks exclude readers and limit portability\"", "bug_link": "https://api.launchpad.net/1.0/bugs/98836",
90
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"ada7bbe74b35645146bb2949aed3cbc1b3f99f33-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
91
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
92
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
93
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
94
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/98836",
95
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
96
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/98836/related_tasks",
97
+ "date_confirmed": "2007-03-30T02:36:00.683327+00:00", "date_left_new": null,
98
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/98836", "owner_link": "https://api.launchpad.net/1.0/~mbp",
99
+ "date_created": "2007-03-30T02:11:09.804081+00:00", "date_incomplete": null,
100
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
101
+ "Bug #109114 in Bazaar: \"[master] bzr holds whole files in memory; raises
102
+ MemoryError on large files\"", "bug_link": "https://api.launchpad.net/1.0/bugs/109114",
103
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"1ce7af035e745146762f27f54a7aef609b538659-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
104
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
105
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
106
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
107
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/109114",
108
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
109
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/109114/related_tasks",
110
+ "date_confirmed": "2007-04-23T01:35:32.077879+00:00", "date_left_new": null,
111
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/109114", "owner_link": "https://api.launchpad.net/1.0/~mbp",
112
+ "date_created": "2007-04-23T01:35:21.310608+00:00", "date_incomplete": null,
113
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
114
+ "Bug #120542 in Bazaar: \"bzr add allows versioning of same files twice due
115
+ to case-insensitive HFS+ filesystem on mac\"", "bug_link": "https://api.launchpad.net/1.0/bugs/120542",
116
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"7c04774fae47fd8580dd683b5a7ecbc772883da1-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
117
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
118
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
119
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
120
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/120542",
121
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
122
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/120542/related_tasks",
123
+ "date_confirmed": "2008-09-04T22:45:01.902554+00:00", "date_left_new": "2008-09-04T22:45:01.902554+00:00",
124
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/120542", "owner_link": "https://api.launchpad.net/1.0/~muffinresearch",
125
+ "date_created": "2007-06-15T09:35:57.763688+00:00", "date_incomplete": null,
126
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
127
+ "Bug #144300 in Bazaar: \"bzr log -r branch|ancestor attempt to fetch data
128
+ in a read only transaction\"", "bug_link": "https://api.launchpad.net/1.0/bugs/144300",
129
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"7e4376b27b80a1283a47700c906da904f27e79c4-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
130
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
131
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
132
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
133
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/144300",
134
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
135
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/144300/related_tasks",
136
+ "date_confirmed": "2007-09-23T21:15:12.589692+00:00", "date_left_new": null,
137
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/144300", "owner_link": "https://api.launchpad.net/1.0/~mathrick",
138
+ "date_created": "2007-09-23T20:53:29.605981+00:00", "date_incomplete": null,
139
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
140
+ "Bug #145813 in Bazaar: \"upgrade permits unusable options and then errors\"",
141
+ "bug_link": "https://api.launchpad.net/1.0/bugs/145813", "bug_watch_link":
142
+ null, "milestone_link": null, "http_etag": "\"394ea4588a5a24da5cacfba1554465d9092b4db6-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
143
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
144
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
145
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
146
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/145813",
147
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
148
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/145813/related_tasks",
149
+ "date_confirmed": "2008-11-26T06:45:43.814493+00:00", "date_left_new": "2008-11-26T06:45:43.814493+00:00",
150
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/145813", "owner_link": "https://api.launchpad.net/1.0/~james-w",
151
+ "date_created": "2007-09-27T21:09:05.686946+00:00", "date_incomplete": null,
152
+ "is_complete": false}, {"date_closed": null, "date_assigned": "2011-02-21T04:21:09.022816+00:00",
153
+ "title": "Bug #153787 in Bazaar: \"annotation is slow in 2a and pack repositories\"",
154
+ "bug_link": "https://api.launchpad.net/1.0/bugs/153787", "bug_watch_link":
155
+ null, "milestone_link": null, "http_etag": "\"033ddf99c333e1f0b2f6f406a37c91dffd866220-23f32239af3ee80c47d35dad89cd9efbc8233610\"",
156
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
157
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
158
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
159
+ "https://api.launchpad.net/1.0/~canonical-bazaar", "date_triaged": null, "self_link":
160
+ "https://api.launchpad.net/1.0/bzr/+bug/153787", "target_link": "https://api.launchpad.net/1.0/bzr",
161
+ "bug_target_display_name": "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/153787/related_tasks",
162
+ "date_confirmed": "2007-10-29T22:55:02.875004+00:00", "date_left_new": null,
163
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/153787", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
164
+ "date_created": "2007-10-18T02:27:07.842448+00:00", "date_incomplete": null,
165
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
166
+ "Bug #156091 in Bazaar: \"create_pack_from_packs should check that knit compression
167
+ parents are present\"", "bug_link": "https://api.launchpad.net/1.0/bugs/156091",
168
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"7f5aa4bd387c9e00f39a2cb7310bc6e68f8b7286-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
169
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
170
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
171
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
172
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/156091",
173
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
174
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/156091/related_tasks",
175
+ "date_confirmed": "2007-10-23T05:39:50.320402+00:00", "date_left_new": null,
176
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/156091", "owner_link": "https://api.launchpad.net/1.0/~mbp",
177
+ "date_created": "2007-10-23T05:09:07.100076+00:00", "date_incomplete": null,
178
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
179
+ "Bug #159103 in Bazaar: \"push from lightweight checkout to location with
180
+ bzrdir creates BranchReference\"", "bug_link": "https://api.launchpad.net/1.0/bugs/159103",
181
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"3c7e4c2b4e89eeda1fc98390d6170f9e0aaa7f77-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
182
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
183
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
184
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
185
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/159103",
186
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
187
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/159103/related_tasks",
188
+ "date_confirmed": "2011-01-15T18:59:58.669409+00:00", "date_left_new": "2008-11-26T07:13:01.826400+00:00",
189
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/159103", "owner_link": "https://api.launchpad.net/1.0/~jamesh",
190
+ "date_created": "2007-10-31T19:33:36.267091+00:00", "date_incomplete": null,
191
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
192
+ "Bug #164423 in Bazaar: \"test_fetch should be per-inter-repo\"", "bug_link":
193
+ "https://api.launchpad.net/1.0/bugs/164423", "bug_watch_link": null, "milestone_link":
194
+ null, "http_etag": "\"8c0e002db096f7c7de876d9ddc37f443e5ad50cf-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
195
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
196
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
197
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
198
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/164423",
199
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
200
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/164423/related_tasks",
201
+ "date_confirmed": "2007-11-21T22:30:15.679385+00:00", "date_left_new": null,
202
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/164423", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
203
+ "date_created": "2007-11-21T22:30:14.481342+00:00", "date_incomplete": null,
204
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
205
+ "Bug #165293 in Bazaar: \"collisions through uploading same-named .pack files
206
+ not handled correctly\"", "bug_link": "https://api.launchpad.net/1.0/bugs/165293",
207
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"17754d855937216a1e0cc71a753442dcc601a127-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
208
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
209
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
210
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
211
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/165293",
212
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
213
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/165293/related_tasks",
214
+ "date_confirmed": "2007-11-26T23:33:09.262938+00:00", "date_left_new": null,
215
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/165293", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
216
+ "date_created": "2007-11-26T23:33:08.780402+00:00", "date_incomplete": null,
217
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
218
+ "Bug #173002 in Bazaar: \"Branching from hpss doesn''t preserve non-repository
219
+ formats\"", "bug_link": "https://api.launchpad.net/1.0/bugs/173002", "bug_watch_link":
220
+ null, "milestone_link": null, "http_etag": "\"4d20ae79d36a402964ed0d5b2842084cc218730c-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
221
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
222
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
223
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
224
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/173002",
225
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
226
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/173002/related_tasks",
227
+ "date_confirmed": "2008-03-07T18:29:14.161419+00:00", "date_left_new": null,
228
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/173002", "owner_link": "https://api.launchpad.net/1.0/~spiv",
229
+ "date_created": "2007-11-30T08:22:40.026330+00:00", "date_incomplete": null,
230
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
231
+ "Bug #183156 in Bazaar: \"bzr branch uses too much RAM when not using a shared
232
+ repository\"", "bug_link": "https://api.launchpad.net/1.0/bugs/183156", "bug_watch_link":
233
+ null, "milestone_link": null, "http_etag": "\"5539d63eccba787d42af066aeae3e7fd561d5d99-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
234
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
235
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
236
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
237
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/183156",
238
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
239
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/183156/related_tasks",
240
+ "date_confirmed": "2008-01-15T22:34:14.068729+00:00", "date_left_new": null,
241
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/183156", "owner_link": "https://api.launchpad.net/1.0/~danilo",
242
+ "date_created": "2008-01-15T12:18:32.620729+00:00", "date_incomplete": null,
243
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
244
+ "Bug #189390 in Bazaar: \"Warn users when doing checkouts with read-only transports\"",
245
+ "bug_link": "https://api.launchpad.net/1.0/bugs/189390", "bug_watch_link":
246
+ null, "milestone_link": null, "http_etag": "\"d1de277d407aab1fcd541fa76c3b1f99395a1d89-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
247
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
248
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
249
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
250
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/189390",
251
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
252
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/189390/related_tasks",
253
+ "date_confirmed": "2008-03-06T12:07:46.633001+00:00", "date_left_new": null,
254
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/189390", "owner_link": "https://api.launchpad.net/1.0/~beuno",
255
+ "date_created": "2008-02-05T21:23:47.630212+00:00", "date_incomplete": null,
256
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
257
+ "Bug #195970 in Bazaar: \"bzr upgrade --rich-root-pack fails badly when upgrading
258
+ subtree\trepositories\"", "bug_link": "https://api.launchpad.net/1.0/bugs/195970",
259
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"b4e2c4790ce883335feeb3efeb3c3f387f848e72-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
260
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
261
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
262
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
263
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/195970",
264
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
265
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/195970/related_tasks",
266
+ "date_confirmed": "2008-07-29T11:14:38.340541+00:00", "date_left_new": "2008-07-29T11:14:38.340541+00:00",
267
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/195970", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
268
+ "date_created": "2008-02-27T00:54:08.417854+00:00", "date_incomplete": null,
269
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
270
+ "Bug #217134 in Bazaar: \"Break-lock: Bzr doesn''t accept my keystrokes to
271
+ allow it to continue\"", "bug_link": "https://api.launchpad.net/1.0/bugs/217134",
272
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"5ef6cdc1d5b03a8334dded178f3db576f2fe58ec-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
273
+ "date_left_closed": "2011-03-19T12:37:47.704668+00:00", "date_fix_committed":
274
+ null, "date_fix_released": null, "date_in_progress": null, "resource_type_link":
275
+ "https://api.launchpad.net/1.0/#bug_task", "status": "Confirmed", "bug_target_name":
276
+ "bzr", "importance": "High", "assignee_link": null, "date_triaged": null,
277
+ "self_link": "https://api.launchpad.net/1.0/bzr/+bug/217134", "target_link":
278
+ "https://api.launchpad.net/1.0/bzr", "bug_target_display_name": "Bazaar",
279
+ "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/217134/related_tasks",
280
+ "date_confirmed": "2011-03-19T12:37:47.704668+00:00", "date_left_new": "2008-09-05T10:17:26.778286+00:00",
281
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/217134", "owner_link": "https://api.launchpad.net/1.0/~craighewetson",
282
+ "date_created": "2008-04-14T07:19:16.070463+00:00", "date_incomplete": null,
283
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
284
+ "Bug #232113 in Bazaar: \"strange failure with LCA merge\"", "bug_link": "https://api.launchpad.net/1.0/bugs/232113",
285
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"c7b44d3587937541394f30b337c32255bf856123-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
286
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
287
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
288
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
289
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/232113",
290
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
291
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/232113/related_tasks",
292
+ "date_confirmed": "2009-01-27T17:24:12.250485+00:00", "date_left_new": "2008-09-04T18:24:34.267511+00:00",
293
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/232113", "owner_link": "https://api.launchpad.net/1.0/~statik",
294
+ "date_created": "2008-05-20T03:25:47.373407+00:00", "date_incomplete": null,
295
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
296
+ "Bug #238776 in Bazaar: \"Confusing error message if ssh login fails while
297
+ using lp url\"", "bug_link": "https://api.launchpad.net/1.0/bugs/238776",
298
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"244a81c383843505c459c71f23dfd4d5e745fdb7-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
299
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
300
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
301
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
302
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/238776",
303
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
304
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/238776/related_tasks",
305
+ "date_confirmed": "2008-06-16T11:51:30.150833+00:00", "date_left_new": "2008-06-16T11:51:30.150833+00:00",
306
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/238776", "owner_link": "https://api.launchpad.net/1.0/~rweir",
307
+ "date_created": "2008-06-10T06:32:34.244044+00:00", "date_incomplete": null,
308
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
309
+ "Bug #253745 in Bazaar: \"Fail to parse boundary if multiple Content-Type
310
+ headers are given\"", "bug_link": "https://api.launchpad.net/1.0/bugs/253745",
311
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"01b8571b05a1de17ac30a37b7048f5d3f249655b-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
312
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
313
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
314
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
315
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/253745",
316
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
317
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/253745/related_tasks",
318
+ "date_confirmed": "2008-07-31T18:57:25.341964+00:00", "date_left_new": "2008-07-31T18:57:25.341964+00:00",
319
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/253745", "owner_link": "https://api.launchpad.net/1.0/~jameinel",
320
+ "date_created": "2008-07-31T18:55:25.673118+00:00", "date_incomplete": null,
321
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
322
+ "Bug #268989 in Bazaar: \"diff output misleading when a file is deleted and
323
+ becomes the target of a rename\"", "bug_link": "https://api.launchpad.net/1.0/bugs/268989",
324
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"4b5b908f4734e1e211352e0131aa84c3910d1702-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
325
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
326
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
327
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
328
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/268989",
329
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
330
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/268989/related_tasks",
331
+ "date_confirmed": "2008-09-11T13:24:08.685036+00:00", "date_left_new": "2008-09-11T13:24:08.685036+00:00",
332
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/268989", "owner_link": "https://api.launchpad.net/1.0/~vila",
333
+ "date_created": "2008-09-11T13:23:51.324825+00:00", "date_incomplete": null,
334
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
335
+ "Bug #270267 in Bazaar: \"hooks fired by smart server can''t easily obtain
336
+ absolute path to branch on the server.\"", "bug_link": "https://api.launchpad.net/1.0/bugs/270267",
337
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"4cb29a14e6cc8263f3f1a450dacfee8d541d18bd-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
338
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
339
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
340
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
341
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/270267",
342
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
343
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/270267/related_tasks",
344
+ "date_confirmed": "2008-09-29T08:17:18.749934+00:00", "date_left_new": "2008-09-29T08:17:18.749934+00:00",
345
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/270267", "owner_link": "https://api.launchpad.net/1.0/~amanica",
346
+ "date_created": "2008-09-14T21:34:03.328979+00:00", "date_incomplete": null,
347
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
348
+ "Bug #276140 in Bazaar: \"bzr cat should look up file_id from the working
349
+ tree\"", "bug_link": "https://api.launchpad.net/1.0/bugs/276140", "bug_watch_link":
350
+ null, "milestone_link": null, "http_etag": "\"3accf415c8f09c4ac6eafc51aff1f9e0b07a9df8-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
351
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
352
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
353
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
354
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/276140",
355
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
356
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/276140/related_tasks",
357
+ "date_confirmed": "2008-09-29T23:46:51.651357+00:00", "date_left_new": "2008-09-29T23:46:51.651357+00:00",
358
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/276140", "owner_link": "https://api.launchpad.net/1.0/~mbp",
359
+ "date_created": "2008-09-29T23:45:51.181755+00:00", "date_incomplete": null,
360
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
361
+ "Bug #282941 in Bazaar: \"pull uses set_parent_trees\"", "bug_link": "https://api.launchpad.net/1.0/bugs/282941",
362
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"f7e16e8b5ec9d3326ba3c254efc2d7e503cb9b9b-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
363
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
364
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
365
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
366
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/282941",
367
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
368
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/282941/related_tasks",
369
+ "date_confirmed": "2008-10-13T23:21:17.975804+00:00", "date_left_new": "2008-10-13T23:21:17.975804+00:00",
370
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/282941", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
371
+ "date_created": "2008-10-13T23:21:16.147492+00:00", "date_incomplete": null,
372
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
373
+ "Bug #302698 in Bazaar: \"\"BzrCheckError: Internal check failed: Newly created
374
+ pack file \u003cbzrlib.repofmt.pack_repo.NewPack object at 0x2e23f90\u003e
375
+ has delta references to items not in its repository:\" on pushing a stacked
376
+ branch\"", "bug_link": "https://api.launchpad.net/1.0/bugs/302698", "bug_watch_link":
377
+ null, "milestone_link": null, "http_etag": "\"91d75cc5355af1d86fd7448678b9a59bc3810a02-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
378
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
379
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
380
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
381
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/302698",
382
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
383
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/302698/related_tasks",
384
+ "date_confirmed": "2008-11-27T06:06:20.401161+00:00", "date_left_new": "2008-11-27T06:06:20.401161+00:00",
385
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/302698", "owner_link": "https://api.launchpad.net/1.0/~mwhudson",
386
+ "date_created": "2008-11-27T04:52:21.746055+00:00", "date_incomplete": null,
387
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
388
+ "Bug #309309 in Bazaar: \"selftest can''t be run in a bound branch\"", "bug_link":
389
+ "https://api.launchpad.net/1.0/bugs/309309", "bug_watch_link": null, "milestone_link":
390
+ null, "http_etag": "\"947e1498caa096298257a534f6cfdc109705223f-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
391
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
392
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
393
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
394
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/309309",
395
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
396
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/309309/related_tasks",
397
+ "date_confirmed": "2009-09-17T20:01:46.243975+00:00", "date_left_new": "2009-09-17T20:01:46.243975+00:00",
398
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/309309", "owner_link": "https://api.launchpad.net/1.0/~vila",
399
+ "date_created": "2008-12-18T11:33:10.503829+00:00", "date_incomplete": null,
400
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
401
+ "Bug #317731 in Bazaar: \"ugly error message when dirstate lock is already
402
+ active\"", "bug_link": "https://api.launchpad.net/1.0/bugs/317731", "bug_watch_link":
403
+ null, "milestone_link": null, "http_etag": "\"a5f5bce0d994fbadc048feb542263862a43fac1b-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
404
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
405
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
406
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
407
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/317731",
408
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
409
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/317731/related_tasks",
410
+ "date_confirmed": "2009-03-03T04:26:49.791724+00:00", "date_left_new": "2009-03-03T04:26:49.791724+00:00",
411
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/317731", "owner_link": "https://api.launchpad.net/1.0/~bryce",
412
+ "date_created": "2009-01-16T02:13:37.518368+00:00", "date_incomplete": null,
413
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
414
+ "Bug #317732 in Bazaar: \"hard to do anything with backup.bzr on a remote
415
+ filesystem after upgrade\"", "bug_link": "https://api.launchpad.net/1.0/bugs/317732",
416
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"274b77fc905d34c959855687871241c9db94f36f-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
417
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
418
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
419
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
420
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/317732",
421
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
422
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/317732/related_tasks",
423
+ "date_confirmed": "2009-01-16T02:31:31.380367+00:00", "date_left_new": "2009-01-16T02:31:31.380367+00:00",
424
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/317732", "owner_link": "https://api.launchpad.net/1.0/~mbp",
425
+ "date_created": "2009-01-16T02:31:17.046840+00:00", "date_incomplete": null,
426
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
427
+ "Bug #318991 in Bazaar: \"BzrCheckError: Internal check failed: record_stream
428
+ refers to compression parents not in KnitVersionedFiles\"", "bug_link": "https://api.launchpad.net/1.0/bugs/318991",
429
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"cc9256df097d581ebea3234228607d35a5872463-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
430
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
431
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
432
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
433
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/318991",
434
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
435
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/318991/related_tasks",
436
+ "date_confirmed": "2009-01-26T01:09:12.122052+00:00", "date_left_new": "2009-01-26T01:09:12.122052+00:00",
437
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/318991", "owner_link": "https://api.launchpad.net/1.0/~bjg-gnu",
438
+ "date_created": "2009-01-19T22:24:41.491215+00:00", "date_incomplete": null,
439
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
440
+ "Bug #328146 in Bazaar: \"Pushing a branch to a launchpad project when it
441
+ can''t stack fails\"", "bug_link": "https://api.launchpad.net/1.0/bugs/328146",
442
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"00761c42017b6c11d29cf9c2d159f7916705ee77-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
443
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
444
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
445
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
446
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/328146",
447
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
448
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/328146/related_tasks",
449
+ "date_confirmed": "2009-04-21T13:21:00.080299+00:00", "date_left_new": "2009-04-21T13:21:00.080299+00:00",
450
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/328146", "owner_link": "https://api.launchpad.net/1.0/~spiv",
451
+ "date_created": "2009-02-11T22:53:27.948068+00:00", "date_incomplete": null,
452
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
453
+ "Bug #336618 in Bazaar: \"dirstate error (Unknown kind ''absent'') on merge/uncommit/merge
454
+ sequence\"", "bug_link": "https://api.launchpad.net/1.0/bugs/336618", "bug_watch_link":
455
+ null, "milestone_link": null, "http_etag": "\"0b2783e989c331b92743799475de3f3c0dbedaf8-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
456
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
457
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
458
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
459
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/336618",
460
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
461
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/336618/related_tasks",
462
+ "date_confirmed": "2009-06-22T09:37:44.320806+00:00", "date_left_new": "2009-06-22T09:37:44.320806+00:00",
463
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/336618", "owner_link": "https://api.launchpad.net/1.0/~skyr",
464
+ "date_created": "2009-03-02T10:40:40.760554+00:00", "date_incomplete": null,
465
+ "is_complete": false}, {"date_closed": null, "date_assigned": "2011-04-01T07:41:28.529850+00:00",
466
+ "title": "Bug #344013 in Bazaar: \"bzr resolve should automatically resolve
467
+ conflicted directory deletion\"", "bug_link": "https://api.launchpad.net/1.0/bugs/344013",
468
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"65a9c08ac93606e8acf7a2c42083f9b78130892d-62bbbaf0c9efcc3d5622104e54d91afe3d541e0e\"",
469
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
470
+ null, "date_in_progress": "2012-07-27T17:20:59.327960+00:00", "resource_type_link":
471
+ "https://api.launchpad.net/1.0/#bug_task", "status": "In Progress", "bug_target_name":
472
+ "bzr", "importance": "High", "assignee_link": "https://api.launchpad.net/1.0/~gz",
473
+ "date_triaged": "2012-07-27T17:20:59.327960+00:00", "self_link": "https://api.launchpad.net/1.0/bzr/+bug/344013",
474
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
475
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/344013/related_tasks",
476
+ "date_confirmed": "2009-03-17T01:07:08.754330+00:00", "date_left_new": "2009-03-17T01:07:08.754330+00:00",
477
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/344013", "owner_link": "https://api.launchpad.net/1.0/~mbp",
478
+ "date_created": "2009-03-17T01:03:34.673710+00:00", "date_incomplete": null,
479
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
480
+ "Bug #346895 in Bazaar: \"missing inventory - ERROR: bzrlib.errors.NoSuchRevision:
481
+ KnitPackRepository\"", "bug_link": "https://api.launchpad.net/1.0/bugs/346895",
482
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"ae7fcb0af85aabbbd36221ade2bfd78f1331a10a-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
483
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
484
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
485
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
486
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/346895",
487
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
488
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/346895/related_tasks",
489
+ "date_confirmed": "2009-06-16T04:49:54.736627+00:00", "date_left_new": "2009-06-16T04:49:54.736627+00:00",
490
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/346895", "owner_link": "https://api.launchpad.net/1.0/~theemstra",
491
+ "date_created": "2009-03-22T18:52:01.968470+00:00", "date_incomplete": null,
492
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
493
+ "Bug #356699 in Bazaar: \"not stacking when source branch doesn''t support
494
+ stacking, even though it states it will do\"", "bug_link": "https://api.launchpad.net/1.0/bugs/356699",
495
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"30ec207ab4014fefaac49e73996e1a76bb6f5687-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
496
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
497
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
498
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
499
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/356699",
500
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
501
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/356699/related_tasks",
502
+ "date_confirmed": "2009-05-07T23:06:51.296299+00:00", "date_left_new": "2009-05-07T23:06:51.296299+00:00",
503
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/356699", "owner_link": "https://api.launchpad.net/1.0/~james-w",
504
+ "date_created": "2009-04-06T23:45:57.951004+00:00", "date_incomplete": null,
505
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
506
+ "Bug #357818 in Bazaar: \"Commit by delta is broken with trees updated by
507
+ join\"", "bug_link": "https://api.launchpad.net/1.0/bugs/357818", "bug_watch_link":
508
+ null, "milestone_link": null, "http_etag": "\"4cdce94b447eb3eb5be9925e342fb324462f7bbb-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
509
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
510
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
511
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
512
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/357818",
513
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
514
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/357818/related_tasks",
515
+ "date_confirmed": "2009-04-08T16:29:40.500536+00:00", "date_left_new": "2009-04-08T16:29:40.500536+00:00",
516
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/357818", "owner_link": "https://api.launchpad.net/1.0/~abentley",
517
+ "date_created": "2009-04-08T16:29:12.754437+00:00", "date_incomplete": null,
518
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
519
+ "Bug #359020 in Bazaar: \"`bzr status subdir` does not show conflicts for
520
+ files in subdir\"", "bug_link": "https://api.launchpad.net/1.0/bugs/359020",
521
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"c87ca6e3be8a97acfe314d3bdd93908330cf9ae4-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
522
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
523
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
524
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
525
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/359020",
526
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
527
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/359020/related_tasks",
528
+ "date_confirmed": "2009-06-19T01:47:39.998058+00:00", "date_left_new": "2009-06-19T01:47:39.998058+00:00",
529
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/359020", "owner_link": "https://api.launchpad.net/1.0/~bialix",
530
+ "date_created": "2009-04-10T11:14:30.740010+00:00", "date_incomplete": null,
531
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
532
+ "Bug #364908 in Bazaar: \"server side ''progress'' / output\"", "bug_link":
533
+ "https://api.launchpad.net/1.0/bugs/364908", "bug_watch_link": null, "milestone_link":
534
+ null, "http_etag": "\"634d41c72c5488b2e8151661a4058aa09fc2de0b-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
535
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
536
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
537
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
538
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/364908",
539
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
540
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/364908/related_tasks",
541
+ "date_confirmed": "2009-06-16T06:53:10.821204+00:00", "date_left_new": "2009-06-16T06:53:10.821204+00:00",
542
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/364908", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
543
+ "date_created": "2009-04-21T23:33:10.124751+00:00", "date_incomplete": null,
544
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
545
+ "Bug #367545 in Bazaar: \"Huge memory usage for bzr branch/checkout\"", "bug_link":
546
+ "https://api.launchpad.net/1.0/bugs/367545", "bug_watch_link": null, "milestone_link":
547
+ null, "http_etag": "\"e12cf3def3e24413f647882790309fd4e9631736-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
548
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
549
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
550
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
551
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/367545",
552
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
553
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/367545/related_tasks",
554
+ "date_confirmed": "2011-11-16T04:15:32.992054+00:00", "date_left_new": "2009-08-28T02:44:49.271092+00:00",
555
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/367545", "owner_link": "https://api.launchpad.net/1.0/~knielsen",
556
+ "date_created": "2009-04-26T20:04:49.400765+00:00", "date_incomplete": null,
557
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
558
+ "Bug #368913 in Bazaar: \"bzr tries to stack on a new branch with stacking
559
+ policy pointing at .\"", "bug_link": "https://api.launchpad.net/1.0/bugs/368913",
560
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"0a22905713966d024da0e1f915c5194486c1856c-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
561
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
562
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
563
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
564
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/368913",
565
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
566
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/368913/related_tasks",
567
+ "date_confirmed": "2009-06-16T05:49:46.367584+00:00", "date_left_new": "2009-06-16T05:49:46.367584+00:00",
568
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/368913", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
569
+ "date_created": "2009-04-28T22:46:59.204437+00:00", "date_incomplete": null,
570
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
571
+ "Bug #370334 in Bazaar: \"Reverting a file conflicted from a pull loses changes\"",
572
+ "bug_link": "https://api.launchpad.net/1.0/bugs/370334", "bug_watch_link":
573
+ null, "milestone_link": null, "http_etag": "\"f5e28e28006b580a0155e2bad596d62dbc962b7f-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
574
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
575
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
576
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
577
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/370334",
578
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
579
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/370334/related_tasks",
580
+ "date_confirmed": "2009-05-01T13:25:33.052365+00:00", "date_left_new": "2009-05-01T13:25:33.052365+00:00",
581
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/370334", "owner_link": "https://api.launchpad.net/1.0/~wgrant",
582
+ "date_created": "2009-05-01T12:56:48.987144+00:00", "date_incomplete": null,
583
+ "is_complete": false}, {"date_closed": null, "date_assigned": "2012-07-29T22:53:04.365747+00:00",
584
+ "title": "Bug #373319 in Bazaar: \"mv --auto does not handle directory adds
585
+ mixed with the contents of a directory splitting in two: InconsistentDelta
586
+ error\"", "bug_link": "https://api.launchpad.net/1.0/bugs/373319", "bug_watch_link":
587
+ null, "milestone_link": null, "http_etag": "\"79eb6cdf8fcb1a3334359a1833fc9d9c2b3647e4-8c1f8550fa82fd0d60cb35571a07328936a73d32\"",
588
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
589
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
590
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
591
+ "https://api.launchpad.net/1.0/~mnn282", "date_triaged": null, "self_link":
592
+ "https://api.launchpad.net/1.0/bzr/+bug/373319", "target_link": "https://api.launchpad.net/1.0/bzr",
593
+ "bug_target_display_name": "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/373319/related_tasks",
594
+ "date_confirmed": "2009-09-28T08:36:54.486751+00:00", "date_left_new": "2009-06-22T03:48:10.885832+00:00",
595
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/373319", "owner_link": "https://api.launchpad.net/1.0/~fjalvingh",
596
+ "date_created": "2009-05-07T15:31:09.192607+00:00", "date_incomplete": null,
597
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
598
+ "Bug #374605 in Bazaar: \"way for plugins to present non InternalError from
599
+ hpss\"", "bug_link": "https://api.launchpad.net/1.0/bugs/374605", "bug_watch_link":
600
+ null, "milestone_link": null, "http_etag": "\"ac55b92700c6217975f72b767d47e3ae9af58bb2-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
601
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
602
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
603
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
604
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/374605",
605
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
606
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/374605/related_tasks",
607
+ "date_confirmed": "2009-05-10T20:51:23.791539+00:00", "date_left_new": "2009-05-10T20:51:23.791539+00:00",
608
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/374605", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
609
+ "date_created": "2009-05-10T20:50:52.617544+00:00", "date_incomplete": null,
610
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
611
+ "Bug #376274 in Bazaar: \"push creating wrong format\"", "bug_link": "https://api.launchpad.net/1.0/bugs/376274",
612
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"885da1f08da92a2e12f488c4e17003818bbc4ac5-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
613
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
614
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
615
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
616
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/376274",
617
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
618
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/376274/related_tasks",
619
+ "date_confirmed": "2009-05-14T00:21:11.241298+00:00", "date_left_new": "2009-05-14T00:21:11.241298+00:00",
620
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/376274", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
621
+ "date_created": "2009-05-14T00:21:10.439090+00:00", "date_incomplete": null,
622
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
623
+ "Bug #376895 in Bazaar: \"HPSS cannot rename-over packs on win32\"", "bug_link":
624
+ "https://api.launchpad.net/1.0/bugs/376895", "bug_watch_link": null, "milestone_link":
625
+ null, "http_etag": "\"4956a4fc50306a448bd866ff1e00559f7548699b-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
626
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
627
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
628
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
629
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/376895",
630
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
631
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/376895/related_tasks",
632
+ "date_confirmed": "2009-06-16T06:36:43.601380+00:00", "date_left_new": "2009-06-16T06:36:43.601380+00:00",
633
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/376895", "owner_link": "https://api.launchpad.net/1.0/~adrian-wilkins",
634
+ "date_created": "2009-05-15T11:26:36.749241+00:00", "date_incomplete": null,
635
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
636
+ "Bug #377261 in Bazaar: \"\"AssertionError: name u''COMPILING'' already in
637
+ parent\" in _generate_inventory when running \"bzr update\"\"", "bug_link":
638
+ "https://api.launchpad.net/1.0/bugs/377261", "bug_watch_link": null, "milestone_link":
639
+ null, "http_etag": "\"e54195925513416d47fc7f5f9dda82ac8648309f-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
640
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
641
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
642
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
643
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/377261",
644
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
645
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/377261/related_tasks",
646
+ "date_confirmed": "2009-06-27T01:35:00.865885+00:00", "date_left_new": "2009-06-16T06:47:10.069724+00:00",
647
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/377261", "owner_link": "https://api.launchpad.net/1.0/~pknight-dev",
648
+ "date_created": "2009-05-16T13:33:58.791881+00:00", "date_incomplete": null,
649
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
650
+ "Bug #385054 in Bazaar: \"check: Missing key in get_sha1s\"", "bug_link":
651
+ "https://api.launchpad.net/1.0/bugs/385054", "bug_watch_link": null, "milestone_link":
652
+ null, "http_etag": "\"8293c3ecdb18f96b643b17b40e0e30d432ada936-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
653
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
654
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
655
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
656
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/385054",
657
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
658
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/385054/related_tasks",
659
+ "date_confirmed": "2009-06-16T04:43:23.507137+00:00", "date_left_new": "2009-06-16T04:43:23.507137+00:00",
660
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/385054", "owner_link": "https://api.launchpad.net/1.0/~mnordhoff",
661
+ "date_created": "2009-06-09T04:40:07.367836+00:00", "date_incomplete": null,
662
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
663
+ "Bug #386227 in Bazaar: \"chk_bytes not self describing\"", "bug_link": "https://api.launchpad.net/1.0/bugs/386227",
664
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"b1878dcc7c60010e8e3db067448a72cb9714bb57-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
665
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
666
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
667
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
668
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/386227",
669
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
670
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/386227/related_tasks",
671
+ "date_confirmed": "2009-06-12T06:45:07.005536+00:00", "date_left_new": "2009-06-12T06:45:07.005536+00:00",
672
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/386227", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
673
+ "date_created": "2009-06-12T06:45:06.845681+00:00", "date_incomplete": null,
674
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
675
+ "Bug #389396 in Bazaar: \"bzr resolved does not resolve shape conflicts\"",
676
+ "bug_link": "https://api.launchpad.net/1.0/bugs/389396", "bug_watch_link":
677
+ null, "milestone_link": null, "http_etag": "\"2198ebe03bfa144334cb0c326a5305381e9fd447-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
678
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
679
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
680
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
681
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/389396",
682
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
683
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/389396/related_tasks",
684
+ "date_confirmed": "2009-06-19T09:33:47.258363+00:00", "date_left_new": "2009-06-19T09:33:47.258363+00:00",
685
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/389396", "owner_link": "https://api.launchpad.net/1.0/~ernst-blaauw",
686
+ "date_created": "2009-06-19T09:03:54.876245+00:00", "date_incomplete": null,
687
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
688
+ "Bug #390431 in Bazaar: \"Default stacking fails when branch being pushed
689
+ is format 6\"", "bug_link": "https://api.launchpad.net/1.0/bugs/390431", "bug_watch_link":
690
+ null, "milestone_link": null, "http_etag": "\"08f5514fd8b7a3a9956ab9352b55f0e415b597e0-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
691
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
692
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
693
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
694
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/390431",
695
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
696
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/390431/related_tasks",
697
+ "date_confirmed": "2009-06-22T01:39:43.876351+00:00", "date_left_new": "2009-06-22T01:39:43.876351+00:00",
698
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/390431", "owner_link": "https://api.launchpad.net/1.0/~jml",
699
+ "date_created": "2009-06-22T01:39:43.475234+00:00", "date_incomplete": null,
700
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
701
+ "Bug #390445 in Bazaar: \"test isolation error in remote tests\"", "bug_link":
702
+ "https://api.launchpad.net/1.0/bugs/390445", "bug_watch_link": null, "milestone_link":
703
+ null, "http_etag": "\"765e95266deb3f78054e70f09cd8e97836ac76da-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
704
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
705
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
706
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
707
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/390445",
708
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
709
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/390445/related_tasks",
710
+ "date_confirmed": "2009-06-22T02:15:11.605051+00:00", "date_left_new": "2009-06-22T02:15:11.605051+00:00",
711
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/390445", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
712
+ "date_created": "2009-06-22T02:15:10.645509+00:00", "date_incomplete": null,
713
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
714
+ "Bug #390951 in Bazaar: \"Revision not present errors due to push creating
715
+ stacked 2a repositories with format 6 (unstacked) branches\"", "bug_link":
716
+ "https://api.launchpad.net/1.0/bugs/390951", "bug_watch_link": null, "milestone_link":
717
+ null, "http_etag": "\"2b7ebcfe3e0df1ad57b95b9fa910bf95c1c251a5-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
718
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
719
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
720
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
721
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/390951",
722
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
723
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/390951/related_tasks",
724
+ "date_confirmed": "2009-06-24T00:01:12.966339+00:00", "date_left_new": "2009-06-24T00:01:12.966339+00:00",
725
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/390951", "owner_link": "https://api.launchpad.net/1.0/~thumper",
726
+ "date_created": "2009-06-23T04:01:34.153937+00:00", "date_incomplete": null,
727
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
728
+ "Bug #391405 in Bazaar: \"want an option to force stacking or not when creating
729
+ a branch\"", "bug_link": "https://api.launchpad.net/1.0/bugs/391405", "bug_watch_link":
730
+ null, "milestone_link": null, "http_etag": "\"d0dd7b714d28d6485c137e27902c46641d6c6138-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
731
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
732
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
733
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
734
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/391405",
735
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
736
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/391405/related_tasks",
737
+ "date_confirmed": "2009-06-24T00:04:06.603112+00:00", "date_left_new": "2009-06-24T00:04:06.603112+00:00",
738
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/391405", "owner_link": "https://api.launchpad.net/1.0/~mbp",
739
+ "date_created": "2009-06-24T00:04:05.685298+00:00", "date_incomplete": null,
740
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
741
+ "Bug #395731 in Bazaar: \"Need a way to set content-filtering rules across
742
+ the project\"", "bug_link": "https://api.launchpad.net/1.0/bugs/395731", "bug_watch_link":
743
+ null, "milestone_link": null, "http_etag": "\"ae17203096b5c6b08f4037d0f463db8cf9174c36-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
744
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
745
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
746
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
747
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/395731",
748
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
749
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/395731/related_tasks",
750
+ "date_confirmed": "2009-08-25T06:50:04.497215+00:00", "date_left_new": "2009-08-25T06:50:04.497215+00:00",
751
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/395731", "owner_link": "https://api.launchpad.net/1.0/~fjalvingh",
752
+ "date_created": "2009-07-05T12:04:17.273170+00:00", "date_incomplete": null,
753
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
754
+ "Bug #397183 in Bazaar: \"bzr branch fetches way too much data with stacked
755
+ branches\"", "bug_link": "https://api.launchpad.net/1.0/bugs/397183", "bug_watch_link":
756
+ null, "milestone_link": null, "http_etag": "\"c54ef853aca12f1056b4992981d9e6a9295b2452-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
757
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
758
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
759
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
760
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/397183",
761
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
762
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/397183/related_tasks",
763
+ "date_confirmed": "2009-07-08T21:20:47.396305+00:00", "date_left_new": "2009-07-08T21:20:47.396305+00:00",
764
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/397183", "owner_link": "https://api.launchpad.net/1.0/~abentley",
765
+ "date_created": "2009-07-08T21:20:26.202956+00:00", "date_incomplete": null,
766
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
767
+ "Bug #397286 in Bazaar: \"fetch(find_ghosts=True) may not find all CHKMap
768
+ pages\"", "bug_link": "https://api.launchpad.net/1.0/bugs/397286", "bug_watch_link":
769
+ null, "milestone_link": null, "http_etag": "\"dbb36af3ab7ab06f677d1daf8a834a9842d7be5b-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
770
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
771
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
772
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
773
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/397286",
774
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
775
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/397286/related_tasks",
776
+ "date_confirmed": "2009-07-09T05:45:05.444384+00:00", "date_left_new": "2009-07-09T05:45:05.444384+00:00",
777
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/397286", "owner_link": "https://api.launchpad.net/1.0/~mbp",
778
+ "date_created": "2009-07-09T05:45:04.578521+00:00", "date_incomplete": null,
779
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
780
+ "Bug #398199 in Bazaar: \"Error: Length of base must be equal or exceed the
781
+ platform minimum url length\"", "bug_link": "https://api.launchpad.net/1.0/bugs/398199",
782
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"f81a85115311faf84406e681496712312c3cb71c-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
783
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
784
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
785
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
786
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/398199",
787
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
788
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/398199/related_tasks",
789
+ "date_confirmed": "2009-07-16T09:20:01.766356+00:00", "date_left_new": "2009-07-16T09:20:01.766356+00:00",
790
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/398199", "owner_link": "https://api.launchpad.net/1.0/~luciusf",
791
+ "date_created": "2009-07-11T16:00:52.614462+00:00", "date_incomplete": null,
792
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
793
+ "Bug #402656 in Bazaar: \"revision texts do not seem to be properly combined
794
+ into groups\"", "bug_link": "https://api.launchpad.net/1.0/bugs/402656", "bug_watch_link":
795
+ null, "milestone_link": null, "http_etag": "\"3cabf3f19f09cab7ed9f6ddf7b817a3c1b66dccb-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
796
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
797
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
798
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
799
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/402656",
800
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
801
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/402656/related_tasks",
802
+ "date_confirmed": "2009-07-21T18:15:40.089324+00:00", "date_left_new": "2009-07-21T18:15:40.089324+00:00",
803
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/402656", "owner_link": "https://api.launchpad.net/1.0/~jameinel",
804
+ "date_created": "2009-07-21T18:15:39.593314+00:00", "date_incomplete": null,
805
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
806
+ "Bug #402662 in Bazaar: \"chk groups possibly need more clustering\"", "bug_link":
807
+ "https://api.launchpad.net/1.0/bugs/402662", "bug_watch_link": null, "milestone_link":
808
+ null, "http_etag": "\"424e39e829f1748c3913101e9de9ba256ed89ac7-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
809
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
810
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
811
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
812
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/402662",
813
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
814
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/402662/related_tasks",
815
+ "date_confirmed": "2009-07-21T18:32:50.949024+00:00", "date_left_new": "2009-07-21T18:32:50.949024+00:00",
816
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/402662", "owner_link": "https://api.launchpad.net/1.0/~jameinel",
817
+ "date_created": "2009-07-21T18:32:50.073649+00:00", "date_incomplete": null,
818
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
819
+ "Bug #402814 in Bazaar: \"Importing revisions with submodules is not supported\"",
820
+ "bug_link": "https://api.launchpad.net/1.0/bugs/402814", "bug_watch_link":
821
+ null, "milestone_link": null, "http_etag": "\"e14e576c11b462711e975f0de344246e2dd12b5a-cafa6df64c895b824b84dff2a0e1ada3947d432a\"",
822
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
823
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
824
+ "status": "Triaged", "bug_target_name": "bzr", "importance": "High", "assignee_link":
825
+ null, "date_triaged": "2012-01-24T15:35:29.829709+00:00", "self_link": "https://api.launchpad.net/1.0/bzr/+bug/402814",
826
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
827
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/402814/related_tasks",
828
+ "date_confirmed": "2009-09-11T16:45:46.015740+00:00", "date_left_new": "2009-09-11T16:45:46.015740+00:00",
829
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/402814", "owner_link": "https://api.launchpad.net/1.0/~jelmer",
830
+ "date_created": "2009-09-11T16:45:02.312860+00:00", "date_incomplete": null,
831
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
832
+ "Bug #406100 in Bazaar: \"shelve appears to ignore mode changes\"", "bug_link":
833
+ "https://api.launchpad.net/1.0/bugs/406100", "bug_watch_link": null, "milestone_link":
834
+ null, "http_etag": "\"cffeca2d4f2711678648c62c6a23afa0de43281d-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
835
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
836
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
837
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
838
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/406100",
839
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
840
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/406100/related_tasks",
841
+ "date_confirmed": "2009-07-29T01:45:16.038338+00:00", "date_left_new": "2009-07-29T01:45:16.038338+00:00",
842
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/406100", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
843
+ "date_created": "2009-07-29T01:45:15.298144+00:00", "date_incomplete": null,
844
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
845
+ "Bug #407550 in Bazaar: \"get_file_with_stat performs read() when filters
846
+ in use\"", "bug_link": "https://api.launchpad.net/1.0/bugs/407550", "bug_watch_link":
847
+ null, "milestone_link": null, "http_etag": "\"c1338d70aee78b4ab2757c9e076e2bd0254b7b8e-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
848
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
849
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
850
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
851
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/407550",
852
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
853
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/407550/related_tasks",
854
+ "date_confirmed": "2009-08-01T00:12:08.515692+00:00", "date_left_new": "2009-08-01T00:12:08.515692+00:00",
855
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/407550", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
856
+ "date_created": "2009-08-01T00:12:07.789809+00:00", "date_incomplete": null,
857
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
858
+ "Bug #412021 in Bazaar: \"Unable to rename a file with ''mv'' if a file exists
859
+ with the same spelling, but different capitalisation\"", "bug_link": "https://api.launchpad.net/1.0/bugs/412021",
860
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"993f918a5fcd81335463d717ac3deb4307cd7f0b-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
861
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
862
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
863
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
864
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/412021",
865
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
866
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/412021/related_tasks",
867
+ "date_confirmed": "2009-09-15T07:55:50.250124+00:00", "date_left_new": "2009-09-15T07:55:50.250124+00:00",
868
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/412021", "owner_link": "https://api.launchpad.net/1.0/~cmsj",
869
+ "date_created": "2009-08-11T15:52:59.159543+00:00", "date_incomplete": null,
870
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
871
+ "Bug #413430 in Bazaar: \"ShortReadvError on index file\"", "bug_link": "https://api.launchpad.net/1.0/bugs/413430",
872
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"6c2b3b4c90ccd380fe9ef727c3eaa315d55f7ad1-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
873
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
874
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
875
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
876
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/413430",
877
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
878
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/413430/related_tasks",
879
+ "date_confirmed": "2011-01-27T02:04:17.024639+00:00", "date_left_new": "2009-08-14T07:28:04.807192+00:00",
880
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/413430", "owner_link": "https://api.launchpad.net/1.0/~dbm-refined-audiometrics",
881
+ "date_created": "2009-08-14T06:45:06.474871+00:00", "date_incomplete": null,
882
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
883
+ "Bug #415212 in Bazaar: \"no test for CHKRepository concurrent packs\"", "bug_link":
884
+ "https://api.launchpad.net/1.0/bugs/415212", "bug_watch_link": null, "milestone_link":
885
+ null, "http_etag": "\"f52610da184b4d3df80baf6d2bda6d9da32c7b24-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
886
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
887
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
888
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
889
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/415212",
890
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
891
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/415212/related_tasks",
892
+ "date_confirmed": "2009-08-18T07:00:24.217380+00:00", "date_left_new": "2009-08-18T07:00:24.217380+00:00",
893
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/415212", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
894
+ "date_created": "2009-08-18T07:00:23.443461+00:00", "date_incomplete": null,
895
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
896
+ "Bug #416990 in Bazaar: \"Memory usage of codehosting processes is excessive\"",
897
+ "bug_link": "https://api.launchpad.net/1.0/bugs/416990", "bug_watch_link":
898
+ null, "milestone_link": null, "http_etag": "\"168e02c00acbccd20c85690e52721f591d393a21-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
899
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
900
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
901
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
902
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/416990",
903
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
904
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/416990/related_tasks",
905
+ "date_confirmed": "2009-08-26T04:51:08.854262+00:00", "date_left_new": "2009-08-26T04:51:08.854262+00:00",
906
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/416990", "owner_link": "https://api.launchpad.net/1.0/~mthaddon",
907
+ "date_created": "2009-08-21T19:21:44.582778+00:00", "date_incomplete": null,
908
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
909
+ "Bug #418458 in Bazaar: \"content filtering needs integration tests\"", "bug_link":
910
+ "https://api.launchpad.net/1.0/bugs/418458", "bug_watch_link": null, "milestone_link":
911
+ null, "http_etag": "\"9b36334bfef480c31b0d192c35edec023a32a1d5-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
912
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
913
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
914
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
915
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/418458",
916
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
917
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/418458/related_tasks",
918
+ "date_confirmed": "2009-08-25T06:48:31.941848+00:00", "date_left_new": "2009-08-25T06:48:31.941848+00:00",
919
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/418458", "owner_link": "https://api.launchpad.net/1.0/~mbp",
920
+ "date_created": "2009-08-25T06:48:31.200803+00:00", "date_incomplete": null,
921
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
922
+ "Bug #418929 in Bazaar: \"merge_inner bug causes wrong merges\"", "bug_link":
923
+ "https://api.launchpad.net/1.0/bugs/418929", "bug_watch_link": null, "milestone_link":
924
+ null, "http_etag": "\"636ed85e1e138712089c2af9ab44cab0c91f34aa-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
925
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
926
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
927
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
928
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/418929",
929
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
930
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/418929/related_tasks",
931
+ "date_confirmed": "2009-08-25T23:24:09.497421+00:00", "date_left_new": "2009-08-25T23:24:09.497421+00:00",
932
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/418929", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
933
+ "date_created": "2009-08-25T23:24:08.721877+00:00", "date_incomplete": null,
934
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
935
+ "Bug #419066 in Bazaar: \"Infinite loop: downgrade of working tree format
936
+ never finishes\"", "bug_link": "https://api.launchpad.net/1.0/bugs/419066",
937
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"8835bec031ff901294569846fdc1d04c53b8848d-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
938
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
939
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
940
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
941
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/419066",
942
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
943
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/419066/related_tasks",
944
+ "date_confirmed": "2009-08-26T07:05:28.393351+00:00", "date_left_new": "2009-08-26T07:05:28.393351+00:00",
945
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/419066", "owner_link": "https://api.launchpad.net/1.0/~spiv",
946
+ "date_created": "2009-08-26T07:05:27.635927+00:00", "date_incomplete": null,
947
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
948
+ "Bug #419782 in Bazaar: \"''bzr merge foo'' does not honour ''bzr switch''
949
+ lookup heuristic\"", "bug_link": "https://api.launchpad.net/1.0/bugs/419782",
950
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"0ab193468c7fa334062683c67b0c34728c7ceffe-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
951
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
952
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
953
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
954
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/419782",
955
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
956
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/419782/related_tasks",
957
+ "date_confirmed": "2009-08-27T08:57:11.013749+00:00", "date_left_new": "2009-08-27T08:57:11.013749+00:00",
958
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/419782", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
959
+ "date_created": "2009-08-27T08:57:10.271435+00:00", "date_incomplete": null,
960
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
961
+ "Bug #420218 in Bazaar: \"status, commit, merge, pull, push should give context
962
+ in checkouts\"", "bug_link": "https://api.launchpad.net/1.0/bugs/420218",
963
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"4d05caf8537ae84edc29ee6a91fc30d213ebbf04-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
964
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
965
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
966
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
967
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/420218",
968
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
969
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/420218/related_tasks",
970
+ "date_confirmed": "2009-08-27T23:15:19.363998+00:00", "date_left_new": "2009-08-27T23:15:19.363998+00:00",
971
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/420218", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
972
+ "date_created": "2009-08-27T23:15:18.252422+00:00", "date_incomplete": null,
973
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
974
+ "Bug #420808 in Bazaar: \"automated coverage report\"", "bug_link": "https://api.launchpad.net/1.0/bugs/420808",
975
+ "bug_watch_link": null, "milestone_link": null, "http_etag": "\"f2b9f78c71c90d13fc7a6a477fbea21659c06074-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
976
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
977
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
978
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
979
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/420808",
980
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
981
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/420808/related_tasks",
982
+ "date_confirmed": "2009-08-28T22:42:08.378097+00:00", "date_left_new": "2009-08-28T22:42:08.378097+00:00",
983
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/420808", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
984
+ "date_created": "2009-08-28T22:42:07.810466+00:00", "date_incomplete": null,
985
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
986
+ "Bug #421053 in Bazaar: \"use of atexit is fragile - breaks under trial\"",
987
+ "bug_link": "https://api.launchpad.net/1.0/bugs/421053", "bug_watch_link":
988
+ null, "milestone_link": null, "http_etag": "\"03cf76bda49bff7883736aef18847fd822350692-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
989
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
990
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
991
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
992
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/421053",
993
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
994
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/421053/related_tasks",
995
+ "date_confirmed": "2009-08-29T12:15:18.231749+00:00", "date_left_new": "2009-08-29T12:15:18.231749+00:00",
996
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/421053", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
997
+ "date_created": "2009-08-29T12:15:17.479289+00:00", "date_incomplete": null,
998
+ "is_complete": false}, {"date_closed": null, "date_assigned": null, "title":
999
+ "Bug #421360 in Bazaar: \"switch won''t let me switch with a pending merge\"",
1000
+ "bug_link": "https://api.launchpad.net/1.0/bugs/421360", "bug_watch_link":
1001
+ null, "milestone_link": null, "http_etag": "\"717eab3daeb776b5d998a3b7d8b193167966a07a-eb5952a73864cc0507ff1304cc56260a4a34ac2b\"",
1002
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
1003
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
1004
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
1005
+ null, "date_triaged": null, "self_link": "https://api.launchpad.net/1.0/bzr/+bug/421360",
1006
+ "target_link": "https://api.launchpad.net/1.0/bzr", "bug_target_display_name":
1007
+ "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/421360/related_tasks",
1008
+ "date_confirmed": "2009-08-30T07:39:08.998932+00:00", "date_left_new": "2009-08-30T07:39:08.998932+00:00",
1009
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/421360", "owner_link": "https://api.launchpad.net/1.0/~lifeless",
1010
+ "date_created": "2009-08-30T07:39:08.414292+00:00", "date_incomplete": null,
1011
+ "is_complete": false}, {"date_closed": null, "date_assigned": "2009-09-03T16:12:24.382775+00:00",
1012
+ "title": "Bug #423804 in Bazaar: \"Failure to saturate bandwidth downloading
1013
+ lp:bzr\"", "bug_link": "https://api.launchpad.net/1.0/bugs/423804", "bug_watch_link":
1014
+ null, "milestone_link": null, "http_etag": "\"ef6b02a4c9869c1552545ef0d59a4dfdec784a9e-e9ca368f80293a56661638ab8ae88a7b89231b03\"",
1015
+ "date_left_closed": null, "date_fix_committed": null, "date_fix_released":
1016
+ null, "date_in_progress": null, "resource_type_link": "https://api.launchpad.net/1.0/#bug_task",
1017
+ "status": "Confirmed", "bug_target_name": "bzr", "importance": "High", "assignee_link":
1018
+ "https://api.launchpad.net/1.0/~jameinel", "date_triaged": null, "self_link":
1019
+ "https://api.launchpad.net/1.0/bzr/+bug/423804", "target_link": "https://api.launchpad.net/1.0/bzr",
1020
+ "bug_target_display_name": "Bazaar", "related_tasks_collection_link": "https://api.launchpad.net/1.0/bzr/+bug/423804/related_tasks",
1021
+ "date_confirmed": "2009-09-03T16:12:24.449279+00:00", "date_left_new": "2009-09-03T16:12:24.449279+00:00",
1022
+ "web_link": "https://bugs.launchpad.net/bzr/+bug/423804", "owner_link": "https://api.launchpad.net/1.0/~jameinel",
1023
+ "date_created": "2009-09-03T16:12:23.613892+00:00", "date_incomplete": null,
1024
+ "is_complete": false}]}'
1025
+ http_version:
1026
+ recorded_at: Sun, 18 May 2014 18:14:26 GMT
1027
+ recorded_with: VCR 2.9.0