darcs checkin history?? forgot ....
Hello, If I have a URL for a darcs repository, how can I get a listing of activity ... mainly "checkin" history .... e.g. name, date timestamp? Thanks, Vasili
On 16 September 2011 16:55, Vasili I. Galchin <vigalchin@gmail.com> wrote:
Hello,
If I have a URL for a darcs repository, how can I get a listing of activity ... mainly "checkin" history .... e.g. name, date timestamp?
darcs get <repo> cd <repo-name> darcs changes -- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com
On Fri, Sep 16, 2011 at 17:00:08 +1000, Ivan Lazar Miljenovic wrote:
If I have a URL for a darcs repository, how can I get a listing of activity ... mainly "checkin" history .... e.g. name, date timestamp?
darcs get <repo> cd <repo-name> darcs changes
Alternatively, darcs changes --repo <repo> -- Eric Kow <http://erickow.com>
Thanks Eric. You speak Cantonese? Vasili On Fri, Sep 16, 2011 at 2:32 AM, Eric Y. Kow <kowey@darcs.net> wrote:
On Fri, Sep 16, 2011 at 17:00:08 +1000, Ivan Lazar Miljenovic wrote:
If I have a URL for a darcs repository, how can I get a listing of activity ... mainly "checkin" history .... e.g. name, date timestamp?
darcs get <repo> cd <repo-name> darcs changes
Alternatively, darcs changes --repo <repo>
-- Eric Kow <http://erickow.com>
participants (3)
-
Eric Y. Kow -
Ivan Lazar Miljenovic -
Vasili I. Galchin