Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
c954822c
Commit
c954822c
authored
35 years ago
by
ch
Browse files
Options
Downloads
Patches
Plain Diff
Frobbed a few messages to be more descriptive.
parent
5cb2fd9d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hemlock/rcs.lisp
+4
-3
4 additions, 3 deletions
hemlock/rcs.lisp
with
4 additions
and
3 deletions
hemlock/rcs.lisp
+
4
−
3
View file @
c954822c
;;; -*- Package: HEMLOCK; Mode: Lisp -*-
;;; -*- Package: HEMLOCK; Mode: Lisp -*-
;;;
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/rcs.lisp,v 1.1
2
1990/03/03 0
0:49
:5
4
ch Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/rcs.lisp,v 1.1
3
1990/03/03 0
1:03
:5
5
ch Exp $
;;;
;;;
;;; Various commands for dealing with RCS under Hemlock.
;;; Various commands for dealing with RCS under Hemlock.
;;;
;;;
...
@@ -131,7 +131,8 @@
...
@@ -131,7 +131,8 @@
(
change-to-buffer
log-buffer
)
(
change-to-buffer
log-buffer
)
(
do-recursive-edit
)
(
do-recursive-edit
)
(
message
"Checking in ~A ..."
(
namestring
pathname
))
(
message
"Checking in ~A~:[~; keeping the lock~] ..."
(
namestring
pathname
)
keep-lock
)
(
let
((
log-stream
(
make-hemlock-region-stream
(
let
((
log-stream
(
make-hemlock-region-stream
(
buffer-region
log-buffer
))))
(
buffer-region
log-buffer
))))
(
sub-check-in-file
pathname
keep-lock
log-stream
))
(
sub-check-in-file
pathname
keep-lock
log-stream
))
...
@@ -227,7 +228,7 @@
...
@@ -227,7 +228,7 @@
check-out-count
))
check-out-count
))
(
defun
rcs-check-out-file
(
buffer
pathname
lock
)
(
defun
rcs-check-out-file
(
buffer
pathname
lock
)
(
message
"Checking out ~A ..."
(
namestring
pathname
))
(
message
"Checking out ~A
~:[~; with a lock~]
..."
(
namestring
pathname
)
lock
)
(
in-directory
pathname
(
in-directory
pathname
(
let
((
backup
(
let
((
backup
(
if
(
probe-file
pathname
)
(
if
(
probe-file
pathname
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment