[PATCH STABLE] bisect: misunderstanding help example.

Santiago Payà i Miralta santiagopim at gmail.com
Wed Nov 27 15:34:02 CST 2013


# HG changeset patch
# User Santiago Payà i Miralta <santiagopim at gmail.com>
# Date 1385587921 -3600
#      Wed Nov 27 22:32:01 2013 +0100
# Branch stable
# Node ID 17fc7d3fd5b9c6d551dd87f70a425f9516d22be0
# Parent  e57c532c3835f6b244f21815cafcce0df1d272ce
bisect: misunderstanding help example

diff -r e57c532c3835 -r 17fc7d3fd5b9 mercurial/commands.py
--- a/mercurial/commands.py Tue Nov 26 16:14:22 2013 -0800
+++ b/mercurial/commands.py Wed Nov 27 22:32:01 2013 +0100
@@ -538,7 +538,7 @@

       Some examples:

-      - start a bisection with known bad revision 12, and good revision
34::
+      - start a bisection with known bad revision 34, and good revision
12::

           hg bisect --bad 34
           hg bisect --good 12



On Wed, Nov 27, 2013 at 4:27 PM, Augie Fackler <raf at durin42.com> wrote:

> On Tue, Nov 26, 2013 at 12:28:04AM +0100, Santiago Payà i Miralta wrote:
> > # HG changeset patch
> > # User santiagopim <santiagopim
> > ​@​
> > gmail.com>
> > # Date 1385421041 -3600
> > #      Tue Nov 26 00:10:41 2013 +0100
> > # Node ID 590d8cb38696494d5379b4a0c0cd0e8827097604
> > # Parent  0f01d0692bc54551bc62c64f3dfd793708bd901b
> > bisect: misunderstanding help example.
>
> Patch doesn't apply for me to stable - can you rebase and resend?
>
> >
> > diff -r 0f01d0692bc5 -r 590d8cb38696 mercurial/commands.py
> > --- a/mercurial/commands.py Fri Nov 15 18:41:40 2013 -0800
> > +++ b/mercurial/commands.py Tue Nov 26 00:10:41 2013 +0100
> > @@ -539,7 +539,7 @@
> >
> >        Some examples:
> >
> > -      - start a bisection with known bad revision 12, and good revision
> > 34::
> > +      - start a bisection with known good revision 12, and bad revision
> > 34::
> >
> >            hg bisect --bad 34
> >            hg bisect --good 12
> > ​​
>
> > _______________________________________________
> > Mercurial-devel mailing list
> > Mercurial-devel at selenic.com
> > http://selenic.com/mailman/listinfo/mercurial-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20131127/debb99db/attachment.html>


More information about the Mercurial-devel mailing list