Back to bug 1006457

Who When What Removed Added
Vojtech Vitek 2013-09-19 14:11:48 UTC Assignee vvitek ooprala
Ondrej Oprala 2014-09-18 12:09:07 UTC Assignee ooprala pstodulk
Petr Stodulka 2014-11-07 08:38:31 UTC Status NEW ASSIGNED
Petr Stodulka 2014-11-07 09:56:18 UTC Keywords EasyFix, Patch
Ondrej Vasik 2014-11-07 09:59:50 UTC CC ovasik
Leos Pol 2015-05-14 06:41:40 UTC CC lpol
QA Contact qe-baseos-daemons lpol
Tom Lavigne 2015-05-14 11:31:05 UTC CC tlavigne
Petr Stodulka 2015-05-15 06:03:55 UTC Status ASSIGNED MODIFIED
Fixed In Version mercurial-1.4-4
errata-xmlrpc 2015-05-15 06:15:36 UTC Status MODIFIED ON_QA
Petr Stodulka 2015-05-15 06:54:16 UTC Fixed In Version mercurial-1.4-4 mercurial-1.4-4.el6
Doc Text Cause:
Method os.path.exists() returns False for broken symlinks.

Consequence:
Broken symbolic links are not added when 'copy -A' is used.

Fix:
Used method os.patch.lexists().

Result:
Broken symbolic links are added when 'copy -A' is used.
Leos Pol 2015-05-15 20:44:42 UTC Status ON_QA VERIFIED
Aneta Šteflová Petrová 2015-05-20 14:12:31 UTC Doc Text Cause:
Method os.path.exists() returns False for broken symlinks.

Consequence:
Broken symbolic links are not added when 'copy -A' is used.

Fix:
Used method os.patch.lexists().

Result:
Broken symbolic links are added when 'copy -A' is used.
* Prior to this update, running the "hg copy -A" command did not add broken symbolic links to the repository. The underlying source code has been modified to use the os.patch.lexists() method. As a result, "hg copy -A" adds the broken symbolic links as expected. (BZ#1006457)
Aneta Šteflová Petrová 2015-07-13 08:41:38 UTC Doc Text * Prior to this update, running the "hg copy -A" command did not add broken symbolic links to the repository. The underlying source code has been modified to use the os.patch.lexists() method. As a result, "hg copy -A" adds the broken symbolic links as expected. (BZ#1006457) Prior to this update, running the "hg copy -A" command did not add broken symbolic links to a repository. The underlying source code has been modified to use the os.patch.lexists() method. As a result, "hg copy -A" adds the broken symbolic links as expected.
errata-xmlrpc 2015-07-20 13:28:20 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2015-07-22 07:45:42 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2015-07-22 03:45:42 UTC

Back to bug 1006457