

It also allows to rebase changes to a new parent or to strip changes completely. The "mq" extension allows to modify (local) changesets after they have been committed.

That might make it easier to get used to working with Mercurial. It allows to perform many hg operations using the context menu and toolbar buttons. TortoiseHg is a multi-platform graphical user interface for Mercurial repositories. username = Your Name color = histedit = pager = rebase = strip = pager = LESS='FSRX' less attend = help, annotate, cat, diff, export, glog, log, outgoing, incoming showfunc = True mode = terminfo # Custom colors ay = 244 color.orange = 202 color.lightyellow = 191 color.darkorange = 220 color.brightyellow = 226 status.modified = magenta bold status.added = green bold status.removed = red bold leted = cyan bold status.unknown = gray bold status.ignored = gray bold # Colors for each label log.branch = cyan log.summary = lightyellow log.description = lightyellow log.bookmark = green log.tag = darkorange log.graph = blue # Colors for each phase cret = blue bold changeset.draft = red bold changeset.public = orange desc.here = bold blue_background track.current = True glog = log -graph top = log -graph -l Tips for working with TortoiseHg They are a "lightweight" solution to named branches, which are not automatically updated for example.
#Tortoisehg ssh series
In this section we use for example /octave.īookmarks are useful for identifying a series of commits. Students should publish their work as it progresses in a public repository.
#Tortoisehg ssh code
This section is meant to provide tips for Summer of Code students working on new Octave features.
#Tortoisehg ssh Patch
If your patch file is larger than the upload limit, you can compress it before uploading. Upload bug42424.patch to the bug or patch tracker.

# Take action depending on help text format = get_help_text (name) + = get_better_help_text (name)

* scripts/help/help.m: Describe what you changed to display relevant topicsįirst. Help.m: Display relevant topics first (bug #42424) Make sure that your changes don't introduce new bugs! Thus it is recommended to build Octave and to run Octave's test suite before proceeding.
#Tortoisehg ssh update
