2017-06-29 |
Boris Feld |
topic: exclude public and topic changeset from branch stack
|
changeset |
files
|
2017-06-29 |
Pierre-Yves David |
tests: use a more portable form for new lines
|
changeset |
files
|
2017-06-28 |
Pulkit Goyal |
topic: don't abort if there is no current topic in stack() revset
|
changeset |
files
|
2017-06-28 |
Pulkit Goyal |
topics: return a parse error if stack() revset is passed with argument
|
changeset |
files
|
2017-06-28 |
Pulkit Goyal |
tests: add test to show topics working with shelve
|
changeset |
files
|
2017-06-28 |
Pulkit Goyal |
topics: update current topic to the topic of newly rebased commit (issue5551)
|
changeset |
files
|
2017-06-27 |
Pulkit Goyal |
docs: some fixes to the help text
|
changeset |
files
|
2017-06-26 |
Pulkit Goyal |
topics: pass 'topics' to ui.formatter instead of 'bookmarks'
|
changeset |
files
|
2017-06-28 |
Pierre-Yves David |
topic: also insert the extra head check with using the new head checking
|
changeset |
files
|
2017-06-28 |
Pierre-Yves David |
topic: some document for an obscure function
|
changeset |
files
|
2017-06-28 |
Pierre-Yves David |
topic: adjust head checking wrapping to not interfere with concurrent push
|
changeset |
files
|
2017-06-28 |
Pierre-Yves David |
topic: also detect head checking using the concurrent part
|
changeset |
files
|
2017-06-28 |
Pierre-Yves David |
test: avoid 'test-check-commit.t' complaining copied code
|
changeset |
files
|
2017-06-28 |
Pierre-Yves David |
topic: small test cleanuo
|
changeset |
files
|
2017-06-27 |
Pierre-Yves David |
topic: move the heads data to the branch line when appropriates
|
changeset |
files
|
2017-06-28 |
Pierre-Yves David |
topic: add some initial support for using stack on named branch
|
changeset |
files
|
2017-06-27 |
Pierre-Yves David |
topic: explicitly pass topic as a keyword argument
|
changeset |
files
|
2017-06-27 |
Boris Feld |
topic: makes split keep the topic
|
changeset |
files
|
2017-06-27 |
Boris Feld |
topic: add tests for fold behavior with topics
|
changeset |
files
|
2017-06-25 |
Pulkit Goyal |
topics: pass quietempty=True to suppress useless output while changing topics
|
changeset |
files
|
2017-06-25 |
Pulkit Goyal |
topics: return early so that other if conditions don't get execute (issue5600)
|
changeset |
files
|
2017-06-26 |
Pierre-Yves David |
test: extra output to understand the next changeset better
|
changeset |
files
|
2017-06-25 |
Pulkit Goyal |
topics: move the logic to change or clear current topic into a new function
|
changeset |
files
|
2017-06-26 |
Pierre-Yves David |
tests: expand output to check topic activation
|
changeset |
files
|
2017-06-25 |
Pierre-Yves David |
branching: merge stable into default
|
changeset |
files
|
2017-06-25 |
Pierre-Yves David |
split: preserve author of the original changeset in the successors
stable
|
changeset |
files
|
2017-06-24 |
Pierre-Yves David |
grab: properly quote hg executable in the alias
stable
|
changeset |
files
|
2017-06-23 |
Pierre-Yves David |
topic: improve the revset used to return name->nodes mapping
|
changeset |
files
|
2017-06-22 |
Pierre-Yves David |
topic: update the changectx method to respect phases
|
changeset |
files
|
2017-06-23 |
Pierre-Yves David |
topic: avoid crash when topic is loaded but not enabled for a repository
|
changeset |
files
|
2017-06-22 |
Pierre-Yves David |
compat: update test to match core default state
|
changeset |
files
|
2017-06-22 |
Pierre-Yves David |
topicmap: massive rework
|
changeset |
files
|
2017-06-22 |
Pierre-Yves David |
topic: use the 'topic' revset in namespace
|
changeset |
files
|
2017-06-22 |
Pierre-Yves David |
topic-revset: update the revset to no longer build changectx
|
changeset |
files
|
2017-06-22 |
Pierre-Yves David |
topic-revset: changectx creation in the revset
|
changeset |
files
|
2017-06-21 |
Pulkit Goyal |
topics: add some noise to rewrittent changeset to prevent hash cycle
|
changeset |
files
|
2017-06-21 |
Pierre-Yves David |
topic-change: update the working copy along when changing topic of '.'
|
changeset |
files
|
2017-06-21 |
Pierre-Yves David |
topic-change: cleanup the locking and transaction mechanism
|
changeset |
files
|
2017-06-21 |
Pulkit Goyal |
topics: use a dict for successors of changesets produced by topic change
|
changeset |
files
|
2017-06-21 |
Pierre-Yves David |
topic: further simplify the clear logic
|
changeset |
files
|
2017-06-20 |
Pulkit Goyal |
topics: drop the clean argument from _changetopics()
|
changeset |
files
|
2017-06-20 |
Pulkit Goyal |
topics: rename '--change' flag to '--rev' flag
|
changeset |
files
|
2017-06-20 |
Pulkit Goyal |
topics: factor out the logic to change topic in a new function
|
changeset |
files
|
2017-06-21 |
Pierre-Yves David |
obslog: update the readme
|
changeset |
files
|
2017-06-21 |
Pierre-Yves David |
obslog: add a comment about the final new line of descriptions
|
changeset |
files
|
2017-06-20 |
Boris Feld |
obslog: also display description patch with --patch
|
changeset |
files
|
2017-06-21 |
Pierre-Yves David |
obslog: extra patch indentation code
|
changeset |
files
|
2017-06-20 |
Boris Feld |
obslog: add a patch option
|
changeset |
files
|
2017-06-19 |
Pierre-Yves David |
obslog: clarify some sorting code
|
changeset |
files
|
2017-06-19 |
Boris Feld |
obslog: pass directly unfiltered_repo
|
changeset |
files
|
2017-06-19 |
Boris Feld |
obslog: remove useless repo arg
|
changeset |
files
|
2017-06-19 |
Boris Feld |
obslog: small renaming of _debugobshistorysingle
|
changeset |
files
|
2017-06-19 |
Boris Feld |
refactoring: directly use 'ctx.unstable()' in showstack function
|
changeset |
files
|
2017-06-19 |
Pierre-Yves David |
packaging: flag default as version 6.5.0.dev
|
changeset |
files
|
2017-06-19 |
Pierre-Yves David |
merge: get stable change back into default
|
changeset |
files
|
2017-06-16 |
Boris Feld |
obsfate: improve obsfate output
stable
|
changeset |
files
|