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