Show More
@@ -1709,6 +1709,9 b' def walkrepos(path):' | |||||
1709 | if '.hg' in dirs: |
|
1709 | if '.hg' in dirs: | |
1710 | dirs[:] = [] # don't descend further |
|
1710 | dirs[:] = [] # don't descend further | |
1711 | yield root # found a repository |
|
1711 | yield root # found a repository | |
|
1712 | qroot = os.path.join(root, '.hg', 'patches') | |||
|
1713 | if os.path.exists(os.path.join(qroot, '.hg')): | |||
|
1714 | yield qroot # we have a patch queue repo here | |||
1712 |
|
1715 | |||
1713 | _rcpath = None |
|
1716 | _rcpath = None | |
1714 |
|
1717 |
General Comments 0
You need to be logged in to leave comments.
Login now