[PATCH 0 of 4] detect unnecessary glob lines

Simon Heimberg simohe at besonet.ch
Tue Feb 12 17:05:29 CST 2013


* Patch 4 checks for glob lines not containing any glob character (one of /*?).
* Patch 3 fixes the found lines (before they pop up in test-check-code-hg.t 
  because of patch 4)
* Patch 2 reports the remaining unnecessary glob lines when running the tests 
  on windows. (This is the system with "/" matching for "\". When it matches 
  here, the glob is unnecessary.)
* Patch 1 is a step in the direction of the next patch.

All modified and mentioned tests pass.


More information about the Mercurial-devel mailing list