Mercurial > hgsubversion
comparison svncommand.py @ 224:2165461d2dd8
Exception clean-ups; use symbolic names & avoid Python 2.6 deprecations.
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Thu, 19 Mar 2009 21:27:39 +0100 |
parents | de3807ceea5c |
children | 1aa1d2d406d9 |
comparison
equal
deleted
inserted
replaced
212:a421aca2b0f5 | 224:2165461d2dd8 |
---|---|
3 import sys | 3 import sys |
4 import traceback | 4 import traceback |
5 | 5 |
6 from mercurial import hg | 6 from mercurial import hg |
7 from mercurial import node | 7 from mercurial import node |
8 from mercurial import util as merc_util | |
9 | 8 |
10 import svnwrap | 9 import svnwrap |
11 import util | 10 import util |
12 from util import register_subcommand, svn_subcommands, generate_help, svn_commands_nourl | 11 from util import register_subcommand, svn_subcommands, generate_help, svn_commands_nourl |
13 # dirty trick to force demandimport to run my decorator anyway. | 12 # dirty trick to force demandimport to run my decorator anyway. |