Rev 2242: doc in http://sourcefrog.net/bzr/tags
Martin Pool
mbp at sourcefrog.net
Wed Feb 21 04:45:47 GMT 2007
At http://sourcefrog.net/bzr/tags
------------------------------------------------------------
revno: 2242
revision-id: mbp at sourcefrog.net-20070221044547-0a55m0h9euy2q43l
parent: mbp at sourcefrog.net-20070221040827-udbcbv0raghknyl5
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: tags
timestamp: Wed 2007-02-21 15:45:47 +1100
message:
doc
modified:
BRANCH.TODO BRANCH.TODO-20060103052123-79ac4969351c03a9
NEWS NEWS-20050323055033-4e00b5db738777ff
=== modified file 'BRANCH.TODO'
--- a/BRANCH.TODO 2007-02-21 04:08:27 +0000
+++ b/BRANCH.TODO 2007-02-21 04:45:47 +0000
@@ -49,21 +49,27 @@
Plan
----
- - copy only selected tags
+ - command to show all tags
+ - raise an exception if the tag name is unreasonable
+ - see what happens if non-ascii byte string is given
- if tags conflict when copying
- return them and give a warning
- option to override this and copy anyhow
- - give a nice message when trying to copy tags if it can't be done
- - record who set tags, when, why
- - raise an exception if the tag name is unreasonable
+ - copy only selected tags
- refuse to add tags if the tag is already present, but allow it to
be forced
- - command to show all tags
- - command to remove a tag
+
+
+Later
+-----
+ - record who set tags, when, why
- show tags in log
- - test copying tags between different repository formats? a
+ - test copying tags between different branch formats? a
bit hard as there's only one at the moment...
+ - possibly better based on an InterBranch object
+ - could test between hpss and local branches
- include tags in bundles?
+ (probably no point as not versioned)
Also to do
=== modified file 'NEWS'
--- a/NEWS 2007-02-15 01:23:29 +0000
+++ b/NEWS 2007-02-21 04:45:47 +0000
@@ -1,12 +1,3 @@
- IMPROVEMENTS:
-
- * New option ``-d`` for pull and other commands, specifying the
- branch or tree to operate on rather than the working directory.
- (Martin Pool)
-
- * Builtin tags support, created by the ``tag`` command and stored
- in the repository. (Martin Pool)
-
IN DEVELOPMENT
IMPROVEMENTS:
@@ -44,6 +35,15 @@
* ``bzr help checkouts`` descibes what checkouts are and some possible
uses of them. (James Westby, Aaron Bentley)
+ * New option ``-d`` for pull and other commands, specifying the
+ branch or tree to operate on rather than the working directory.
+ (Martin Pool)
+
+ * Builtin tags support, created and deleted by the ``tag`` command and
+ stored in the branch. Tags can be accessed with the revisionspec
+ ``-rtag:``, and listed with ``bzr tags``. Tags are not versioned
+ at present. (Martin Pool)
+
INTERNALS:
* Reserved ids (any revision-id ending in a colon) are rejected by
More information about the bazaar-commits
mailing list