Merge branch 'mz/pushui'
commit76bbb82521e684c201628b1b626fd8e9c0811cbf
authorShawn O. Pearce <spearce@spearce.org>
Fri, 22 Aug 2008 15:09:18 +0000 (22 08:09 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 22 Aug 2008 15:09:18 +0000 (22 08:09 -0700)
treef3b7dbe48abd074f5dacc85a60b9f8b3a067e31a
parentdcc7dddb264a9b471a8be97dd36d2b2f0d78f916
parent6537dcb8a8f696254a8b335e596146a24e210b5b
Merge branch 'mz/pushui'

* mz/pushui: (31 commits)
  Push GUI
  Add PushOperation to plugin
  Universal GUI for specifications edition: RefSpecPanel and related
  Provide a checkbox component for embedding in a table.
  Add few EPL Eclipse icons
  Make Clone's SourceBranchPage more user-friendly
  Create ListRemoteOperation for listing remote repo branches
  Clone wizard: force dir to suggested path only if repo selection change
  Allow selecting empty dir in clone wizard
  Set FileDialog selection appropriately in clone wizard
  Add canCreateSubdir() heuristic in CloneDestinationPage
  Move clone logic away from GitCloneWizard to CloneOperation
  Clone wizard and related: refactor, clean-up, fixes or improvements
  Refactor/rewrite CloneSourcePage to universal RepositorySelectionPage
  Fix typo in uitext.properties message
  Remove debug/test console output from GitIndex
  Add simple abbreviate() method to ObjectId
  Add setFetchRefSpecs and setPushRefSpecs to RemoteConfig
  Add getAllRemoteConfigs() to RemoteConfig
  Add another RemoteRefUpdate constructor, useful for 2-stage push
  ...