Function: emacs-bzr-get-version

emacs-bzr-get-version is a function alias for emacs-repository-get-version, defined in version.el.gz.

This function is obsolete since 24.4; use emacs-repository-get-version instead.

Signature

(emacs-bzr-get-version &optional DIR EXTERNAL)

Documentation

Try to return as a string the repository revision of the Emacs sources.

The format of the returned string is dependent on the VCS in use.

If Emacs is built for Android, use the version information embedded in the Emacs installation package.

Value is nil if the sources do not seem to be under version control, or if we could not determine the revision. Note that this reports on the current state of the sources, which may not correspond to the running Emacs.

Optional argument DIR is a directory to use instead of source-directory. Optional argument EXTERNAL is ignored.

Aliases

emacs-bzr-get-version (obsolete since 24.4)