Thu Jul  3 11:07:33 EST 2008  Trent W. Buck <[EMAIL PROTECTED]>
  * Avoid silly manpage error.
  man (nroff) treats an apostrophe in the first column specially,
  resulting in a syntax error without this patch.
  
  Ideally, all cases of 'foo' in the manpage (i.e. docstrings) should
  become `foo', since man -Tps turns ` and ' into left and right single
  quotes respectively.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


New patches:

[Avoid silly manpage error.
Trent W. Buck <[EMAIL PROTECTED]>**20080703010733
 man (nroff) treats an apostrophe in the first column specially,
 resulting in a syntax error without this patch.
 
 Ideally, all cases of 'foo' in the manpage (i.e. docstrings) should
 become `foo', since man -Tps turns ` and ' into left and right single
 quotes respectively.
] hunk ./src/Darcs/Commands/Init.lhs 60
 initialize_help =
  "Call 'initialize' once for each project you work on. Run it from the top  \n"++
  "level directory of the project, with the project files already there.   \n"++
- - "'initialize' will set up all the directories and files darcs needs in order to \n"++
+ "`initialize' will set up all the directories and files darcs needs in order to \n"++
  " start keeping track of revisions for your project.  \n"
 \end{code}
 

Context:

[obliterate whitespace in Darcs.Commands.Get
[EMAIL PROTECTED]
 'twas causing lhs/haddock difficulties where a \end{code} wasn't getting recognized.
] 
[rm haddock CPP business
[EMAIL PROTECTED]
 Try as I might, I can't see any reason to special-case some Haddock CPP logic to deal with some *commented-out guards*, unless CPP magically restores and uncomments the code if Haddock isn't being run.
] 
[make pull less verbose when --verbose flag is given.
David Roundy <[EMAIL PROTECTED]>**20080624170035] 
[fix makefile to remember to regenerate version information after running configure.
David Roundy <[EMAIL PROTECTED]>**20080624170001] 
[TAG 2.0.2
David Roundy <[EMAIL PROTECTED]>**20080624012041] 
Patch bundle hash:
ef04367a38515ffe3cdd10f2e9dfb7bb95ce81c6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIbCZ1Lpef9iTtxAYRApXhAKDb/bJvBkalYgkmaF9qOvvulD3l7ACg8J6m
TAw8b9WN90ZjbXgfYuYmRoA=
=v/M7
-----END PGP SIGNATURE-----
_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to