* tests/testhrb.prg
* tests/exthrb.prg
! Fixed missing SVN props.
* ChangeLog
! Removed conflict marker from ChangeLog from a recent commit.
; NOTE: I'd encourage everyone to check doc/howtosvn.txt
before committing.
* doc/howtosvn.txt
+ Added link to svn cmdline tools.
+ Added link to svn online documentation (a complete free book)
! Fixed a few svn commands written in uppercase.
14 lines
131 B
Plaintext
14 lines
131 B
Plaintext
//
|
|
// $Id$
|
|
//
|
|
|
|
// see also testhrb.prg
|
|
|
|
|
|
Function Msg()
|
|
? "Function called from HRB file"
|
|
Return .T.
|
|
|
|
Function msg2()
|
|
Return Msg()
|