Changeset 146


Ignore:
Timestamp:
09/06/07 06:13:11 (18 years ago)
Author:
Magnus Henoch
Message:

Add init command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified cl-darcs/trunk/cmdline.lisp ΒΆ

    r143 r146  
    9090Usage: darcs whatsnew"
    9191  (diff-repo-display (find-repo)))
     92
     93(define-darcs-command init ()
     94    "Initialize a darcs repository in the current directory."
     95  (create-repo (truename *default-pathname-defaults*)))
Note: See TracChangeset for help on using the changeset viewer.