convert: add support for specifying multiple revs
Previously convert could only take one '--rev'. This change allows the user to specify multiple --rev entries. For instance, this could allow converting multiple branches (but not all branches) at once from git. In this first patch, we disable support for this for all sources. Future patches will enable it for select sources (like git).
Showing
- hgext/convert/__init__.py 1 addition, 1 deletionhgext/convert/__init__.py
- hgext/convert/bzr.py 5 additions, 5 deletionshgext/convert/bzr.py
- hgext/convert/common.py 2 additions, 2 deletionshgext/convert/common.py
- hgext/convert/convcmd.py 2 additions, 2 deletionshgext/convert/convcmd.py
- hgext/convert/cvs.py 8 additions, 5 deletionshgext/convert/cvs.py
- hgext/convert/darcs.py 2 additions, 2 deletionshgext/convert/darcs.py
- hgext/convert/git.py 9 additions, 4 deletionshgext/convert/git.py
- hgext/convert/gnuarch.py 2 additions, 2 deletionshgext/convert/gnuarch.py
- hgext/convert/hg.py 8 additions, 5 deletionshgext/convert/hg.py
- hgext/convert/monotone.py 8 additions, 5 deletionshgext/convert/monotone.py
- hgext/convert/p4.py 6 additions, 3 deletionshgext/convert/p4.py
- hgext/convert/subversion.py 9 additions, 5 deletionshgext/convert/subversion.py
- tests/test-convert.t 2 additions, 2 deletionstests/test-convert.t
Loading
Please register or sign in to comment