source: cl-darcs/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @205   16 years Magnus Henoch Document "darcs init"
(edit) @204   16 years Magnus Henoch Note todo items for command operands
(edit) @203   16 years Magnus Henoch Use DARCS-DOCUMENTATION property in USAGE
(edit) @202   16 years Magnus Henoch Document command line tool
(edit) @201   16 years Magnus Henoch Mention compilation in README
(edit) @200   16 years Magnus Henoch Add dir entry to documentation
(edit) @199   16 years Magnus Henoch Include test suite in distribution
(edit) @198   16 years Magnus Henoch Use one central makefile
(edit) @197   16 years Magnus Henoch Satisfy ASDF's tarball name convention
(edit) @196   16 years Magnus Henoch Don't rebuild darcs unless dependencies changed
(edit) @195   16 years Magnus Henoch Commit dump scripts
(edit) @194   16 years Magnus Henoch Update version number
(edit) @193   16 years Magnus Henoch Autoconfiscate
(edit) @192   16 years Magnus Henoch Mention Lispworks compatibility
(edit) @191   16 years Magnus Henoch Mention CL-DIFFLIB in README
(edit) @190   16 years Magnus Henoch Remove unused binary-text.lisp
(edit) @189   16 years Magnus Henoch Fix typo
(edit) @188   16 years Magnus Henoch Remove superfluous documentation for 'darcs init'
(edit) @187   16 years Magnus Henoch Generate documentation for all command arguments
(edit) @186   16 years Magnus Henoch "darcs get"
(edit) @185   16 years Magnus Henoch GET-REPO: Use more truenames. Output same success message as darcs.
(edit) @184   16 years Magnus Henoch Add TRUENAME argument to MAKE-UPATH
(edit) @183   16 years Magnus Henoch Fix order of parentheses
(edit) @182   16 years Magnus Henoch Add TRUENAME argument to UPATH-TO-STRING, and use it in GET-REPO
(edit) @181   16 years Magnus Henoch Fix MAKE-UPATH for short arguments
(edit) @180   16 years Magnus Henoch Add basic Makefile
(edit) @179   16 years Magnus Henoch Add test suite
(edit) @178   16 years Magnus Henoch GET-COMMON-AND-UNCOMMON returns patchinfo in correct order
(edit) @177   16 years Magnus Henoch Check that we don't pull from current repository
(edit) @176   16 years Magnus Henoch Change default repository when pulling
(edit) @175   16 years Magnus Henoch Make FIND-REPO handle its error case properly. FINISH-OUTPUT before …
(edit) @174   16 years Magnus Henoch EQUAL-PATCH: add method for comparing two DIRECTORY-PATCHes
(edit) @173   16 years Magnus Henoch Use WITH-REPO for "record"
(edit) @172   16 years Magnus Henoch Add WITH-REPO and use it for "add".
(edit) @171   16 years Magnus Henoch Implement "pull" command. Remove obsolete handler case.
(edit) @170   16 years Magnus Henoch Adapt message when pull finished
(edit) @169   16 years Magnus Henoch Add UPATH-TO-STRING and use it for saving repository addresses
(edit) @168   16 years Magnus Henoch FIND-REPO: get truename of directory
(edit) @167   16 years Magnus Henoch UPATH-SUBDIR: assume that base pathname is a directory, and use …
(edit) @166   16 years Magnus Henoch Fix typo in error message
(edit) @165   16 years Magnus Henoch Handle empty inventory files
(edit) @164   16 years Magnus Henoch Adapt message when there are no patches to pull
(edit) @163   16 years Magnus Henoch Delete init.lisp and its INIT-TREE. Write empty inventory in …
(edit) @162   16 years Magnus Henoch FIND-REPO finds repository in parent directories too
(edit) @161   16 years Magnus Henoch Fix typo in docstring
(edit) @160   16 years Magnus Henoch When adding a file, make sure that we can read it
(edit) @159   16 years Magnus Henoch Move INVALID-ARGUMENTS condition to getopt.lisp, and use it.
(edit) @158   16 years Magnus Henoch Use more elaborate options framework for command line tool
(edit) @157   16 years Magnus Henoch Hack "add" command for error messages conforming to darcs' test suite, etc
(edit) @156   16 years Magnus Henoch Add CREATE-EMPTY-PRISTINE
(edit) @155   16 years Magnus Henoch Remove pending patches after they are committed
(edit) @154   16 years Magnus Henoch Write directory patches without trailing slash
(edit) @153   16 years Magnus Henoch Ignore duplicated slashes in filenames
(edit) @152   16 years Magnus Henoch CREATE-REPO: Create directory if it doesn't exist. Always make an …
(edit) @151   16 years Magnus Henoch Make EQUAL-PATCH work for ADD-FILE-PATCH and RM-FILE-PATCH
(edit) @150   16 years Magnus Henoch Signal an error when adding a file or directory that already exists
(edit) @149   16 years Magnus Henoch Fix error signalling when file to create already exists
(edit) @148   16 years Magnus Henoch Use getopt library. Use it for "init" command.
(edit) @147   16 years Magnus Henoch Use TRUENAME on repository directory when diffing
(edit) @146   17 years Magnus Henoch Add init command
(edit) @145   17 years Magnus Henoch Check if PREPARE-NEW-REPO is run in a repository
(edit) @144   17 years Magnus Henoch PREPARE-NEW-REPO: assume and assert that directory exists, instead of …
(edit) @143   17 years Magnus Henoch Fix error message for unknown command
(edit) @142   17 years Magnus Henoch Fix USAGE.
(edit) @141   17 years Magnus Henoch Fix format specifiers
(edit) @140   17 years Magnus Henoch Add cmdline to ASDF file
(edit) @139   17 years Magnus Henoch Start hacking command line interface
(edit) @138   17 years Magnus Henoch PULL: Don't pull new patches if there are none
(edit) @137   17 years Magnus Henoch PATHNAME-SANE-P: pathnames without directory components are sane
(edit) @136   17 years Magnus Henoch s/:forward/:forwards/
(edit) @135   17 years Magnus Henoch Fix DIFF-REPO when there is no pending patch
(edit) @134   17 years Magnus Henoch Use the "pending" patch to keep track of new files and directories …
(edit) @133   17 years Magnus Henoch Update dependcy information in README
(edit) @132   17 years Magnus Henoch Export ADD-FILE from package
(edit) @131   17 years Magnus Henoch Use ENOUGH-NAMESTRING to permit more user convenience in ADD-FILE
(edit) @130   17 years Magnus Henoch Fix ADD-FILE existing file test
(edit) @129   17 years Magnus Henoch Make FIND-TOUCHING for COMPOSITE-PATCH return two values.
(edit) @128   17 years Magnus Henoch Add FIND-TOUCHING methods for DIRECTORY-PATCH and subclasses. Add …
(edit) @127   17 years Magnus Henoch Add FIND-TOUCHING methods for FILE-PATCH, ADD-FILE-PATCH and RM-FILE-PATCH.
(edit) @126   17 years Magnus Henoch Make FIND-TOUCHING direction-aware
(edit) @125   17 years Magnus Henoch Don't convert pathname to string when creating patch objects
(edit) @124   17 years Magnus Henoch Add ADD-FILE. Move "pending" functions to pending.lisp.
(edit) @123   17 years Magnus Henoch Add PATHNAME-SANE-P and use it.
(edit) @122   17 years Magnus Henoch Add functions for managing pending patches
(edit) @121   17 years Magnus Henoch Ironclad's SHA1 works with CLISP now
(edit) @120   17 years Magnus Henoch For Lispworks, use RENAME-FILE when applying a MOVE-PATCH. Suggestion …
(edit) @119   17 years Magnus Henoch Use MAKE-ARRAY instead of COERCE
(edit) @118   17 years Magnus Henoch Use PRINT-UNREADABLE-OBJECT in PRINT-OBJECT of PATCHINFO.
(edit) @117   17 years Magnus Henoch Don't cut history after latest tag if there is no tag
(edit) @116   17 years Magnus Henoch Don't use PI as variable in lambda function
(edit) @115   17 years Magnus Henoch Only print "Reapplying" when actually reapplying something
(edit) @114   17 years Magnus Henoch Add COMMUTE methods for trivial commutations of FILE-PATCH and …
(edit) @113   17 years Magnus Henoch Export REVERT-CHANGES and SEND-TO-FILE
(edit) @112   17 years Magnus Henoch Add revert.lisp and REVERT-CHANGES
(edit) @111   17 years Magnus Henoch Add send-to-file
(edit) @110   17 years Magnus Henoch Fix thinko in get-common-and-uncommon
(edit) @109   17 years Magnus Henoch Fix dependency problem for record.lisp
(edit) @108   17 years Magnus Henoch Flush *STANDARD-OUTPUT* when writing progress dots
(edit) @107   17 years Magnus Henoch Fix EOF handling of READ-BINARY-LINE
(edit) @106   17 years Magnus Henoch Make PULL conditionally interactive. SELECT-PATCHES now takes a …
Note: See TracRevisionLog for help on using the revision log.