2010/10/3 Uwe Kleine-König [off-list ref]:
Hi,
On Sun, Oct 03, 2010 at 11:25:55PM +0200, Bert Wesarg wrote:
quoted
Two new commands to explore the dependencies of TopGit branches:
a) tg prev [-i | -w] [NAME]
outputs the dependencies of NAME
b) tg next [-i | -w] [NAME]
outputs branches which depends on NAME
I wonder if this is somehow mergable with Per's checkout [next|prev].
(contained in git://repo.or.cz/topgit/tsort.git, t/checkout)
What do you think?
While this is obviously possible. I'm more a friend of many small
commands like quilt has it.
Also, I have a follow-up patch that prints all offending branches, not
only the directly one (--all option).
Bert
Best regards
Uwe