[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Fwd: failure notice (I'm no longer pissed)

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2004-11-01 01:16:31 CET

If you want to be really neat, there are a few little irregularities remaining,
including how much you indent the continuation lines after a "(foo):" line -
sometimes by one space, sometimes not at all - two spaces would be nice.

>>------------------------------------------------------------------------
>>r11672 | xsteve | 2004-10-30 21:45:00 +0200 (Sat, 30 Oct 2004) | 14 lines
>>
>>Some patches from Richard Lewis <rpil+psvn.el@rtf.org.uk>
>>
>>* trunk/contrib/client-side/psvn/psvn.el:
>> (svn-status-use-history) Report the error when we chose a non-directory

Missing colon --------------^

>> (svn-status-mouse-find-file-or-examine-directory): New command, bound
>> to mouse-2: just like svn-status-find-file-or-examine-directory
>> (svn-status-mark-deleted): New command ,bound to '* D' to mark files
>> scheduled for deletion (similar to '* A' and '* M')
>> (svn-status-mark-deleted): New command W bound to '* *' to mark files
>> modifed and files scheduled for addition and files scheduled for
>> deletion
>> (svn-status-bury-buffer) Bury the *svn-log* buffer

Missing colon --------------^

>>------------------------------------------------------------------------
>>r11476 | xsteve | 2004-10-18 21:35:38 +0200 (Mon, 18 Oct 2004) | 4 lines
>>
>>The files are now highlighted, when the mouse is over them.
>>
>>* trunk/contrib/client-side/psvn/psvn.el:
>> (svn-add-face): Add a mouse-face to highlight the string, if the mouse
>>is over it.

Please keep lines less than 80 characters long.

>>------------------------------------------------------------------------
>>r11370 | xsteve | 2004-10-13 22:41:00 +0200 (Wed, 13 Oct 2004) | 4 lines
>>
>>Fixed another bug in the new fast commit functionality
>>
>>* trunk/contrib/client-side/psvn/psvn.el:
>> The last fix does not work very well. Added another fix to improve the
>>situation.

... and here

>>------------------------------------------------------------------------
>>r11369 | xsteve | 2004-10-13 22:38:25 +0200 (Wed, 13 Oct 2004) | 6 lines
>>
>>Fixed a bug in the new fast commit functionality
>>
>>* trunk/contrib/client-side/psvn/psvn.el:
>> (svn-status-parse-commit-output): Skip the leading directory,
>> if the commit was sent for the . entry in the *svn-status* buffer
>>
>>------------------------------------------------------------------------
>>r11368 | xsteve | 2004-10-13 22:15:54 +0200 (Wed, 13 Oct 2004) | 6 lines
>>
>>Added a popup menu on mouse-3
>>
>>* trunk/contrib/client-side/psvn/psvn.el:
>> (svn-status-popup-menu): new function.
>> (svn-status-face-set-temporary-during-popup): helper function for
>>svn-status-popup-menu.

... and here

>>
>>------------------------------------------------------------------------
>>r11245 | xsteve | 2004-10-05 21:05:05 +0200 (Tue, 05 Oct 2004) | 14 lines
>>
>>Speedup for svn commit operation, because svn status is not run after a
>>commit.
>>
>>* trunk/contrib/client-side/psvn/psvn.el:
>> (svn-status-line-info->set-propmark, svn-status-line-info->set-localrev,
>> svn-status-line-info->set-lastchangerev): new functions to allow the
>> modification of the svn-status-info data structure.
>> (svn-status-update-with-command-list): New function to apply a list of
>>changes

... and here

>> to svn-status-info and the *svn-status* buffer.
>> (svn-status-annotate-status-buffer-entry): Helper function to apply one
>> change in svn-status-update-with-command-list.
>> (svn-status-parse-commit-output): New function that is used to parse the
>> output of svn commit. That function generates a list that is usable for
>> svn-status-update-with-command-list.
>> (svn-status-goto-file-name): Improved performance for that function.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 1 01:16:45 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.