D6657: cleanup: remove redundant import
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Fri Jul 19 06:30:50 UTC 2019
Closed by commit rHG3acb3660a626: cleanup: remove redundant import (authored by durin42).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D6657?vs=15971&id=15975
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D6657/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D6657
AFFECTED FILES
tests/test-bookmarks-corner-case.t
CHANGE DETAILS
diff --git a/tests/test-bookmarks-corner-case.t b/tests/test-bookmarks-corner-case.t
--- a/tests/test-bookmarks-corner-case.t
+++ b/tests/test-bookmarks-corner-case.t
@@ -119,7 +119,6 @@
> import atexit
> import os
> import time
- > import atexit
> from mercurial import error, extensions, bookmarks
>
> def wait(repo):
To: durin42, #hg-reviewers, pulkit
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list