hgext3rd/pullbundle.py
2020-03-10 Anton Shestakov compat: update hg-X.Y compat comments and test them
2019-12-20 Anton Shestakov pullbundle: random.sample() chokes on a spanset, turn it into a list instead
2019-12-20 Anton Shestakov pullbundle: use % instead of .format() because % exists for bytes
2019-12-19 Anton Shestakov pullbundle: compatibility for progress in hg <= 4.6
2019-12-26 Anton Shestakov pullbundle: kwarg to changegroup.makestream() is called matcher stable
2019-11-13 Anton Shestakov compat: compatibility for cl.nodemap.get vs cl.index.get_rev
2019-08-06 Raphaël Gomès python3: use format-source to run byteify-strings in .py files
2019-08-06 Raphaël Gomès python3: add raw prefix to open()-like functions
2019-07-12 Martin von Zweigbergk py3: use "%f" for formatting floating point number
2019-07-11 Martin von Zweigbergk py3: replace xrange() by range()
2018-10-25 Pierre-Yves David branching: merge stable back into default
2018-10-25 Pierre-Yves David pullbundle: drop erroneous flagging of the command as basic stable
2018-10-25 Pierre-Yves David pullbundle: drop erroneous flagging of the command as basic
2018-10-12 Pierre-Yves David packaging: prepare release 8.3.0 stable 8.3.0
2018-10-12 Pierre-Yves David pullbundle: document working version and update changelog to mention it stable
2018-09-26 Pierre-Yves David pullbundle: fix style warning
2018-09-26 Pierre-Yves David pullbundle: improves management of multiple branch while dealing with a head
2018-09-26 Pierre-Yves David pullbundle: deal with head in a predicable order
2018-09-26 Pierre-Yves David pullbundle: compat with Mercurial 4.7
2018-09-25 Pierre-Yves David pullbundle: add some information on the cached change
2018-09-25 Pierre-Yves David pullbundle: add data about the cached bundle size and hit
2018-09-25 Pierre-Yves David pullbundle: add a command to generate cache hit statistic
2018-09-25 Pierre-Yves David pullbundle: point out the output flooding issue from core
2018-09-25 Pierre-Yves David pullbundle: issue local branches in the right order
2018-09-25 Pierre-Yves David pullbundle: delay cache file opening
2018-09-25 Pierre-Yves David pullbundle: improve slicing of the lower part of range
2018-09-23 Pierre-Yves David pullbundle: attempt to save stablerange cache after each computation
2018-09-23 Pierre-Yves David pullbundle: add basic extension metadata
2018-09-23 Pierre-Yves David pullbundle: add a config option for the cache directory
2018-09-23 Pierre-Yves David pullbundle: add an output about the time spent slicing the set
2018-09-23 Pierre-Yves David pullbundle: add extension documentation
2018-09-22 Pierre-Yves David pullbundle: add caching logic
2018-09-23 Pierre-Yves David pullbundle: slice pull into multiple ranges
2018-09-23 Pierre-Yves David pullbundle: initial commit
less more (0) tip