# HG changeset patch # User Oleksandr Gavenko # Date 1322429655 -7200 # Node ID 33ba35eff910fc9f8cef3dc2575403c6e8e8265e # Parent b1bc3f723e1458fd74b07e4bb732048ac08cd209 small fix diff -r b1bc3f723e14 -r 33ba35eff910 devel-versioning.rst --- a/devel-versioning.rst Sun Nov 27 23:32:16 2011 +0200 +++ b/devel-versioning.rst Sun Nov 27 23:34:15 2011 +0200 @@ -182,8 +182,9 @@ Why do not do this on success build: * You can have several build machine which may concurrently update version. - * There does not exist tools for easy querying for status of build (as ok/fail, - build configuration, date, coverage, lint checks, etc). + * There does not exist tools for easy querying for status of build by its + number (as ok/fail, build configuration, date, coverage, lint checks status, + etc). * Some part of development team may not have permission for bumping version and after build they must revert some automatically updated files.