=== yofel_ is now known as yofel [00:21] How do I uncommit, but maintain the state of the working tree? [00:22] bzr uncommit [00:23] well, I tried that, but "bzr st" isn't showing them [00:24] ...ok what the heck?!? [00:24] I just tried it again and it all of a sudden worked as expected >.< [00:25] lifeless: that was weird... thanks [00:26] np:) [00:27] how do I un-add a file? [00:27] without deleting it [00:27] bzr rm --keep [00:28] ah, I was trying to use revert === slank is now known as slank_away [00:28] revert undoes editing a file [00:29] I figured it might undo the added state as well :D [00:33] it does [00:33] bzr revert added-file will unadd it [00:33] or it used to; may have been changed [00:33] and remove it from the filesystem [00:33] it didn't use to have that behaviour [00:34] perhaps our version is flaky/old [00:34] i'm slowly getting more and more out of date ;) [00:34] chinoto: no, more likely my info is less current [00:34] I haven't tracked the commit feed for a few years now [00:46] well, that was messy === yofel_ is now known as yofel [13:42] I got this error when trying lp-propose from my Mac: bzr: ERROR: [Errno 185090050] _ssl.c:340: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib === slank_away is now known as slank [22:41] atc3030@atc3030-buildserver:~/android/cm-10.1_optimized/projects/gcc-linaro$ bzr branch lp:gcc-linaro/4.7 [22:41] You have not informed bzr of your Launchpad ID, and you must do this to [22:41] write to Launchpad or access private data. See "bzr help launchpad-login". [22:41] Segmentation fault (core dumped)/81258 [22:41] atc3030@atc3030-buildserver:~/android/cm-10.1_optimized/projects/gcc-linaro$ [22:42] How can I fix/get around this?