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
29b159bd
Commit
29b159bd
authored
11 years ago
by
Matt Mackall
Browse files
Options
Downloads
Plain Diff
merge with stable
parents
8b0e3a89
7f4cf938
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
+4
-3
4 additions, 3 deletions
hgext/convert/__init__.py
tests/test-convert.t
+6
-5
6 additions, 5 deletions
tests/test-convert.t
with
10 additions
and
8 deletions
hgext/convert/__init__.py
+
4
−
3
View file @
29b159bd
...
...
@@ -101,9 +101,10 @@
longest matching path applies, so line order does not matter.
The ``include`` directive causes a file, or all files under a
directory, to be included in the destination repository, and the
exclusion of all other files and directories not explicitly
included. The ``exclude`` directive causes files or directories to
directory, to be included in the destination repository. The default
if there are no ``include`` statements is to include everything.
If there are any ``include`` statements, nothing else is included.
The ``exclude`` directive causes files or directories to
be omitted. The ``rename`` directive renames a file or directory if
it is converted. To rename from a subdirectory into the root of
the repository, use ``.`` as the path to rename to.
...
...
This diff is collapsed.
Click to expand it.
tests/test-convert.t
+
6
−
5
View file @
29b159bd
...
...
@@ -84,11 +84,12 @@
so
line
order
does
not
matter
.
The
"
include
"
directive
causes
a
file
,
or
all
files
under
a
directory
,
to
be
included
in
the
destination
repository
,
and
the
exclusion
of
all
other
files
and
directories
not
explicitly
included
.
The
"
exclude
"
directive
causes
files
or
directories
to
be
omitted
.
The
"
rename
"
directive
renames
a
file
or
directory
if
it
is
converted
.
To
rename
from
a
subdirectory
into
the
root
of
the
repository
,
use
"
.
"
as
the
path
to
rename
to
.
be
included
in
the
destination
repository
.
The
default
if
there
are
no
"
include
"
statements
is
to
include
everything
.
If
there
are
any
"
include
"
statements
,
nothing
else
is
included
.
The
"
exclude
"
directive
causes
files
or
directories
to
be
omitted
.
The
"
rename
"
directive
renames
a
file
or
directory
if
it
is
converted
.
To
rename
from
a
subdirectory
into
the
root
of
the
repository
,
use
"
.
"
as
the
path
to
rename
to
.
The
splicemap
is
a
file
that
allows
insertion
of
synthetic
history
,
letting
you
specify
the
parents
of
a
revision
.
This
is
useful
if
you
want
...
...
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