[Pkg-bazaar-commits] ./bzr-builddeb/trunk r213: Clarified that bd-do will ignore any changes outside debian/.

James Westby jw+debian at jameswestby.net
Thu May 15 13:29:38 UTC 2008


------------------------------------------------------------
revno: 213
committer: James Westby <jw+debian at jameswestby.net>
branch nick: trunk
timestamp: Wed 2008-03-05 17:23:00 +0000
message:
  Clarified that bd-do will ignore any changes outside debian/.
modified:
  __init__.py
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py	2007-10-31 21:07:48 +0000
+++ b/__init__.py	2008-03-05 17:23:00 +0000
@@ -513,9 +513,9 @@
     bzr bd-do
 
   will run a shell in the unpacked source. Any changes you make in the
-  ``debian/`` directory will be copied back to the branch. If you exit with
-  a non-zero exit code (e.g. "exit 1"), then the changes will not be copied
-  back.
+  ``debian/`` directory (and only those made in that directory) will be copied
+  back to the branch. If you exit with a non-zero exit code (e.g. "exit 1"),
+  then the changes will not be copied back.
 
   You can also specify single commands to be run, e.g.
 



More information about the Pkg-bazaar-commits mailing list