Changeset 147


Ignore:
Timestamp:
11/22/07 13:52:39 (17 years ago)
Author:
Magnus Henoch
Message:

Use TRUENAME on repository directory when diffing

File:
1 edited

Legend:

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

    r136 r147  
    120120Return a list of patches.
    121121ORIGINAL and MODIFIED specify directories to start from."
    122   (setf repo (fad:pathname-as-directory repo))
     122  (setf repo (truename (fad:pathname-as-directory repo)))
    123123  (unless (and original modified)
    124124    (setf modified repo)
Note: See TracChangeset for help on using the changeset viewer.