Submitter | timeless |
---|---|
Date | May 3, 2016, 4:17 p.m. |
Message ID | <1cb074950009a30cb634.1462292275@gcc2-power8.osuosl.org> |
Download | mbox | patch |
Permalink | /patch/14867/ |
State | Accepted |
Headers | show |
Comments
On Tue, May 03, 2016 at 04:17:55PM +0000, timeless wrote: > # HG changeset patch > # User timeless <timeless@mozdev.org> > # Date 1462289211 0 > # Tue May 03 15:26:51 2016 +0000 > # Node ID 1cb074950009a30cb6346f667b4cc40bc51c3d0c > # Parent 9fb2e8c8f3204a610eab3576d6aaf2fa7b8bc450 > # Available At bb://timeless/mercurial-crew > # hg pull bb://timeless/mercurial-crew -r 1cb074950009 > tests: test histedit base command plan help This patch is queued, holding other two for discussion. > > diff -r 9fb2e8c8f320 -r 1cb074950009 tests/test-histedit-base.t > --- a/tests/test-histedit-base.t Fri Apr 15 13:10:34 2016 -0700 > +++ b/tests/test-histedit-base.t Tue May 03 15:26:51 2016 +0000 > @@ -39,7 +39,10 @@ > |/ > o 0:cd010b8cd998f3981a5a8115f94f8da4ab506089:draft 'A' > > +Verify that implicit base command and help are listed > > + $ HGEDITOR=cat hg histedit |grep base > + # b, base = checkout changeset and apply further changesets from there > > Go to D > $ hg update 3 > _______________________________________________ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
Patch
diff -r 9fb2e8c8f320 -r 1cb074950009 tests/test-histedit-base.t --- a/tests/test-histedit-base.t Fri Apr 15 13:10:34 2016 -0700 +++ b/tests/test-histedit-base.t Tue May 03 15:26:51 2016 +0000 @@ -39,7 +39,10 @@ |/ o 0:cd010b8cd998f3981a5a8115f94f8da4ab506089:draft 'A' +Verify that implicit base command and help are listed + $ HGEDITOR=cat hg histedit |grep base + # b, base = checkout changeset and apply further changesets from there Go to D $ hg update 3