~ubuntu-branches/debian/jessie/bzr-git/jessie

« back to all changes in this revision

Viewing changes to info.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2011-06-18 17:00:46 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110618170046-gto0c2cai9mbmvuk
Tags: 0.6.1+bzr1279-1
New upstream snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# versions ending in 'exp' mean experimental mappings
6
6
# versions ending in 'dev' mean development version
7
7
# versions ending in 'final' mean release (well tested, etc)
8
 
bzr_plugin_version = (0, 6, 1, 'dev', 0)
 
8
bzr_plugin_version = (0, 6, 2, 'dev', 0)
9
9
 
10
10
bzr_commands = ["git-import", "git-object", "git-refs", "git-apply"]
11
11