source: cl-darcs/trunk/packages.lisp

Last change on this file was 139, checked in by Magnus Henoch, 17 years ago

Start hacking command line interface

File size: 273 bytes
Line 
1(in-package :cl-user)
2
3(defpackage :darcs
4  (:use :cl)
5  (:nicknames :cl-darcs)
6  (:export
7   #:*http-proxy*
8   #:get-repo #:pull #:diff-repo #:diff-repo-display 
9   #:record-changes #:create-repo
10   #:revert-changes #:send-to-file
11   #:add-file
12   #:handle-command-line))
Note: See TracBrowser for help on using the repository browser.