0a1,12
> From 85cc68cfc44835125f76e8de517ba735b8d55362 Mon Sep 17 00:00:00 2001
> From: James Silver <jamsilver@gmail.com>
> Date: Tue, 8 Jan 2013 08:18:06 +0000
> Subject: [PATCH] Issue #1116408 by marcusx, mikeryan, grendzy, aidanlis, Matt
>  V., rbayliss, brockfanning | skitten: Added Support migrate
>  module: Destination handler class.
> 
> ---
>  redirect.info        |    1 +
>  redirect.migrate.inc |  106 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 107 insertions(+)
>  create mode 100644 redirect.migrate.inc
3c15
< index 5134738..f5e3ae2 100644
---
> index b87b4e8..74b3cbb 100644
16c28
< index 0000000..1d6d297
---
> index 0000000..37d50be
100c112
< +        $redirect->source = isset($parsed['path']) ? ltrim($parsed['path'], '/') : '';
---
> +        $redirect->source = isset($parsed['path']) ? $parsed['path'] : '';
125a138,140
> -- 
> 1.7.10.4
> 
