=== wedgwood is now known as wedgwood_away [07:47] hey guys [07:48] If i have a ubuntu server and ssh access to it, how can i init a bzr branch and pull/push from localhost? :D [07:51] anyone? [07:59] anyone online? [08:20] Uh, use the bzr init, push and pull command? [08:21] Well how will that work? I went to the dev server did bzr init [08:21] then what? === yofel_ is now known as yofel === wedgwood_away is now known as wedgwood [15:54] Hi there. I've seen that latest bzr version is v2.6.2 and is 1 year ago (nearly). [15:54] next version v2.6.3 still have 3 bugs to fix ... do you think the project is stall ? [15:56] we lack anyone who's job it is to do the release these days [15:57] you're right that there's stuff on trunk that could have done with being released a good while ago [16:08] mgz: speaking of which. What needs to be done to get access to package-importer? do I need to request access on that/those machines? [16:10] mgz: yeah, that's not good advertisement for an open source project to have 1 year release cycle ... [16:10] xnox: well poked... so, probably an rt unfortunately [16:10] you just want a user account on jubany with su to the pkg_importer user [16:11] I tried to push BZR in my company, but ... that's hard to open their eyes far from SVN ! [16:11] trident_job: sadly, for many, having only a one year cycle is doing well [16:12] I fear they will go for git ... just because it's 'famous' ... but what I really love with bzr, it's the simplicity. [16:13] trident_job: don't fear changes =) [16:13] mgz: if users can wait 1 year to see a bug fixed [16:15] xnox: fear leads to sanger ... blabla I know :) === deryck is now known as deryck[lunch] [17:46] Whyfore "bzr sw" not a synonym for "bzr switch", in the way many other commands have twoletter aliases? [17:47] LeoNerd: update the aliases attribute on cmd_switch in bzrlib/switch.py [17:47] patches welcome :) [17:48] Hrmm... Lot of overhead for me there, can you sumarize? I.e. start from bzr branch $URL for some URL, and ending with how I submit said patch. === deryck[lunch] is now known as deryck [18:57] LeoNerd: follow the steps from here https://help.launchpad.net/Code/FindingAndDownloading to futher all the way down to merge proposal. [18:57] use lp:bzr [18:57] Cool [18:57] the changes needed are already summarised by jelper. [18:58] Yah [18:58] "update the aliases attribute on cmd_switch in bzrlib/switch.py" you should find similar example on the status command which has "st" alias. [18:58] Mhm [21:51] LeoNerd: alternatively 'bzr alias sw=switch' will record it in your .bazaar.conf, but that's less fun than a patch ;) [22:18] vila_: LeoNerd: also bzr-guess will Just Work ;)