2017-09-01 |
Pierre-Yves David |
convertbookmark: properly convert stacked bookmarks
|
file |
diff |
annotate
|
2017-09-01 |
Pierre-Yves David |
convertbookmark: perform all actions at the end
|
file |
diff |
annotate
|
2017-09-01 |
Pierre-Yves David |
converbookmark: split target computation from actual update
|
file |
diff |
annotate
|
2017-09-01 |
Pierre-Yves David |
convertbookmark: extract the revset into a module level constant
|
file |
diff |
annotate
|
2017-09-01 |
Pierre-Yves David |
convertbookmark: properly exclude public changeset
|
file |
diff |
annotate
|
2017-08-14 |
Pulkit Goyal |
convertbookmark: add logic to skip revisions with multiple bookmarks
|
file |
diff |
annotate
|
2017-09-01 |
Pulkit Goyal |
topics: add a new debugconvertbookmark command to convert bookmarks to topics
|
file |
diff |
annotate
|
2017-09-01 |
Pierre-Yves David |
topic: support --rev argument and properly process then as user input
|
file |
diff |
annotate
|
2017-09-01 |
Pierre-Yves David |
topic: move a status message in the right scope
|
file |
diff |
annotate
|
2017-08-31 |
Pulkit Goyal |
topics: import lock as lockmods
|
file |
diff |
annotate
|
2017-08-29 |
Pulkit Goyal |
topics: make sure we have some restrictions on topic names
|
file |
diff |
annotate
|
2017-08-28 |
Pulkit Goyal |
topics: allow use a --current when setting a topic
|
file |
diff |
annotate
|
2017-08-28 |
Pierre-Yves David |
topic: make --clear + topicname invalid
|
file |
diff |
annotate
|
2017-08-28 |
Pulkit Goyal |
topics: add a current flag to display current topic
|
file |
diff |
annotate
|
2017-08-28 |
Pulkit Goyal |
topics: add a missing trailing comma on list of flag
|
file |
diff |
annotate
|
2017-08-14 |
Pulkit Goyal |
topics: take locks and start transaction before calling _changetopics
|
file |
diff |
annotate
|
2017-08-09 |
Pierre-Yves David |
branching: merge with stable
|
file |
diff |
annotate
|
2017-07-25 |
Pierre-Yves David |
topic: fix extension version variable
stable
|
file |
diff |
annotate
|
2017-07-25 |
Pierre-Yves David |
packaging: update version to .dev
|
file |
diff |
annotate
|
2017-07-25 |
Pierre-Yves David |
packaging: mark the stable branch as bugfix version in development
stable
|
file |
diff |
annotate
|
2017-07-25 |
Pierre-Yves David |
packaging: prepare version 6.6.0
stable 6.6.0
|
file |
diff |
annotate
|
2017-07-23 |
FUJIWARA Katsunori |
topic: make command names valid as expected, even if ui.strict=true
stable
|
file |
diff |
annotate
|
2017-07-25 |
Pierre-Yves David |
compat: avoid using configoveride
|
file |
diff |
annotate
|
2017-07-25 |
Pierre-Yves David |
topic: wrap 'update' in a more flexible way
|
file |
diff |
annotate
|
2017-07-23 |
Pierre-Yves David |
commands: move split to the 'evocommands' module
|
file |
diff |
annotate
|
2017-07-14 |
Pulkit Goyal |
stack: show short node of changesets in `hg stack -v`
|
file |
diff |
annotate
|
2017-07-14 |
Pierre-Yves David |
topic: add a 'topicidx()' to context
|
file |
diff |
annotate
|
2017-07-13 |
Pierre-Yves David |
topic: rename the internal topic option
|
file |
diff |
annotate
|
2017-07-13 |
Pulkit Goyal |
topics: check for topic on commit before a user enters message
|
file |
diff |
annotate
|
2017-07-11 |
Pulkit Goyal |
topics: add a new flag --age which will show last touched time for topics
|
file |
diff |
annotate
|
2017-07-05 |
Pulkit Goyal |
topics: add a config knob to forbid untopiced commit
|
file |
diff |
annotate
|
2017-07-05 |
Pulkit Goyal |
topics: update the help for `hg topics` describing ways to use the command
|
file |
diff |
annotate
|
2017-07-03 |
Pulkit Goyal |
topics: add t0 and b0 to the stack
|
file |
diff |
annotate
|
2017-07-03 |
Pulkit Goyal |
topics: wrap the update function to check if either t0 or b0 is passed as rev
|
file |
diff |
annotate
|
2017-07-02 |
Pierre-Yves David |
merge back with stable
|
file |
diff |
annotate
|
2017-07-02 |
Pierre-Yves David |
packaging: update versions to '.dev' one
stable
|
file |
diff |
annotate
|
2017-07-02 |
Pierre-Yves David |
topic: update extensions metadata
stable
|
file |
diff |
annotate
|
2017-07-02 |
Pierre-Yves David |
topic: drop the message about running evolve after topic change
|
file |
diff |
annotate
|
2017-06-28 |
Pulkit Goyal |
topics: update current topic to the topic of newly rebased commit (issue5551)
|
file |
diff |
annotate
|
2017-06-26 |
Pulkit Goyal |
topics: pass 'topics' to ui.formatter instead of 'bookmarks'
|
file |
diff |
annotate
|
2017-06-28 |
Pierre-Yves David |
topic: add some initial support for using stack on named branch
|
file |
diff |
annotate
|
2017-06-27 |
Pierre-Yves David |
topic: explicitly pass topic as a keyword argument
|
file |
diff |
annotate
|
2017-06-27 |
Boris Feld |
topic: makes split keep the topic
|
file |
diff |
annotate
|
2017-06-25 |
Pulkit Goyal |
topics: pass quietempty=True to suppress useless output while changing topics
|
file |
diff |
annotate
|
2017-06-25 |
Pulkit Goyal |
topics: return early so that other if conditions don't get execute (issue5600)
|
file |
diff |
annotate
|
2017-06-25 |
Pulkit Goyal |
topics: move the logic to change or clear current topic into a new function
|
file |
diff |
annotate
|
2017-06-23 |
Pierre-Yves David |
topic: improve the revset used to return name->nodes mapping
|
file |
diff |
annotate
|
2017-06-22 |
Pierre-Yves David |
topic: update the changectx method to respect phases
|
file |
diff |
annotate
|
2017-06-23 |
Pierre-Yves David |
topic: avoid crash when topic is loaded but not enabled for a repository
|
file |
diff |
annotate
|
2017-06-22 |
Pierre-Yves David |
topicmap: massive rework
|
file |
diff |
annotate
|
2017-06-22 |
Pierre-Yves David |
topic: use the 'topic' revset in namespace
|
file |
diff |
annotate
|
2017-06-21 |
Pulkit Goyal |
topics: add some noise to rewrittent changeset to prevent hash cycle
|
file |
diff |
annotate
|
2017-06-21 |
Pierre-Yves David |
topic-change: update the working copy along when changing topic of '.'
|
file |
diff |
annotate
|
2017-06-21 |
Pierre-Yves David |
topic-change: cleanup the locking and transaction mechanism
|
file |
diff |
annotate
|
2017-06-21 |
Pulkit Goyal |
topics: use a dict for successors of changesets produced by topic change
|
file |
diff |
annotate
|
2017-06-21 |
Pierre-Yves David |
topic: further simplify the clear logic
|
file |
diff |
annotate
|
2017-06-20 |
Pulkit Goyal |
topics: drop the clean argument from _changetopics()
|
file |
diff |
annotate
|
2017-06-20 |
Pulkit Goyal |
topics: rename '--change' flag to '--rev' flag
|
file |
diff |
annotate
|
2017-06-20 |
Pulkit Goyal |
topics: factor out the logic to change topic in a new function
|
file |
diff |
annotate
|
2017-06-18 |
Pulkit Goyal |
topics: some minute fixes to the documentation which shows up in help
|
file |
diff |
annotate
|