From e03e747a5debbeb987454d255b38a830ac270222 Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Sun, 7 Dec 2008 19:20:04 +0100 Subject: [PATCH] update TODO --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index ba50c2b..6bf8441 100644 --- a/TODO +++ b/TODO @@ -17,12 +17,22 @@ - [ ] Pull/push/fetch data from remote repository - [ ] Work with log/history - [ ] make separate major mode for log/history view + - [ ] cherry-pick older patches + - [ ] apply patches from other branches - [ ] Work with stashed changes - [ ] Separate mode for stashed changes - [ ] Work with files - [ ] Implement inventory mode with operations on files - [ ] add/rename/remove files from inventory buffer - [ ] view history/log for concrete file + - [ ] Rebase + - [ ] Work with tags/branches + - [ ] show list of tags/branches + - [ ] add tag/branch (using current tag/branch or specify concrete) + - [ ] delete tag/branch + - [ ] switch to tag/branch + - [ ] automatic merge with another branch + - [ ] manual merge with another branch * TODO Implementation -- 2.11.4.GIT