Mercurial > p > roundup > code
diff RELEASE.txt @ 5954:d7ff9cb70f34 2.0.0alpha0
More release doc updates.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 23 Oct 2019 14:33:04 -0400 |
| parents | 0a42163ac846 |
| children | eb9d00db0923 |
line wrap: on
line diff
--- a/RELEASE.txt Wed Oct 23 14:27:15 2019 -0400 +++ b/RELEASE.txt Wed Oct 23 14:33:04 2019 -0400 @@ -48,7 +48,7 @@ added and removed files. Last release e.g. 1.5.1 where tip was what would become 1.6) E.G. - hg status --rev 1.6.0:tip | sed -ne 's/^A //p' | while read i ; + hg status --rev 1.6.0:tip | sed -ne 's/^A //p' | while read i ; \ do echo $i; grep "$i" MANIFEST; done | uniq -c Anything with a count of 1 is not in the nanifest.
