Mercurial > libervia-backend
log
age | author | description |
---|---|---|
Mon, 29 Feb 2016 16:52:51 +0100 | Goffi | jp (base): added a CommandBase.start method which is called by run or connected, so subclasses can implement it (this is for simplicity sake, as it's not always clear if run or connected must be used) |
Mon, 29 Feb 2016 16:52:51 +0100 | Goffi | jp (profile): added confirmation and --force arguement to profile/delete |
Mon, 29 Feb 2016 16:52:51 +0100 | Goffi | jp (base): use need_connect attribue to detect if connection is needed instead of self.args.profile, as profile argument can be used by any command even if use_profile is False |
Mon, 29 Feb 2016 16:13:47 +0100 | Goffi | core (memory, config): moved parseMainConf to tools/config so it can be used by frontends too |
Sun, 28 Feb 2016 13:42:31 +0100 | Goffi | tools (utils): improved repository version detection: |
Sun, 28 Feb 2016 01:57:51 +0100 | Goffi | core (tools): fixed bad call to "hg id" when hg is not working to guest revision, which was the cause of an Exception |