Mercurial > hg
comparison tests/test-keyword.out @ 11678:f5aa20e177c0 stable
keyword: move collecting of [keyword] patterns to reposetup (issue2303)
When cloning, prevent [keyword] filename patterns configured locally
in the source directory to persist during the update in the destination.
a) move [keyword] retrieval (back) to reposetup
b) remove the corresponding global kwtools attributes
Add test cases.
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Sun, 25 Jul 2010 20:01:33 -0500 |
parents | 56f306238256 |
children |
comparison
equal
deleted
inserted
replaced
11677:8f8a7976f4bc | 11678:f5aa20e177c0 |
---|---|
331 % cat a | 331 % cat a |
332 expand $Id: a bb948857c743 Thu, 01 Jan 1970 00:00:02 +0000 user $ | 332 expand $Id: a bb948857c743 Thu, 01 Jan 1970 00:00:02 +0000 user $ |
333 do not process $Id: | 333 do not process $Id: |
334 xxx $ | 334 xxx $ |
335 $Xinfo: User Name <user@example.com>: firstline $ | 335 $Xinfo: User Name <user@example.com>: firstline $ |
336 % clone | |
337 % expansion in dest | |
338 expand $Id: a bb948857c743 Thu, 01 Jan 1970 00:00:02 +0000 user $ | |
339 do not process $Id: | |
340 xxx $ | |
341 $Xinfo: User Name <user@example.com>: firstline $ | |
342 % no expansion in dest | |
343 expand $Id$ | |
344 do not process $Id: | |
345 xxx $ | |
346 $Xinfo$ | |
336 % clone to test incoming | 347 % clone to test incoming |
337 requesting all changes | 348 requesting all changes |
338 adding changesets | 349 adding changesets |
339 adding manifests | 350 adding manifests |
340 adding file changes | 351 adding file changes |