1Items outstanding: 2 3 * Checkout $PARENT version to working directory, overwriting current 4 version. ($PARENT is HEAD, except when amending). 5 6 * Update index with $PARENT version but leave working directory 7 alone. 8 9 * Populate the pull menu with local branches. 10 11 * Populate the pull menu with default merge branch from each remote. 12 13 * Make use of the new default merge data stored in repo-config. 14 15 * Indicate what the current branch is. 16 17 * Checkout or create a different local branch. 18 19 * Delete a local branch. 20 21 * Store user preferences (like font, window layout) in global 22 repo-config. 23 24 * Better organize fetch/push/pull console windows. 25 26 * Clone UI (to download a new repository). 27 28 * Remotes editor (for .git/config format only). 29 30 * Show a shortlog of the last couple of commits in the main window, 31 to give the user warm fuzzy feelings that we have their data 32 saved.