Mercurial > evolve
comparison CHANGELOG @ 3657:b36e38e3a176
tests: add test demonstarting issue5833 is fixed
Previous patch which fixed issue5832 also fixed issue5833 as the root cause for
both was same. This patch adds test of issue5833 as well.
CHANEGLOG entry is also added for the fixed issues.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 06 Apr 2018 20:00:43 +0530 |
parents | 23e515ca0143 |
children | f018656ca3bf |
comparison
equal
deleted
inserted
replaced
3656:62e4149435d8 | 3657:b36e38e3a176 |
---|---|
13 * fixed some memory leak issue | 13 * fixed some memory leak issue |
14 | 14 |
15 * templatekw: remove `obsfatedata` templatekw. Individuals fields are | 15 * templatekw: remove `obsfatedata` templatekw. Individuals fields are |
16 available in core as single template functions. | 16 available in core as single template functions. |
17 | 17 |
18 >>>>>>> source: 35349a1debab stable - boris: templatekw: remove obsfatedata t... | 18 * fixed issue 5833 and 5832 |
19 | |
19 7.3.0 -- 2018-03-21 | 20 7.3.0 -- 2018-03-21 |
20 --------------------- | 21 --------------------- |
21 | 22 |
22 * grab: new command to grab a changeset, put in on wdir parent | 23 * grab: new command to grab a changeset, put in on wdir parent |
23 and update to it | 24 and update to it |