Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hg-git
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
heptapod
hg-git
Commits
00afe829
Commit
00afe829
authored
9 years ago
by
Siddharth Agarwal
Browse files
Options
Downloads
Patches
Plain Diff
test-help: fix for Mercurial 3.7
The other `sed` seems to no longer be necessary, so remove it.
parent
bcf3d04d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test-help.t
+3
-1
3 additions, 1 deletion
tests/test-help.t
with
3 additions
and
1 deletion
tests/test-help.t
+
3
−
1
View file @
00afe829
...
...
@@ -6,7 +6,9 @@
$
hg
help
|
grep
'
git
'
|
sed
'
s/ */ /g
'
hggit
push
and
pull
from
a
Git
server
git
Working
with
Git
Repositories
$
hg
help
hggit
|
grep
'
help git
'
|
sed
'
s/:hg:`help git`/"hg help git"/g
'
Mercurial
3.7
+
uses
single
quotes
$
hg
help
hggit
|
grep
'
help git
'
|
sed
"
s/'/
\"
/g
"
For
more
information
and
instructions
,
see
"
hg help git
"
$
hg
help
git
|
grep
'
Working with Git Repositories
'
Working
with
Git
Repositories
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