Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
hg-git
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
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
Admin message
This instance will be upgraded to Heptapod 17.9.0 final on 2025-04-04 between 14:00 and 15:00 UTC+2
Show more breadcrumbs
mercurial
hg-git
Commits
89dcbfac
Commit
89dcbfac
authored
15 years ago
by
Abderrahim Kitouni
Browse files
Options
Downloads
Patches
Plain Diff
fix some name errors
parent
07de9447
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
git_handler.py
+2
-1
2 additions, 1 deletion
git_handler.py
with
2 additions
and
1 deletion
git_handler.py
+
2
−
1
View file @
89dcbfac
...
...
@@ -6,6 +6,7 @@
from
mercurial.i18n
import
_
from
mercurial.node
import
hex
,
bin
,
nullid
from
mercurial
import
context
from
mercurial.error
import
RepoError
from
dulwich.misc
import
make_sha
from
dulwich.objects
import
(
Blob
,
...
...
@@ -610,7 +611,7 @@
changed
[
ref_name
]
=
self
.
map_git_get
(
hex
(
local_ref
))
else
:
# XXX: maybe abort completely
ui
.
warn
(
'
not pushing branch %s, please merge
'
%
head
)
self
.
ui
.
warn
(
'
not pushing branch %s, please merge
\n
'
%
head
)
except
RepoError
:
#pragma: no cover
# remote_ref is not here
pass
...
...
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