mercurial/HGPushWouldCreateNewHeadError.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 10 Dec 2012 02:49:43 +0000
changeset 151 527a1e85aef8
child 210 54a73fa50d40
permissions -rw-r--r--
Support for 'autopush' in commit dialog. When committing, changes can be automatically propagated to an upstream repository (autopush). Also, global preference exists to turn on/off default behavior. When global autopush is on, then commit behaves much like in centralized SCMs - each commit is immediately visible to other developers. However, autopush is off by default.

"{ Package: 'stx:libscm/mercurial' }"

HGPushError subclass:#HGPushWouldCreateNewHeadError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SCM-Mercurial-Exceptions'
!


!HGPushWouldCreateNewHeadError class methodsFor:'documentation'!

version_HG

    ^ '$Changeset: <not expanded> $'
! !