diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2010-04-09 13:19:53 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2010-04-09 13:19:53 -0400 |
commit | 004f9b3f1bf1fdf09c457cd30ea5e377d653a470 (patch) | |
tree | 64e663ab2bed79b434a44eb054f70bbc8e03c8c4 /lisp/vc-arch.el | |
parent | b13aef54997edcdceae7dab09a979f5833e6285d (diff) | |
download | emacs-004f9b3f1bf1fdf09c457cd30ea5e377d653a470.tar.gz |
Get rid of several uses of the term 'master' in favor of equivalent verbiage
using "repository". No code changes.
Diffstat (limited to 'lisp/vc-arch.el')
-rw-r--r-- | lisp/vc-arch.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/vc-arch.el b/lisp/vc-arch.el index 80629ec0b4b..a723f98b8ae 100644 --- a/lisp/vc-arch.el +++ b/lisp/vc-arch.el @@ -254,8 +254,7 @@ Only the value `maybe' can be trusted :-(." (buffer-substring (point-min) (1- (point-max))))))))) (defun vc-arch-workfile-unchanged-p (file) - "Check if FILE is unchanged by diffing against the master version. -Return non-nil if FILE is unchanged." + "Stub: arch workfiles are always considered to be in a changed state," nil) (defun vc-arch-state (file) |