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