ananthakumaran / monky

Magit for Hg
http://ananthakumaran.in/monky/index.html
GNU General Public License v3.0
154 stars 30 forks source link

Fix '/' and '\' compares in 'monky-find-buffer. #33

Closed deangiberson closed 11 years ago

deangiberson commented 11 years ago

On windows if I don't expand the file name here then the 'equal later compares '/' and '\' path seps, failing.

ananthakumaran commented 11 years ago

Thanks.