Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test a range of revisions #279

Closed
ncalexan mannequin opened this issue Feb 22, 2007 · 2 comments
Closed

Add test a range of revisions #279

ncalexan mannequin opened this issue Feb 22, 2007 · 2 comments

Comments

@ncalexan
Copy link
Mannequin

ncalexan mannequin commented Feb 22, 2007

I often want to test only files touched by a range of revisions. It would be nice if there was a 'test revisions' command, so sage -tr branch:tip, sage -tr 1023, etc queried hg for changes and only tested those files.

Component: user interface

Keywords: test hg mercurial

Issue created by migration from https://trac.sagemath.org/ticket/279

@ncalexan
Copy link
Mannequin Author

ncalexan mannequin commented Feb 25, 2007

comment:1

Changeset 0e2d1b3b9389 changes sage -tnew rev to support this.

# By default, we compare to tip.  However, it is handy to compare against
# a certain revision, perhaps tagged 2.2 or similar:
#
# EXAMPLES:
#
# Find things modified but not committed:
# % sage -tnew tip
#
# Find things modified since 2.2:
# % sage -tnew 2.2
#
# Find things modified between 2.1 and 2.2:
# % sage -tnew 2.1:2.2

@ncalexan ncalexan mannequin closed this as completed Feb 25, 2007
@williamstein
Copy link
Contributor

comment:2

Attachment: ncalexan-scripts-tnew.hg.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant