]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Mon Dec 5 04:40:01 GMT 2011 Brian Warner <warner@lothar.com>
authorDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 18:04:38 +0000 (19:04 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 18:04:38 +0000 (19:04 +0100)
commitdff3fa13579fad491095124de59045f6f13f7769
tree2206bb5c172c893e5de9ada64bd738c2ac549f20
parentf17e50294bc78937eb78ca454dd79ac3d7f705a9
Mon Dec  5 04:40:01 GMT 2011  Brian Warner <warner@lothar.com>
  * setup.py: get version from git or darcs

  This replaces the setup.cfg aliases that run "darcsver" before each major
  command with the new "update_version". update_version is defined in setup.py,
  and tries to get a version string from either darcs or git (or leaves the
  existing _version.py alone if neither VC metadata is available).

  Also clean up a tiny typo in verlib.py that messed up syntax hilighting.
setup.cfg
setup.py
src/allmydata/util/verlib.py