[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnu-arch-users] replay --exact
From: |
Tom Lord |
Subject: |
Re: [Gnu-arch-users] replay --exact |
Date: |
Mon, 12 Jan 2004 15:58:26 -0800 (PST) |
> From: "Robert Anderson" <address@hidden>
> How do I emulate what used to be replay --exact?
By specifying exact patch numbers on the command line.
tla replay --exact foo--bar--x.y--patch-n
has turned into:
tla replay foo--bar--x.y--patch-n
Theoretically, this implies the need for a --upto option (to do what
replay used to do without --exact) but, for weeks or months now,
nobody has actually asked for one. (Until there is one, you can do
the same thing with --list.)
-t