]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: update in-line doc of get-version.py
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 8 Jan 2008 17:51:01 +0000 (10:51 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 8 Jan 2008 17:51:01 +0000 (10:51 -0700)
misc/get-version.py

index 39c81c82e11a93d2dd29dc9bb1b40848c2bf0489..f581067655af9cd734f1be1a80f18bdbb7f20670 100644 (file)
@@ -2,11 +2,11 @@
 
 """Determine the version number of the current tree.
 
-This should be run *after* make-version.py . It will emit a single line of
-text to stdout, either of the form '0.2.0' if this is a release tree (i.e. no
-patches have been added since the last release tag), or '0.2.0-34' (if 34
-patches have been added since the last release tag). If the tree does not
-have a well-formed version number, this will emit 'unknown'.
+This should be run after 'setup.py darcsver'. It will emit a single line of text
+to stdout, either of the form '0.2.0' if this is a release tree (i.e. no patches
+have been added since the last release tag), or '0.2.0-34' (if 34 patches have
+been added since the last release tag). If the tree does not have a well-formed
+version number, this will emit 'unknown'.
 
 The version string thus calculated should exactly match the version string
 determined by setup.py (when it creates eggs and source tarballs) and also