mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-11-11 21:55:40 +01:00
remote-helpers: trivial cleanups
No functional changes. Typos, unused variables, redundant operations, and white-spaces. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# For remote repositories a local clone is stored in
|
||||
# "$GIT_DIR/hg/origin/clone/.hg/".
|
||||
|
||||
from mercurial import hg, ui, bookmarks, context, util, encoding, node, error, extensions
|
||||
from mercurial import hg, ui, bookmarks, context, encoding, node, error, extensions
|
||||
|
||||
import re
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user