bzr-snapshot more verbose
This commit is contained in:
parent
5e26cf5313
commit
b8cfdbbf66
|
@ -17,6 +17,7 @@
|
||||||
(read (open-string-input-port (shell "bzr" "revno" repo)))])
|
(read (open-string-input-port (shell "bzr" "revno" repo)))])
|
||||||
(let ([file (string-append dest-dir "/" (format file-template revno))])
|
(let ([file (string-append dest-dir "/" (format file-template revno))])
|
||||||
(unless (file-exists? file)
|
(unless (file-exists? file)
|
||||||
|
(printf "extracting revision ~s to ~s\n" revno file)
|
||||||
(shell "bzr" "export"
|
(shell "bzr" "export"
|
||||||
"-r" (number->string revno)
|
"-r" (number->string revno)
|
||||||
file repo)))))
|
file repo)))))
|
||||||
|
|
Loading…
Reference in New Issue