Move version control related files to the "vc" subdirectory.
authorJuri Linkov <juri@jurta.org>
Fri, 11 Jun 2010 18:51:00 +0000 (21:51 +0300)
committerJuri Linkov <juri@jurta.org>
Fri, 11 Jun 2010 18:51:00 +0000 (21:51 +0300)
commit56b2854f302ee88e9adb03c196e6643841220440
treea535a76c71fd92513ba9bf694e7b6a121397d19e
parent6534e58a57f60d338491ca97db605cbb116f0c2f
Move version control related files to the "vc" subdirectory.
* add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
* ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
* ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
* ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
* pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
* smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
* vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
* vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
Move files to the "vc" subdirectory.
40 files changed:
lisp/ChangeLog
lisp/vc/add-log.el [moved from lisp/add-log.el with 100% similarity]
lisp/vc/cvs-status.el [moved from lisp/cvs-status.el with 100% similarity]
lisp/vc/diff-mode.el [moved from lisp/diff-mode.el with 100% similarity]
lisp/vc/diff.el [moved from lisp/diff.el with 100% similarity]
lisp/vc/ediff-diff.el [moved from lisp/ediff-diff.el with 100% similarity]
lisp/vc/ediff-help.el [moved from lisp/ediff-help.el with 100% similarity]
lisp/vc/ediff-hook.el [moved from lisp/ediff-hook.el with 100% similarity]
lisp/vc/ediff-init.el [moved from lisp/ediff-init.el with 100% similarity]
lisp/vc/ediff-merg.el [moved from lisp/ediff-merg.el with 100% similarity]
lisp/vc/ediff-mult.el [moved from lisp/ediff-mult.el with 100% similarity]
lisp/vc/ediff-ptch.el [moved from lisp/ediff-ptch.el with 100% similarity]
lisp/vc/ediff-util.el [moved from lisp/ediff-util.el with 100% similarity]
lisp/vc/ediff-vers.el [moved from lisp/ediff-vers.el with 100% similarity]
lisp/vc/ediff-wind.el [moved from lisp/ediff-wind.el with 100% similarity]
lisp/vc/ediff.el [moved from lisp/ediff.el with 100% similarity]
lisp/vc/emerge.el [moved from lisp/emerge.el with 100% similarity]
lisp/vc/log-edit.el [moved from lisp/log-edit.el with 100% similarity]
lisp/vc/log-view.el [moved from lisp/log-view.el with 100% similarity]
lisp/vc/pcvs-defs.el [moved from lisp/pcvs-defs.el with 100% similarity]
lisp/vc/pcvs-info.el [moved from lisp/pcvs-info.el with 100% similarity]
lisp/vc/pcvs-parse.el [moved from lisp/pcvs-parse.el with 100% similarity]
lisp/vc/pcvs-util.el [moved from lisp/pcvs-util.el with 100% similarity]
lisp/vc/pcvs.el [moved from lisp/pcvs.el with 100% similarity]
lisp/vc/smerge-mode.el [moved from lisp/smerge-mode.el with 100% similarity]
lisp/vc/vc-annotate.el [moved from lisp/vc-annotate.el with 100% similarity]
lisp/vc/vc-arch.el [moved from lisp/vc-arch.el with 100% similarity]
lisp/vc/vc-bzr.el [moved from lisp/vc-bzr.el with 100% similarity]
lisp/vc/vc-cvs.el [moved from lisp/vc-cvs.el with 100% similarity]
lisp/vc/vc-dav.el [moved from lisp/vc-dav.el with 100% similarity]
lisp/vc/vc-dir.el [moved from lisp/vc-dir.el with 100% similarity]
lisp/vc/vc-dispatcher.el [moved from lisp/vc-dispatcher.el with 100% similarity]
lisp/vc/vc-git.el [moved from lisp/vc-git.el with 100% similarity]
lisp/vc/vc-hg.el [moved from lisp/vc-hg.el with 100% similarity]
lisp/vc/vc-hooks.el [moved from lisp/vc-hooks.el with 100% similarity]
lisp/vc/vc-mtn.el [moved from lisp/vc-mtn.el with 100% similarity]
lisp/vc/vc-rcs.el [moved from lisp/vc-rcs.el with 100% similarity]
lisp/vc/vc-sccs.el [moved from lisp/vc-sccs.el with 100% similarity]
lisp/vc/vc-svn.el [moved from lisp/vc-svn.el with 100% similarity]
lisp/vc/vc.el [moved from lisp/vc.el with 100% similarity]