-
- Downloads
diffutil: move the module out of utils package
mercurial.utils modules inherit the property of the mercurial.util, which is no dependency on ui, repo, ctx, etc. As the diffutil module seems to reside in the scmutil layer, it's probably better to not put it under the utils package.
Showing
- contrib/synthrepo.py 1 addition, 1 deletioncontrib/synthrepo.py
- mercurial/diffutil.py 2 additions, 2 deletionsmercurial/diffutil.py
- mercurial/hgweb/webutil.py 1 addition, 1 deletionmercurial/hgweb/webutil.py
- mercurial/obsutil.py 1 addition, 1 deletionmercurial/obsutil.py
- mercurial/patch.py 1 addition, 1 deletionmercurial/patch.py
- mercurial/revset.py 1 addition, 1 deletionmercurial/revset.py
- mercurial/templatekw.py 1 addition, 1 deletionmercurial/templatekw.py
- tests/test-context.py 1 addition, 1 deletiontests/test-context.py
Loading
Please register or sign in to comment