crass | is there a good way to make a repo of subdirs named "debian" of multiple external repos? | 07:59 |
---|---|---|
=== Quintasan_ is now known as Quintasan | ||
=== yofel_ is now known as yofel | ||
Wiz_KeeD | how do i get the initial version of a file using bzr? | 16:19 |
Wiz_KeeD | if i've messed around it in and i want to undo and get the last revision of that particular file | 16:20 |
lifeless | Wiz_KeeD: initial or more recent? they are quite different usually ;) | 19:39 |
lifeless | Wiz_KeeD: bzr revert filename will restore filename to the state at the last commit. | 19:39 |
lifeless | Wiz_KeeD: bzr revert -r <revspec> filename will restore filename to its state as of <revspec> | 19:39 |
Wiz_KeeD | lifeless, so i can do bzr revert file.py and it will have the state frm the last commit registered | 19:40 |
lifeless | yes | 19:40 |
Wiz_KeeD | and if i do -r revno i get the version from that revision? | 19:40 |
lifeless | yes | 19:40 |
Wiz_KeeD | that is wonderful, thank you! :D | 19:41 |
lifeless | bzr help revert will tell you all the things it can do :) | 19:41 |
Wiz_KeeD | nice man | 19:43 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!