Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Mercurial
hg
Commits
7eca4cfa8aad
Commit
7eca4cfa8aad
authored
20 years ago
by
mpm
Browse files
Options
Downloads
Patches
Plain Diff
Update version numbers
parent
6daf7757e92b
Branches
Branches containing commit
Tags
0.4d
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
hg
+1
-1
1 addition, 1 deletion
hg
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
hg
+
1
−
1
View file @
7eca4cfa
#!/usr/bin/env python
#
# mercurial - a minimal scalable distributed SCM
# v0.4
c
"oedipa maas"
# v0.4
d
"oedipa maas"
#
# Copyright 2005 Matt Mackall <mpm@selenic.com>
#
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
7eca4cfa
...
...
@@ -8,7 +8,7 @@
from
distutils.core
import
setup
setup
(
name
=
'
mercurial
'
,
version
=
'
0.4
c
'
,
version
=
'
0.4
d
'
,
author
=
'
Matt Mackall
'
,
author_email
=
'
mpm@selenic.com
'
,
url
=
'
http://selenic.com/mercurial
'
,
...
...
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