Show More
@@ -702,6 +702,7 b' class queue:' | |||||
702 | if saveheads: |
|
702 | if saveheads: | |
703 | backupch = repo.changegroupsubset(savebases.keys(), saveheads, 'strip') |
|
703 | backupch = repo.changegroupsubset(savebases.keys(), saveheads, 'strip') | |
704 | chgrpfile = bundle(backupch) |
|
704 | chgrpfile = bundle(backupch) | |
|
705 | chgrpfile = 'file:%s' % chgrpfile | |||
705 |
|
706 | |||
706 | stripall(rev, revnum) |
|
707 | stripall(rev, revnum) | |
707 |
|
708 |
General Comments 0
You need to be logged in to leave comments.
Login now