diff hgext/bookmarks.py @ 7637:1d54e2f6c0b7

error: move repo errors rename NoCapability to CapabilityError
author Matt Mackall <mpm@selenic.com>
date Mon, 12 Jan 2009 10:42:31 -0600
parents 4dd7b28003d2
children f83a2b1d1a71
line wrap: on
line diff
--- a/hgext/bookmarks.py	Sun Jan 11 23:04:24 2009 -0600
+++ b/hgext/bookmarks.py	Mon Jan 12 10:42:31 2009 -0600
@@ -30,7 +30,6 @@
 from mercurial.i18n import _
 from mercurial import cmdutil, util, commands, changelog
 from mercurial.node import nullid, nullrev
-from mercurial.repo import RepoError
 import mercurial, mercurial.localrepo, mercurial.repair, os
 
 def parse(repo):