[Wikitech-l] git review version update, May 2012

2012-05-26 Thread Amir E. Aharoni
`git review' says that "a new version of git-review is availble on PyPI". The last update created some unwanted surprises, so I decided to avoid updating it for now. What do our Git experts suggest? Thank you, -- Amir Elisha Aharoni · אָמִיר אֱלִישָׁע אַהֲרוֹנִי http://aharoni.wordpress.com ‪“We

Re: [Wikitech-l] git review version update, May 2012

2012-05-26 Thread Antoine Musso
Le 26/05/12 20:02, Amir E. Aharoni a écrit : > `git review' says that "a new version of git-review is availble on PyPI". > > The last update created some unwanted surprises, so I decided to avoid > updating it for now. What do our Git experts suggest? Which version do you use? What is the next ve

Re: [Wikitech-l] git review version update, May 2012

2012-05-26 Thread Amir E. Aharoni
2012/5/26 Antoine Musso : > Le 26/05/12 20:02, Amir E. Aharoni a écrit : >> `git review' says that "a new version of git-review is availble on PyPI". >> >> The last update created some unwanted surprises, so I decided to avoid >> updating it for now. What do our Git experts suggest? > > Which versi

Re: [Wikitech-l] git review version update, May 2012

2012-05-26 Thread Platonides
On 26/05/12 20:02, Amir E. Aharoni wrote: > `git review' says that "a new version of git-review is availble on PyPI". > > The last update created some unwanted surprises, so I decided to avoid > updating it for now. What do our Git experts suggest? > > Thank you, It has been telling me that for

Re: [Wikitech-l] git review version update, May 2012

2012-05-27 Thread Antoine Musso
Le 26/05/12 20:54, Amir E. Aharoni wrote: > 1.16 -> 1.17. You should upgrade, 1.17 will bring you: - while downloading a change (-d), if the local branch already exists, git-review will now attempt to update the local branch. - New -l switch list changes pending review for the current project

Re: [Wikitech-l] git review version update, May 2012

2012-05-27 Thread Amir E. Aharoni
2012/5/27 Antoine Musso : > Le 26/05/12 20:54, Amir E. Aharoni wrote: > >> 1.16 -> 1.17. > > You should upgrade, 1.17 will bring you: > >  - while downloading a change (-d), if the local branch already exists, > git-review will now attempt to update the local branch. > >  - New -l switch list chan

Re: [Wikitech-l] git review version update, May 2012

2012-05-27 Thread Marcin Cieslak
>> Platonides wrote: > On 26/05/12 20:02, Amir E. Aharoni wrote: >> `git review' says that "a new version of git-review is availble on PyPI". >> >> The last update created some unwanted surprises, so I decided to avoid >> updating it for now. What do our Git experts suggest? >> >> Thank you, > >

Re: [Wikitech-l] git review version update, May 2012

2012-05-27 Thread Krinkle
I couldn't get it to update (Mac OS X). Reported in Bugzilla: https://bugzilla.wikimedia.org/37135 -- Krinkle ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] git review version update, May 2012

2012-05-29 Thread Raimond Spekking
Am 26.05.2012 20:02, schrieb Amir E. Aharoni: > `git review' says that "a new version of git-review is availble on PyPI". > > The last update created some unwanted surprises, so I decided to avoid > updating it for now. What do our Git experts suggest? > > Thank you, Grmbl. I updated git-review

Re: [Wikitech-l] git review version update, May 2012

2012-05-30 Thread Antoine Musso
Le 30/05/12 08:55, Raimond Spekking a écrit : > (the last sentence means: "The system cannot find the file > '.git\\hooks\\commit-msg'") > > Any ideas how to fix this? Set up your hook on that repository? http://www.mediawiki.org/wiki/Git/Workflow has the answer: ---

Re: [Wikitech-l] git review version update, May 2012

2012-05-30 Thread Raimond Spekking
Am 30.05.2012 11:00, schrieb Antoine Musso: > Le 30/05/12 08:55, Raimond Spekking a écrit : >> (the last sentence means: "The system cannot find the file >> '.git\\hooks\\commit-msg'") >> >> Any ideas how to fix this? > > Set up your hook on that repository? > Yeah I missed that. Thanks for help

Re: [Wikitech-l] git review version update, May 2012

2012-05-30 Thread Marcin Cieslak
>> Raimond Spekking wrote: > os.chmod(target_file, os.path.stat.S_IREAD | os.path.stat.S_IEXEC) > WindowsError: [Error 2] Das System kann die angegebene Datei nicht > finden: '.git\\hooks\\commit-msg' > > > (the last sentence means: "The system cannot find the file > '.git\\hooks\\commit-msg'"