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/
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.
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 < serge.stinckwich@gmail.com> 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/
NIce idea ! Thank you Ben. On Tue, Mar 17, 2015 at 3:02 PM, Ben Coman <btc@openinworld.com> 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 <serge.stinckwich@gmail.com> 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/
participants (4)
-
Ben Coman -
Christophe Demarey -
Serge Stinckwich -
Stephan Eggermont