Moved VCS detection from _vcs_help() to _vcs_version().
authorW. Trevor King <wking@drexel.edu>
Tue, 6 Oct 2009 10:37:21 +0000 (06:37 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 6 Oct 2009 10:37:21 +0000 (06:37 -0400)
commit5323cc1ba94095938c54a2853a3827c14b420e66
treed742c177113374ae90a3ba334c362c038794c08a
parentaa7546258e3f24bec3df2d8c4b203ed08e0acbce
Moved VCS detection from _vcs_help() to _vcs_version().

The version string is useful information to have around, while the
help string is probably not.  For example, we use it in
darcs.Darcs._vcs_get_file_contents() to construct an incantation
appropriate to the version we're dealing with.
libbe/arch.py
libbe/bzr.py
libbe/darcs.py
libbe/git.py
libbe/hg.py
libbe/vcs.py