17 lines
525 B
Text
17 lines
525 B
Text
The changes are recorded by the version control system, Darcs. To see a log
|
|
quickly from the terminal, run:
|
|
|
|
$ darcs changes --repo http://hub.darcs.net/fr33domlover/vervis
|
|
|
|
There is also a web interface at <http://hub.darcs.net> which, among other
|
|
things, can display the history log.
|
|
|
|
To see the log in a local clone, first get a copy of the repository if you
|
|
haven't yet:
|
|
|
|
$ darcs get http://hub.darcs.net/fr33domlover/vervis
|
|
|
|
Then move into the newly created directory and run darcs:
|
|
|
|
$ cd vervis
|
|
$ darcs changes
|