Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. # example repository config (see 'hg help config' for more info)
  2. [paths]
  3. default = ssh://[email protected]/tryton-env/
  4.  
  5. # path aliases to other clones of this repo in URLs or filesystem paths
  6. # (see 'hg help config.paths' for more info)
  7. #
  8. # default:pushurl = ssh://[email protected]/hg/jdoes-fork
  9. # my-fork = ssh://[email protected]/hg/jdoes-fork
  10. # my-clone = /home/jdoe/jdoes-clone
  11. [hooks]
  12. update.modules = .hooks/link_modules
  13. update.requirements = .hooks/update_requirements
  14.  
  15. [ui]
  16. # name and email (local to this repository, optional), e.g.
  17. # username = Jane Doe <[email protected]>
  18. ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement