3r1co / hg4j

Automatically exported from code.google.com/p/hg4j
GNU General Public License v2.0
0 stars 1 forks source link

Files with backslash in their names cause troubles #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
java.lang.IllegalArgumentException
at oth.util.Path.create(Path.java:162)
...
at 
oth.repo.HgWorkingCopyStatusCollector.walk(HgWorkingCopyStatusCollector.java:217
)
...

It's ok (although, uncommon) to have backslash in file name on Linux. Path 
implementation shall not be that serious about backslashes then.

Original issue reported on code.google.com by tikhomir...@gmail.com on 6 Jun 2013 at 12:17

GoogleCodeExporter commented 8 years ago
Fixed, revision 170b6ecc890e.

Original comment by tikhomir...@gmail.com on 6 Jun 2013 at 12:22