revision: simplify argument parsing.
authorJunio C Hamano <junkio@cox.net>
Sun, 2 Apr 2006 02:38:25 +0000 (18:38 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 2 Apr 2006 02:56:16 +0000 (18:56 -0800)
commit53069686601d156dea3787a100ffc4e35c78040f
tree7938568b1b858d41742f6685fb79a97f725e713f
parent22c31bf183bff576c7807f9d67abfc11ee8e1fa4
revision: simplify argument parsing.

This just moves code around to consolidate the part that sets
revs->limited to one place based on various flags.

Signed-off-by: Junio C Hamano <junkio@cox.net>
revision.c