mercurial/HGCommitTask.st
changeset 688 c3cb04bed338
parent 687 744539f5b8c7
child 713 f0ba1bb1106d
equal deleted inserted replaced
687:744539f5b8c7 688:c3cb04bed338
   183                     repository workingCopy branch: branch.
   183                     repository workingCopy branch: branch.
   184                 ].
   184                 ].
   185             ].
   185             ].
   186             "/ If working copy us not shared or when using Mercurial < 3.3 (which does not support
   186             "/ If working copy us not shared or when using Mercurial < 3.3 (which does not support
   187             "/ sharing of bookmarks), also set the bookmark on package working copy.
   187             "/ sharing of bookmarks), also set the bookmark on package working copy.
   188             (wc repository isShared not or:[ HGCommand hgVersionIsGreaterOrEqualThan_3_3 not]) ifTrue:[ 
   188             bookmark notNil ifTrue:[
   189                 repository bookmark: wc changesetId as: bookmark. 
   189                 (wc repository isShared not or:[ HGCommand hgVersionIsGreaterOrEqualThan_3_3 not]) ifTrue:[ 
       
   190                     repository bookmark: wc changesetId as: bookmark. 
       
   191                 ].
   190             ].
   192             ].
   191 
   193 
   192             remote notNil ifTrue:[
   194             remote notNil ifTrue:[
   193                 repository push: remote name force: false.
   195                 repository push: remote name force: false.
   194             ].
   196             ].