Mercurial > hg
comparison CONTRIBUTORS @ 6677:9865e15febd0
Add a normalize() method to dirstate
This method returns the normalised form of a path. This is
- the form in the dirstate, if available, or
- the form on disk, if available, or
- the form passed on the command line
normalize() is called on the type-'f' result of statwalk.
This fixes issues 910 and 1092
author | Paul Moore <p.f.moore@gmail.com> |
---|---|
date | Fri, 06 Jun 2008 19:23:29 +0100 |
parents | c29efd272395 |
children |
comparison
equal
deleted
inserted
replaced
6676:33045179d079 | 6677:9865e15febd0 |
---|