Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mercurial-devel
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
mercurial
mercurial-devel
Commits
3417b3d9
Commit
3417b3d9
authored
14 years ago
by
Martin Geisler
Browse files
Options
Downloads
Patches
Plain Diff
convert: help string cleanups
parent
6a94459b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hgext/convert/__init__.py
+2
-2
2 additions, 2 deletions
hgext/convert/__init__.py
tests/test-convert.out
+2
-2
2 additions, 2 deletions
tests/test-convert.out
with
4 additions
and
4 deletions
hgext/convert/__init__.py
+
2
−
2
View file @
3417b3d9
...
...
@@ -67,6 +67,6 @@
<source ID> <destination ID>
If the file doesn
'
t exist, it
'
s automatically created. It
'
s
updated on each commit copied, so convert
-repo
can be interrupted
updated on each commit copied, so
:hg:`
convert
`
can be interrupted
and can be run repeatedly to copy new commits.
...
...
@@ -71,6 +71,6 @@
and can be run repeatedly to copy new commits.
The
[
username mapping
]
file is a simple text file that maps each
The username mapping file is a simple text file that maps each
source commit author to a destination commit author. It is handy
for source SCMs that use unix logins to identify authors (eg:
CVS). One line per author mapping and the line format is::
...
...
This diff is collapsed.
Click to expand it.
tests/test-convert.out
+
2
−
2
View file @
3417b3d9
...
...
@@ -48,6 +48,6 @@
<source ID> <destination ID>
If the file doesn't exist, it's automatically created. It's updated on
each commit copied, so convert
-repo
can be interrupted and can be run
each commit copied, so
"hg
convert
"
can be interrupted and can be run
repeatedly to copy new commits.
...
...
@@ -52,6 +52,6 @@
repeatedly to copy new commits.
The
[
username mapping
]
file is a simple text file that maps each source
The username mapping file is a simple text file that maps each source
commit author to a destination commit author. It is handy for source SCMs
that use unix logins to identify authors (eg: CVS). One line per author
mapping and the line format is:
...
...
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