<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks for your replies.<br>
<pre wrap="">| | How do I preview(e.g. using meld) what I will be sending?

| diff --using meld -r submit:
</pre>
This does indeed do what I want.<br>
<pre wrap="">| | I am aware that I could apply the patch to a branch and diff on that,
| | but given that it takes 45 minutes (yes! with bzr 1.2 too) to branch
| | from one of our repositories, that is not an action to undertake lightly.

| Are you using a shared repository?  Have you considered just making a
| lightweight checkout, rather than a full branch?  What about just
| applying it to your normal branch, and reverting if you don't like the
| result?

We do not use shared repositories: in our setup the (peer) reviewer of a patch only has read access to our central repository, so a "checkout --lightweight" followed by a "bzr merge" fails:
</pre>
bzr: ERROR: Cannot lock
LockDir(<a class="moz-txt-link-freetext" href="file:///data/id/CmsRoot/repos/CVTOOL/.bzr/repository/lock):">file:///data/id/CmsRoot/repos/CVTOOL/.bzr/repository/lock):</a>
Permission denied:
"/data/id/CmsRoot/repos/CVTOOL/.bzr/repository/lock/ps8yjc3txb.tmp":
[Errno 13] Permission denied:
'/data/id/CmsRoot/repos/CVTOOL/.bzr/repository/lock/ps8yjc3txb.tmp'<br>
<br>
I am very much looking forward to the shallow branches update I have
seen being discussed - at least if they are the branch equivalent of a
lightweight checkout. Is there a timeframe for the 1.3 and 1.4
releases? In other words - how long do I have to hold my breath?<br>
<!---->
<pre wrap="">| | How can I see what properties have changed?

| The only property that is tracked is the execute bit.
</pre>
But is the bit set or removed? bzr diff just says "=== modified file
'file' (properties changed)"<br>
<br>
BTW: Not connected with the above discussion, but I have just ported
the GNU indent repository to bazaar, and will soon be making it
available via http:.&nbsp; Bazaar is thus being used in yet another project.<br>
<br>
David.<br>
<br>
</body>
</html>