On Wed, 2015-07-08 at 16:21 +0100, Ian Jackson wrote: > Signed-off-by: Ian Jackson <[email protected]>
Acked-by: Ian Campbell <[email protected]> (I think you cleared up the existing mess already) > --- > mg-branch-setup | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/mg-branch-setup b/mg-branch-setup > index d465882..f8bcb2e 100755 > --- a/mg-branch-setup > +++ b/mg-branch-setup > @@ -107,8 +107,8 @@ set -e > make_tree branches > if $bisect; then > make_tree bisects > - x ln -sf $HOME/branches/for-$branch.git \ > - $HOME/bisects/for-$branch.git/tree-bisect > + x ln -sf $HOME/bisects/for-$branch.git \ > + $HOME/branches/for-$branch.git/tree-bisect > fi > > echo "Branch $branch set up ok." _______________________________________________ Xen-devel mailing list [email protected] http://lists.xen.org/xen-devel
