Rev 4423: Add NEWS entry and update doc. in file:///home/vila/src/bzr/bugs/284038-push-strict/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Wed Jun 10 14:18:49 BST 2009
At file:///home/vila/src/bzr/bugs/284038-push-strict/
------------------------------------------------------------
revno: 4423
revision-id: v.ladeuil+lp at free.fr-20090610131848-wd4l83stob7jjsv9
parent: v.ladeuil+lp at free.fr-20090610123851-ftix8vy3p054jlwn
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 284038-push-strict
timestamp: Wed 2009-06-10 15:18:48 +0200
message:
Add NEWS entry and update doc.
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS 2009-06-09 06:47:54 +0000
+++ b/NEWS 2009-06-10 13:18:48 +0000
@@ -20,6 +20,10 @@
New Features
************
+* ``bzr push`` now checks if uncommitted changes are present in the working
+ tree if the ``--strict`` option is used.
+ (Vincent Ladeuil, #284038)
+
* ``--development7-rich-root`` is a new dev format, similar to ``--dev6``
but using a Revision serializer using bencode rather than XML.
(Jelmer Vernooij, John Arbash Meinel)
@@ -27,7 +31,6 @@
* mail_client=claws now supports --body (and message body hooks). Also uses
configured from address. (Barry Warsaw)
-
Improvements
************
=== modified file 'bzrlib/help_topics/en/configuration.txt'
--- a/bzrlib/help_topics/en/configuration.txt 2009-03-06 05:51:20 +0000
+++ b/bzrlib/help_topics/en/configuration.txt 2009-06-10 13:18:48 +0000
@@ -404,6 +404,12 @@
If present, the location of the default branch for push. This option
is normally set by ``push --remember``.
+push_strict
+~~~~~~~~~~~
+
+If present, defines the ``--strict`` option default value for checking
+uncommitted changes before pushing.
+
bound_location
~~~~~~~~~~~~~~
More information about the bazaar-commits
mailing list