#15223: Let the `TestSuite` test that the construction of a parent returns the
parent
-------------------------------------+-------------------------------------
Reporter: SimonKing | Owner:
Type: defect | Status: needs_review
Priority: major | Milestone: sage-6.1
Component: coercion | Resolution:
Keywords: construction | Merged in:
functor, test suite, sd53 | Reviewers:
Authors: Simon King | Work issues:
Report Upstream: N/A | Commit:
Branch: | 7a24de6caa6abad9218c6186030787871c070905
u/SimonKing/ticket/15223 | Stopgaps:
Dependencies: #15229 |
-------------------------------------+-------------------------------------
Comment (by mmezzarobba):
Replying to [comment:51 SimonKing]:
> Thank you! Can you briefly explain to me the differences between
`^HEAD`, `HEAD^` and `HEAD~`? I keep forgetting what is what.
The last two specify revisions (commits): `rev^k` is the `k`-th parent of
`rev`; `rev~k` is the grand^`k`^-first-parent of `rev`; `rev^` and `rev~`
are shorthands `rev^1` == `rev~1`.
`^rev` is something different: it is used to specify lower bounds of
ranges of revisions. For example, `rev1 rev2 ^rev3` is the set of all
ancestors of `rev1` or `rev2` that are not ancestors of `rev3`.
See `git help revisions` for the full syntax of revision specifications.
--
Ticket URL: <http://trac.sagemath.org/ticket/15223#comment:52>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.