Show More
@@ -138,7 +138,8 b' def createlog(ui, directory=None, root="' | |||||
138 |
|
138 | |||
139 | # Get the real directory in the repository |
|
139 | # Get the real directory in the repository | |
140 | try: |
|
140 | try: | |
141 |
|
|
141 | with open(os.path.join(b'CVS', b'Repository'), 'rb') as f: | |
|
142 | prefix = f.read().strip() | |||
142 | directory = prefix |
|
143 | directory = prefix | |
143 | if prefix == ".": |
|
144 | if prefix == ".": | |
144 | prefix = "" |
|
145 | prefix = "" |
General Comments 0
You need to be logged in to leave comments.
Login now