Omit a method from a mc commit

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Omit a method from a mc commit

SergeStinckwich
Hi all,

is there any way to omit a method from a Monticello commit for example
in the case of containing a password that you don't want to publish ?

Thank you.
--
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/

Reply | Threaded
Open this post in threaded view
|

Re: Omit a method from a mc commit

demarey
Hi,

Le 17 mars 2015 à 00:27, Serge Stinckwich a écrit :

> Hi all,
>
> is there any way to omit a method from a Monticello commit for example
> in the case of containing a password that you don't want to publish ?

If it is one shot, you can use kommiter to cherry pick the changes you want to commit.

Regards,
Christophe.

smime.p7s (5K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Omit a method from a mc commit

Stephan Eggermont-3
In reply to this post by SergeStinckwich
On 17/03/15 00:27, Serge Stinckwich wrote:
> Hi all,
>
> is there any way to omit a method from a Monticello commit for example
> in the case of containing a password that you don't want to publish ?

I am not aware of a secure way to make that work.

Stephan



Reply | Threaded
Open this post in threaded view
|

Re: Omit a method from a mc commit

Ben Coman
In reply to this post by SergeStinckwich
Maybe create a package DoNotPublish and make your methods an extension from that package ?
cheers -ben

On Tue, Mar 17, 2015 at 7:27 AM, Serge Stinckwich <[hidden email]> wrote:
Hi all,

is there any way to omit a method from a Monticello commit for example
in the case of containing a password that you don't want to publish ?

Thank you.
--
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/


Reply | Threaded
Open this post in threaded view
|

Re: Omit a method from a mc commit

SergeStinckwich
NIce idea !
Thank you Ben.

On Tue, Mar 17, 2015 at 3:02 PM, Ben Coman <[hidden email]> wrote:

> Maybe create a package DoNotPublish and make your methods an extension from
> that package ?
> cheers -ben
>
> On Tue, Mar 17, 2015 at 7:27 AM, Serge Stinckwich
> <[hidden email]> wrote:
>>
>> Hi all,
>>
>> is there any way to omit a method from a Monticello commit for example
>> in the case of containing a password that you don't want to publish ?
>>
>> Thank you.
>> --
>> Serge Stinckwich
>> UCBN & UMI UMMISCO 209 (IRD/UPMC)
>> Every DSL ends up being Smalltalk
>> http://www.doesnotunderstand.org/
>>
>



--
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/