Sat, 03 Sep 2011 11:35:36 +0000 |
Bjoern Ricks |
Use shlex.split for build_listpanding command because the string may contain arguments like --config-file foo.cfg
|
Sat, 03 Sep 2011 10:55:32 +0000 |
Bjoern Ricks |
Revert ugly hack for the command from config file problem
|
Fri, 02 Sep 2011 12:06:57 +0000 |
Bjoern Ricks |
Lists must not be converted to lists
|
Fri, 02 Sep 2011 11:55:04 +0000 |
Bjoern Ricks |
Fix typo
|
Fri, 02 Sep 2011 11:51:37 +0000 |
Bjoern Ricks |
Use self.localdir
|
Fri, 02 Sep 2011 11:50:37 +0000 |
Bjoern Ricks |
Pull needs the local dir
|
Fri, 02 Sep 2011 11:46:29 +0000 |
Bjoern Ricks |
Refactor git pull command out of update
|
Fri, 02 Sep 2011 11:20:20 +0000 |
Bjoern Ricks |
Fix variable name
|
Fri, 02 Sep 2011 11:19:03 +0000 |
Bjoern Ricks |
Add more debug output
|
Fri, 02 Sep 2011 11:04:07 +0000 |
Bjoern Ricks |
commands from config files may contain arguments therefore commandparse must split also kw args
|
Fri, 02 Sep 2011 10:41:14 +0000 |
Bjoern Ricks |
Accept also --config for --config-file
|
Fri, 02 Sep 2011 10:30:52 +0000 |
Bjoern Ricks |
Correct syntax and display abspath of config file
|
Fri, 02 Sep 2011 10:25:59 +0000 |
Bjoern Ricks |
Check if config file exists and set destination of --config option to config_file
|
Fri, 02 Sep 2011 10:18:54 +0000 |
Bjoern Ricks |
Also use option --config to pass the config file
|
Fri, 02 Sep 2011 09:47:42 +0000 |
Bjoern Ricks |
Use local-master as default local branch name if no branch is set in the config
|
Fri, 02 Sep 2011 09:43:21 +0000 |
Bjoern Ricks |
Fix typo
|