changeset 181:dd0aa7f62780

fixed wrong paths to sub-repositories in .hgsub
author Me@portablequad
date Wed, 04 Jan 2012 16:32:00 -0800
parents 3b67317d2e3f
children 7523ee70d66c 934d2b52ab0b
files .hgsub
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line diff
     1.1 --- a/.hgsub	Wed Jan 04 16:29:11 2012 -0800
     1.2 +++ b/.hgsub	Wed Jan 04 16:32:00 2012 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4 -DynArray = ../../C/DynArray
     1.5 -Hash_impl = ../../C/Hash_impl
     1.6 -Histogram = ../../C/Histogram
     1.7 -Queue_impl = ../../C/Queue_impl
     1.8 +DynArray = ../C/DynArray
     1.9 +Hash_impl = ../C/Hash_impl
    1.10 +Histogram = ../C/Histogram
    1.11 +Queue_impl = ../C/Queue_impl
    1.12