We use hg log -u MyUser. Is there a way to make this cas开发者_开发百科e insensitive?Ie: so hg will return all changesets for MyUser or myuser.I don\'t think there\'s a way to make the option case in
When we do hg log -v we see: changeset:2639:283fb2da345f parent:2638:e06cb712d37b parent:2631:d8f619046812
If you do hg log myfile -v you see a list of changesets that the file was modified in. In our case, in the most recent changeset, the file was removed.But you can\'t tell this by looking at the verbo
My company is planning to implement a solution in multiple applications that will help to validate mailing addresses at the point of data entry.We\'re using UPS\'s Extended Address Validation (XAV) we