~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Ian Clatworthy
  • Date: 2007-11-14 03:50:56 UTC
  • mto: (3054.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3055.
  • Revision ID: ian.clatworthy@internode.on.net-20071114035056-72l6odzpby4bcmub
First cut at new look User Guide including chapters 1 and 2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
==========================
2
 
Using ``bzr version-info``
3
 
==========================
 
1
Embedding version information in files
 
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