~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/version_info.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-11-30 05:43:20 UTC
  • mfrom: (3054.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20071130054320-b4oer0rcbiy2ouzg
Bazaar User Guide for 1.0rc (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
==========================
2
 
Using ``bzr version-info``
3
 
==========================
 
1
Exporting version information
 
2
=============================
4
3
 
5
4
Overview
6
 
========
 
5
--------
7
6
 
8
7
This document describes ways of using ``bzr version-info`` as part of a
9
8
build process to embed version information into a final project.
10
9
 
11
10
 
12
 
Python Project
13
 
==============
 
11
Python project
 
12
--------------
14
13
 
15
14
TODO: Figure out how to attach into ``setup.py``
16
15
 
40
39
    map. This is also empty by default, and enabled only by ``--all``
41
40
    or ``--include-file-revisions``.
42
41
 
43
 
Check Clean
44
 
===========
 
42
Check clean
 
43
-----------
45
44
 
46
45
Most information about the contents of the project can be cheaply
47
46
determined by just reading the revision entry. However, it can be useful