=== thomi_ is now known as thomi [06:59] * jelmer waves === hunger_ is now known as hunger === med_out is now known as medberry [20:53] what's the equiv of "git add -p" in bzr? [20:54] that is: how do i add only parts of a file's changes to the index? [20:55] tbf: Hmm, there is no index in bzr, but you should be able to shelve the changes you don't want to commit with 'bzr shelve --interactive' [20:56] vila: thanks. reading docs for "bzr shelve" [20:57] vila: seems to work. thank you [20:58] tbf: Always happy to help ! (TM jam) [21:04] vila: sorry for asking another stupid question: is it possible to edit commits? forgot to call "bzr whoami" and want to change the commiter id [21:05] tbf: you can't edit commits, but you can 'bzr uncommit' ; 'bzr whoami ""', bzr commit (for the last commit) [21:06] vila: "bzr uncommit" keeps the files? [21:06] tbf: The 'I forgot whoami' trap is known :-/ [21:07] tbf: bzr uncommit don't touch any user file, it just move the branch pointer back so the changes are ready to commit [21:08] vila: thanks. together with bzr shelve i managed to correct the log :-) [21:10] tbf: great, that's the best way to fix that today, we're working on better ways... (Both in preventing the user to forget the whoami and re-recreate commits with a fixed one) [21:12] vila: well, actually had $EMAIL set for devscripts and git... so bzr is not really to blame. [21:13] Huh ? EMAIL has not be recognized ? That's a bug ! [21:13] vila: my fault to use the other dvcs without rtfm :-) [21:13] vila: it is recognized but mentions my work email address [21:13] haaa [21:14] So you *did* configure the other dvcs then ? ;) [21:14] vila: now it becomes tricky. whom's "other dvcs"? mine or yours? :-D [21:15] hehe [21:15] tbf: Since you introduce the term, you have to define it ;) [21:17] tbf: jokes aside, with "other_dvcs != bzr", how did you specified your email ?