2012-07-09 18:19 UTC+0200 Viktor Szakats (harbour syenar.net)

* bin/hbcommit.hb
    % minor optimization to prev
This commit is contained in:
Viktor Szakats
2012-07-09 16:20:22 +00:00
parent 9f454b25f8
commit be1d768313
2 changed files with 5 additions and 3 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-07-09 18:19 UTC+0200 Viktor Szakats (harbour syenar.net)
* bin/hbcommit.hb
% minor optimization to prev
2012-07-09 14:09 UTC+0200 Viktor Szakats (harbour syenar.net)
* bin/hbcommit.hb
+ convert props change markup properly

View File

@@ -100,6 +100,7 @@ STATIC FUNCTION DoctorChanges( aChanges )
cStart := Left( cLine, 1 )
SWITCH cStart
CASE "M"
CASE " " /* modified props */
cStart := "*"
EXIT
CASE "A"
@@ -111,9 +112,6 @@ STATIC FUNCTION DoctorChanges( aChanges )
CASE "X"
cStart := ""
EXIT
CASE " " /* modified props */
cStart := "*"
EXIT
OTHERWISE
cStart := "?"
ENDSWITCH