File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Features:
6767 collection (unpaginated). Pagination index starts at 1 not 0.
6868 - accept content-type application/json payload for PUT, PATCH, POST
6969 requests in addition to application/x-www-form-urlencoded.
70- (John Rouillard)
70+ (John Rouillard)
7171- issue2550833: the export_csv web action now returns labels/names
7272 rather than id's. Replace calls to export_csv with the export_csv_id
7373 action to return the same data as the old export_csv action. (Tom
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Roundup release checklist:
4848 added and removed files. Last release e.g. 1.5.1 where tip was
4949 what would become 1.6) E.G.
5050
51- hg status --rev 1.6.0:tip | sed -ne 's/^A //p' | while read i ;
51+ hg status --rev 1.6.0:tip | sed -ne 's/^A //p' | while read i ; \
5252 do echo $i; grep "$i" MANIFEST; done | uniq -c
5353
5454 Anything with a count of 1 is not in the nanifest.
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ Features:
181181 collection (unpaginated). Pagination index starts at 1 not 0.
182182 - accept content-type application/json payload for PUT, PATCH, POST
183183 requests in addition to application/x-www-form-urlencoded.
184- (John Rouillard)
184+ (John Rouillard)
185185- issue2550833: the export_csv web action now returns labels/names
186186 rather than id's. Replace calls to export_csv with the export_csv_id
187187 action to return the same data as the old export_csv action. (Tom
You can’t perform that action at this time.
0 commit comments