Mercurial > ~dholland > hg > ag > index.cgi
comparison doc/devel/versions.txt @ 17:12171da8943f
Don't refer to CVS.
author | David A. Holland |
---|---|
date | Tue, 31 May 2022 01:56:37 -0400 |
parents | 13d2b8934445 |
children |
comparison
equal
deleted
inserted
replaced
16:f9e4689b837d | 17:12171da8943f |
---|---|
16 | 16 |
17 - Every changeset committed to the stable branch causes a new build | 17 - Every changeset committed to the stable branch causes a new build |
18 and increments the build number. Needless to say, you don't commit to | 18 and increments the build number. Needless to say, you don't commit to |
19 the stable branch lightly. | 19 the stable branch lightly. |
20 | 20 |
21 - A development version built directly from a CVS or Mercurial | 21 - A development version built directly from a Mercurial or Git |
22 working directory will be numbered 2.40-current, because it's difficult or | 22 working directory will be numbered 2.40-current, because it's difficult or |
23 impossible to ascertain the proper date. Assuming the proper date is | 23 impossible to ascertain the proper date. Assuming the proper date is |
24 even well defined. | 24 even well defined; after all, most such builds happen while coding and |
25 include uncommitted changes. | |
25 | 26 |
26 - A stable version built directly from a CVS or Mercurial working | 27 - A stable version built directly from a Mercurial or Git working |
27 directory will be numbered 2.40.01-current. | 28 directory will be numbered 2.40.01-current. |
28 | 29 |
29 - If we set up anoncvs, which if properly managed is equivalent to | 30 - Note that while injecting the last committed change hash in these |
30 issuing a devel snapshot every night, it should be possible to inject | 31 circumstances is possible, it isn't worthwhile. |
31 the date. | |
32 |