On 17 January 2011 07:34, Peter Tyser <[email protected]> wrote: > This commit is very similar to 15dadb2bbc0c0da116fdd6e920306268f1cf37d5, > but resolves the bug for subversion which was recently modified to use > CachedVC. > > Previously, a VcView diff of a subversion-controlled directory could > easily become out of date. For example, if the file 'AUTHORS' was a > version controlled file in a svn repository: > > echo "asdf" >> AUTHORS > > meld ./ > # Double click on the AUTHORS file to view its diff. > # Save the AUTHORS file. This will cause meld to cache its current > state (modified). > # Remove the "asdf" at the bottom of the file and save it. > # Close the AUTHORS tab. > # The state of the AUTHORS file will still show up as modified, even > though it is now unmodified. > > Signed-off-by: Peter Tyser <[email protected]>
Pushed, thanks. cheers, Kai _______________________________________________ meld-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/meld-list
