2012-07-09 18:19 UTC+0200 Viktor Szakats (harbour syenar.net)
* bin/hbcommit.hb
% minor optimization to prev
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user