Re: [StGit PATCH] Convert "pop" to the lib infrastructure

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2009-03-31 12:30:27 +0100, Catalin Marinas wrote:

> @@ -47,7 +47,7 @@ test_expect_success 'Try to reset with --hard' '
>      stg reset --hard master.stgit^~1 &&
>      stg status a > actual.txt &&
>      test_cmp expected.txt actual.txt &&
> -    test "$(echo $(stg series))" = "> p1 - p3 - p2"
> +    test "$(echo $(stg series))" = "> p1 - p2 - p3"
>  '

Hmm, why this change in behavior? Something that should be noted in
the commit message?

> @@ -47,7 +47,7 @@ test_expect_success 'Try to undo with --hard' '
>      stg undo --hard &&
>      stg status a > actual.txt &&
>      test_cmp expected.txt actual.txt &&
> -    test "$(echo $(stg series))" = "> p1 - p3 - p2"
> +    test "$(echo $(stg series))" = "> p1 - p2 - p3"
>  '

And I guess this is the same.

Otherwise, this looks good.

-- 
Karl Hasselström, kha@xxxxxxxxxxx
      www.treskal.com/kalle
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux