* Ivan Shmakov <[EMAIL PROTECTED]> [20080122 19:21]:
> 432 The location of the source is added to the new repository\'s
> 433 \.hg/hgrc file, as the default to be used for future pulls\.
When using asciidoc 7.1.2-2 from etch I can reproduce this, when
using asciidoc 6.0.3-1 from sarge it looks correctly:
| The location of the source is added to the new repository's
| \&.hg/hgrc file, as the default to be used for future pulls\&.
> May it be actually an asciidoc(1) fault?
Or just hg not producing suitable input for newer asciidoc versions?
The input is:
The location of the source is added to the new repository's
.hg/hgrc file, as the default to be used for future pulls.
Changeset 1c1ef561d541 in the current development version uses a
trick to solve this problem in other places, it just puts "repo/"
in front of ".hg", and "repo/.hg" doesn't need to be quoted:
FILES
-----
- .hgignore::
+ repo/.hgignore::
This file contains regular expressions (one per line) that describe file
names that should be ignored by hg. For details, see hgignore(5).
- .hgtags::
+ repo/.hgtags::
This file contains changeset hash values and text tag names (one of each
separated by spaces) that correspond to tagged versions of the repository
contents.
Of course a way to quote this would be preferred, but until then I
would happily accept a patch against 0.9.5 or the stable tree which
adds "repo/" at dangerous places.
Thomas
--
[EMAIL PROTECTED] - http://intevation.de/~thomas/ - OpenPGP key: 0x5816791A
Intevation GmbH, Osnabrueck - Register: Amtsgericht Osnabrueck, HR B 18998
Geschaeftsfuehrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]