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
Show more breadcrumbs
mercurial
hg-git
Commits
db270ed5
Commit
db270ed5
authored
9 years ago
by
Siddharth Agarwal
Browse files
Options
Downloads
Patches
Plain Diff
init: regularize mercurial imports
parent
f2391790
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
hggit/__init__.py
+17
-15
17 additions, 15 deletions
hggit/__init__.py
with
17 additions
and
15 deletions
hggit/__init__.py
+
17
−
15
View file @
db270ed5
...
...
@@ -29,20 +29,5 @@
from
bisect
import
insort
from
git_handler
import
GitHandler
from
mercurial
import
bundlerepo
from
mercurial
import
cmdutil
from
mercurial
import
demandimport
from
mercurial
import
dirstate
from
mercurial
import
discovery
from
mercurial
import
extensions
from
mercurial
import
help
from
mercurial
import
hg
from
mercurial
import
localrepo
from
mercurial
import
manifest
from
mercurial
import
revset
from
mercurial
import
scmutil
from
mercurial
import
templatekw
from
mercurial
import
ui
as
hgui
from
mercurial
import
util
as
hgutil
from
mercurial.node
import
hex
from
mercurial.i18n
import
_
...
...
@@ -47,5 +32,22 @@
from
mercurial.node
import
hex
from
mercurial.i18n
import
_
from
mercurial
import
(
bundlerepo
,
cmdutil
,
demandimport
,
dirstate
,
discovery
,
extensions
,
help
,
hg
,
ui
as
hgui
,
util
as
hgutil
,
localrepo
,
manifest
,
revset
,
scmutil
,
templatekw
,
)
try
:
from
mercurial
import
exchange
...
...
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