/[emacs]/emacs/lisp/vc-arch.el
ViewVC logotype

Diff of /emacs/lisp/vc-arch.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by monnier, Sun Jan 2 22:07:52 2005 UTC revision 1.16 by spiegel, Sun Jan 9 21:29:27 2005 UTC
# Line 377  Return non-nil if FILE is unchanged." Line 377  Return non-nil if FILE is unchanged."
377        (setq newvers nil))        (setq newvers nil))
378    (if newvers    (if newvers
379        (error "Diffing specific revisions not implemented.")        (error "Diffing specific revisions not implemented.")
380      (let* ((async (fboundp 'start-process))      (let* ((async (and (not vc-disable-async-diff) (fboundp 'start-process)))
381             ;; Run the command from the root dir.             ;; Run the command from the root dir.
382             (default-directory (vc-arch-root file))             (default-directory (vc-arch-root file))
383             (status             (status

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26