order thinks on the front page by time of last edit
instead of time of creation
This commit is contained in:
parent
dcdb3d87be
commit
4f92cbf450
5 changed files with 35 additions and 3 deletions
|
@ -32,6 +32,9 @@ class JJController:
|
|||
if force or not (self.root / '.jj').exists():
|
||||
self.run(['jj','git','init'])
|
||||
self.ignore_paths(['.make.*'])
|
||||
self.set_git_url()
|
||||
|
||||
def set_git_url(self):
|
||||
git_url = settings.GIT_REPO_URL_TEMPLATE.format(name=self.think.slug)
|
||||
self.run(['jj','git','remote','add','origin', git_url])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue