[6,of,7,V2,stable] merge: add "other" file node in the merge state file |
2014-02-27 |
Pierre-Yves David |
|
Accepted |
[5,of,7,V2,stable] merge: infer the "other" changeset when falling back to v1 format |
2014-02-27 |
Pierre-Yves David |
|
Accepted |
[4,of,7,V2,stable] merge: record the "other" node in merge state |
2014-02-27 |
Pierre-Yves David |
|
Accepted |
[3,of,7,V2,stable] merge: introduce new format for the state file |
2014-02-27 |
Pierre-Yves David |
|
Accepted |
[2,of,7,V2,stable] merge: change the merge state serialisation to use a record based logic |
2014-02-27 |
Pierre-Yves David |
|
Accepted |
[1,of,7,V2,stable] merge: move merge state file path into a constant |
2014-02-27 |
Pierre-Yves David |
|
Accepted |
[4,of,4] revset: added basic operators to orderedlazyset |
2014-02-27 |
Lucas Moscovicz |
|
Superseded |
[3,of,4] revset: changed revset code to use filter method |
2014-02-27 |
Lucas Moscovicz |
|
Superseded |
[2,of,4] revset: added filter method to revset classes |
2014-02-27 |
Lucas Moscovicz |
|
Superseded |
[1,of,4] revset: added orderedlazyset class |
2014-02-27 |
Lucas Moscovicz |
|
Superseded |
coal: hgweb style adds extra blank line in file view (issue4136) |
2014-02-27 |
Anurag Goel |
|
Accepted |
[2,of,2] obsstore: add a __len__ method |
2014-02-27 |
Pierre-Yves David |
|
Accepted |
[1,of,2] obsstore: `create` method return True if a marker is actually added |
2014-02-27 |
Pierre-Yves David |
|
Accepted |
revert: extract actual revert in its own function |
2014-02-27 |
Pierre-Yves David |
|
Accepted |
revset: added _hexlist method to replace _list for %ln |
2014-02-27 |
Lucas Moscovicz |
|
Accepted |
[stable] localrepo: language and spelling fixes in comment |
2014-02-26 |
Olle Lundberg |
|
Accepted |
hgweb: Ensure isdirectory is None for repositories, replacing any True value |
2014-02-26 |
Paul Boddie |
|
Accepted |
[5,of,5,STABLE] resolve: use "other" changeset from merge state (issue4163) |
2014-02-26 |
Pierre-Yves David |
|
Superseded |
[4,of,5,STABLE] merge: add "other" file node in the merge state file |
2014-02-26 |
Pierre-Yves David |
|
Superseded |
[3,of,5,STABLE] merge: record the "other" node in merge state |
2014-02-26 |
Pierre-Yves David |
|
Superseded |
[2,of,5,STABLE] merge: new format for the state file |
2014-02-26 |
Pierre-Yves David |
|
Superseded |
[1,of,5,STABLE] merge: move merge state file path into a constant |
2014-02-26 |
Pierre-Yves David |
|
Superseded |
revset: added _intlist method to replace _list for %ld |
2014-02-26 |
Lucas Moscovicz |
|
Accepted |
revset: add 'only' revset |
2014-02-26 |
Durham Goode |
|
Superseded |
revset: added stopiterating condition to generatorset |
2014-02-25 |
Lucas Moscovicz |
|
Changes Requested |
[V3] pull: close peer repo on completion (issue2491, issue2797) |
2014-02-25 |
pklecha@forcom.com.pl |
|
Accepted |
[8,of,8,v2] ancestor: remove unused genericancestor |
2014-02-25 |
Mads Kiilerich |
|
Superseded |
[7,of,8,v2] context: remove unused filectx.ancestor |
2014-02-25 |
Mads Kiilerich |
|
Superseded |
[6,of,8,v2] copies: guard debug section with ui.debugflag |
2014-02-25 |
Mads Kiilerich |
|
Superseded |
[5,of,8,v2] copies: remove _checkcopies wrapper - it does no good |
2014-02-25 |
Mads Kiilerich |
|
Superseded |
[4,of,8,v2] merge: use ancestor filename from planning phase instead of filectx ancestor |
2014-02-25 |
Mads Kiilerich |
|
Superseded |
[3,of,8,v2] merge: use the right ancestor when both sides copied the same file |
2014-02-25 |
Mads Kiilerich |
|
Superseded |
[2,of,8,v2] copies: when both sides made the same copy, report it as a copy |
2014-02-25 |
Mads Kiilerich |
|
Superseded |
[1,of,8,v2] tests: add systematic test of merge ancestor calculation |
2014-02-25 |
Mads Kiilerich |
|
Superseded |
[4,of,4] ancestor: remove unused genericancestor |
2014-02-25 |
Mads Kiilerich |
|
Superseded |
[3,of,4] context: remove unused filectx.ancestor |
2014-02-25 |
Mads Kiilerich |
|
Superseded |
[2,of,4] BUGGY: merge: use ancestor filename from planning phase instead of filectx ancestor |
2014-02-25 |
Mads Kiilerich |
|
Superseded |
[1,of,4] tests: add systematic test of merge ancestor calculation |
2014-02-25 |
Mads Kiilerich |
|
Superseded |
Updated |
2014-02-25 |
Francisco Figueirido |
|
Not Applicable |
[V2] purge: avoid duplicate output for --print (issue4092) |
2014-02-25 |
Anurag Goel |
|
Accepted |
[2,of,2] revset: changed spanset __add__ implementation to work lazily |
2014-02-24 |
Lucas Moscovicz |
|
Accepted |
[1,of,2] revset: changed lazyset __add__ implementation to work lazily |
2014-02-24 |
Lucas Moscovicz |
|
Accepted |
[V2] scmutil: changed revrange code not to use append |
2014-02-24 |
Lucas Moscovicz |
|
Accepted |
[V5] push: provide a hint when no paths in configured (issue3692) |
2014-02-24 |
Anurag Goel |
|
Accepted |
scmutil: changed revrange code not to use append |
2014-02-24 |
Lucas Moscovicz |
|
Superseded |
[7,of,7] ancestors: return all ancestors - not just those who are furthest from a root |
2014-02-24 |
Mads Kiilerich |
|
Deferred |
[6,of,7] context: introduce [ui]topancestor for controlling which ancestor to pick |
2014-02-24 |
Mads Kiilerich |
|
Deferred |
[5,of,7] context: warn when .ancestor picks an arbitrary of multiple common ancestors |
2014-02-24 |
Mads Kiilerich |
|
Deferred |
[4,of,7] revlog: introduce commonancestors method for getting all common ancestor heads |
2014-02-24 |
Mads Kiilerich |
|
Accepted |
[3,of,7] localrepo: commit: avoid calling expensive ancestor function when p1 is nullrev |
2014-02-24 |
Mads Kiilerich |
|
Accepted |
[2,of,7] ancestors: remove unnecessary handling of 'left' |
2014-02-24 |
Mads Kiilerich |
|
Accepted |
[1,of,7] parsers: remove unreachable and invalid code in index_ancestors |
2014-02-24 |
Mads Kiilerich |
|
Accepted |
[c-hglib] Makefile: create a Makefile to build the hglib shared library |
2014-02-24 |
Iulian Stana |
|
Accepted |
[V4] push: provide a hint when no paths in configured (issue3692) |
2014-02-24 |
Anurag Goel |
|
Superseded |
[3,of,3] cmdutil: implemented new lazy increasingwindows |
2014-02-22 |
Lucas Moscovicz |
|
Accepted |
[2,of,3] revset: added __nonzero__ method to lazyset |
2014-02-22 |
Lucas Moscovicz |
|
Accepted |
[1,of,3] scmutil: changed revrange to return lazysets for new style revsets |
2014-02-22 |
Lucas Moscovicz |
|
Accepted |
[V3] push: provide a hint when no paths in configured (issue3692) |
2014-02-22 |
Anurag Goel |
|
Superseded |
[4,of,4] cmdutil: implemented new lazy increasingwindows |
2014-02-22 |
Lucas Moscovicz |
|
Superseded |
[3,of,4] revset: added __nonzero__ method to lazyset |
2014-02-22 |
Lucas Moscovicz |
|
Superseded |
[2,of,4] revset: implemented discard method on lazy classes |
2014-02-22 |
Lucas Moscovicz |
|
Deferred |
[1,of,4] scmutil: changed revrange to return lazysets for new style revsets |
2014-02-22 |
Lucas Moscovicz |
|
Superseded |
revset: fixed bug where log -f was taking too long to return |
2014-02-21 |
Lucas Moscovicz |
|
Accepted |
[V3] templater: shorten pure integers |
2014-02-21 |
Sean Farley |
|
Accepted |
templater: shorten pure integers |
2014-02-21 |
Sean Farley |
|
Superseded |
util: set the hidden attribute on .hg/ during creation on windows (issue4178) |
2014-02-21 |
Ed Morley |
|
Rejected |
[4,of,4,RFC] cmdutil: implemented new lazy increasingwindows |
2014-02-20 |
Lucas Moscovicz |
|
Superseded |
[3,of,4,RFC] revset: added __nonzero__ method to lazyset |
2014-02-20 |
Lucas Moscovicz |
|
Superseded |
[2,of,4,RFC] revset: implemented discard method on lazy classes |
2014-02-20 |
Lucas Moscovicz |
|
Superseded |
[1,of,4,RFC] scmutil: changed revrange to return lazysets for new style revsets |
2014-02-20 |
Lucas Moscovicz |
|
Superseded |
[4,of,4] doc: gendoc.py writes option descriptions with indentation after newlines |
2014-02-20 |
Simon Heimberg |
|
Accepted |
[3,of,4] doc: add some doctests to gendoc.py to check option printing |
2014-02-20 |
Simon Heimberg |
|
Accepted |
[2,of,4] doc: gendoc.py creates valid output for option descriptions with newlines |
2014-02-20 |
Simon Heimberg |
|
Accepted |
[1,of,4] minirst: create valid output when table data contains a newline |
2014-02-20 |
Simon Heimberg |
|
Accepted |
[1,of,1,V3] rebase: do not raise an UnboundLocalError when called wrong (issue4106) |
2014-02-20 |
Simon Heimberg |
|
Accepted |
[V2] pull: close peer repo on completion (issue2797) |
2014-02-20 |
pklecha@forcom.com.pl |
|
Accepted |
templater: shorten pure integers |
2014-02-20 |
Sean Farley |
|
Superseded |
run-tests.py: work when --with-hg is set to system hg |
2014-02-20 |
Siddharth Agarwal |
|
Accepted |
[11,of,11] phases: make order of debug output 'removing unknown node' deterministic |
2014-02-20 |
Mads Kiilerich |
|
Accepted |
[10,of,11] tests: make unshelve tests more tricky - don't depend on size change |
2014-02-20 |
Mads Kiilerich |
|
Superseded |
[09,of,11] shelve: use fixed date for temporary commit |
2014-02-20 |
Mads Kiilerich |
|
Accepted |
[08,of,11] comments: fix minor spelling issues found with spell checker |
2014-02-20 |
Mads Kiilerich |
|
Accepted |
[07,of,11] hooks: for python hooks, consistently use __name__ etc as name, not the repr |
2014-02-20 |
Mads Kiilerich |
|
Accepted |
[06,of,11] hooks: move logging of hook name to after we have found the hook |
2014-02-20 |
Mads Kiilerich |
|
Accepted |
[05,of,11] rebase: show nice list instead of set repr for 'computed skipped revs' debug |
2014-02-20 |
Mads Kiilerich |
|
Accepted |
[04,of,11] rebase: fix 'rebase onto %d starting from %s' - show root instead of list repr |
2014-02-20 |
Mads Kiilerich |
|
Accepted |
[03,of,11] log: describe graph symbols in the help |
2014-02-20 |
Mads Kiilerich |
|
Accepted |
[02,of,11] tests: backout a82de9dc4f77, debugstacktrace is now stable, drop workaround |
2014-02-20 |
Mads Kiilerich |
|
Accepted |
[01,of,11] util: debugstacktrace, flush before and after writing |
2014-02-20 |
Mads Kiilerich |
|
Accepted |
[2,of,2] revset: added extend and append methods to lazy structures |
2014-02-20 |
Lucas Moscovicz |
|
Accepted |
[1,of,2] revset: added cached generated list on generatorset |
2014-02-20 |
Lucas Moscovicz |
|
Accepted |
[STABLE] solaris: diff -u emits "No differences encountered" |
2014-02-19 |
Danek Duvall |
|
Accepted |
pathencode: eliminate signed integer warnings |
2014-02-19 |
Danek Duvall |
|
Accepted |
revset: changed last implementation to use lazy classes |
2014-02-19 |
Lucas Moscovicz |
|
Accepted |
revset: changed mfunc and getset to work with old style revset methods |
2014-02-19 |
Lucas Moscovicz |
|
Accepted |
[V2] serve: No 'listening at' line when port specified (issue 3976) |
2014-02-19 |
Anurag Goel |
|
Deferred |
serve: No 'listening at' line when port specified (issue 3976) |
2014-02-19 |
Anurag Goel |
|
Superseded |
help: remove last occurrences of ".. note::" without two newlines |
2014-02-19 |
Simon Heimberg |
|
Accepted |
[STABLE] verify: do not prevent verify repository containing hidden changesets |
2014-02-19 |
Yuya Nishihara |
|
Accepted |
[STABLE] hgweb: make sure sys module is loaded prior to reload hack |
2014-02-19 |
Yuya Nishihara |
|
Accepted |
[V2] rebase: do not raise an UnboundLocalError when called with wrong rev (issue4106) |
2014-02-19 |
Simon Heimberg |
|
Accepted |
revset: added smartset attribute to new classes to test at mfunc and getset |
2014-02-19 |
Lucas Moscovicz |
|
Deferred |
merge: add automatic tag merge algorithm |
2014-02-18 |
Angel Ezquerra |
|
Deferred |
Purge crash on junction point |
2014-02-18 |
Mathieu Cantin |
|
Deferred |
help: add ifcontains, revset, and shortest to template help |
2014-02-18 |
Durham Goode |
|
Accepted |
revset: added generatorset class with cached __contains__ method |
2014-02-18 |
Lucas Moscovicz |
|
Accepted |
[2,of,2] revset: changed revsets to use spanset |
2014-02-18 |
Lucas Moscovicz |
|
Accepted |
[1,of,2] revset: changed spanset to take a repo argument |
2014-02-18 |
Lucas Moscovicz |
|
Accepted |
revset: changed revsets to use spanset |
2014-02-18 |
Lucas Moscovicz |
|
Superseded |
help: filter out deprecated options with untranslated descriptions |
2014-02-17 |
Simon Heimberg |
|
Accepted |
[4,of,4,V3,RESEND] ui: edit(): transplant: set HGREVISION environment variable for an editor |
2014-02-17 |
Alexander Drozdov |
|
Accepted |
[3,of,4,V3,RESEND] ui: edit(): rebase, graft: set HGREVISION environment variable for an editor |
2014-02-17 |
Alexander Drozdov |
|
Accepted |
[2,of,4,V3,RESEND] cmdutil: make commitforceeditor() to pass revision extras to ui.edit() |
2014-02-17 |
Alexander Drozdov |
|
Accepted |
[1,of,4,V3,RESEND] ui: allow edit() to work with revision extras |
2014-02-17 |
Alexander Drozdov |
|
Accepted |
[V2,RESEND] win32: improve the performance of win32.unlink() over CIFS |
2014-02-17 |
Kaz Nishimura |
|
Accepted |
[2,of,2] phases: allow sharing secrets with friends (support for push) |
2014-02-17 |
Dov Feldstern |
|
Rejected |
[1,of,2] phases: allow sharing secrets with friends (support for outgoing) |
2014-02-17 |
Dov Feldstern |
|
Rejected |
[3,of,3] tests: glob match has a glob character for not getting a warning on windows |
2014-02-16 |
Simon Heimberg |
|
Accepted |
[2,of,3] run-tests: fixed warn detection on failures with too many output |
2014-02-16 |
Simon Heimberg |
|
Accepted |
[1,of,3] run-tests: fixed warn detection on detecting warn only for lines |
2014-02-16 |
Simon Heimberg |
|
Accepted |
[V2] push: provide a hint when no paths in configured (issue3692) |
2014-02-15 |
Anurag Goel |
|
Superseded |
run-tests: fix heredoctest for out-of-tree extensions |
2014-02-15 |
Patrick Mezard |
|
Accepted |
[STABLE] win32: spawndetached returns pid of detached process and not of cmd.exe |
2014-02-15 |
Simon Heimberg |
|
Accepted |
[5,of,5,RESEND] grep: exit loop immediately, if matching is found in the file for "hg grep -l" |
2014-02-15 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,5,RESEND] grep: use "found" instead of "filerevmatches" examination for efficiency |
2014-02-15 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,5,RESEND] grep: reuse the first "util.binary()" result for efficiency |
2014-02-15 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,5,RESEND] util: add the code path to "cachefunc()" for the function taking no arguments |
2014-02-15 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,5,RESEND] contrib: add "hgperf" command to measure performance of commands easily |
2014-02-15 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,2,RESEND] i18n: check equality of initial indentation between msgid and msgstr |
2014-02-15 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,2,RESEND] i18n: check equality of tail '::'-ness between msgid and msgstr |
2014-02-15 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] rebase: do not try to reactivate deleted divergent bookmark |
2014-02-15 |
Yuya Nishihara |
|
Accepted |
[2,of,2] createmarkers: allow to pass metadata for a marker only |
2014-02-14 |
Pierre-Yves David |
|
Accepted |
[1,of,2] obsstore: update create docstring to point to the coder friendly function |
2014-02-14 |
Pierre-Yves David |
|
Accepted |
revset: changed spanset implementation to take hidden revisions into account |
2014-02-14 |
Lucas Moscovicz |
|
Accepted |
[3,of,3,V2] template: add 'current' to scope during {bookmarks % ...} |
2014-02-14 |
Durham Goode |
|
Accepted |
[2,of,3,V2] template: add revset() template function |
2014-02-14 |
Durham Goode |
|
Accepted |
[1,of,3,V2] template: add ifcontains template function |
2014-02-14 |
Durham Goode |
|
Accepted |
revset: changed spanset implementation to take hidden revisions into account |
2014-02-14 |
Lucas Moscovicz |
|
Superseded |
pull: close peer repo (issue2797) |
2014-02-14 |
Piotr Klecha |
|
Accepted |
Modify description of fold command in editor window |
2014-02-14 |
Adrian Zgorzalek |
|
Deferred |
convert: add --authormapsuffix to append set text to author names (issue4171) |
2014-02-14 |
lstewart@room52.net |
|
Rejected |
rebase: do not raise an UnboundLocalError when called with wrong rev (issue4106) |
2014-02-13 |
Simon Heimberg |
|
Superseded |
[V2] import: move tryone closure in cmdutil |
2014-02-13 |
Pierre-Yves David |
|
Accepted |
[2,of,2,RFC] revset: added cached generated list on generatorset |
2014-02-13 |
Lucas Moscovicz |
|
Superseded |
[1,of,2,RFC] revset: added generatorset class with cached __contains__ method |
2014-02-13 |
Lucas Moscovicz |
|
Superseded |
[7,of,7] run-tests: unnecessary globs also count as warnings |
2014-02-13 |
Simon Heimberg |
|
Accepted |
[6,of,7] run-tests: report a test as warned when only missing globs |
2014-02-13 |
Simon Heimberg |
|
Accepted |
[5,of,7] run-tests: add possibility for test-runners to report a "warned" test result |
2014-02-13 |
Simon Heimberg |
|
Accepted |
[4,of,7] run-tests: separate exit code when no failed tests but warned ones |
2014-02-13 |
Simon Heimberg |
|
Accepted |
[3,of,7] run-tests: introduce 'warned' as test result |
2014-02-13 |
Simon Heimberg |
|
Accepted |
[2,of,7] run-tests: handle sys.exit in main function |
2014-02-13 |
Simon Heimberg |
|
Accepted |
[1,of,7] run-tests: remove unnecessary variable initialisation |
2014-02-13 |
Simon Heimberg |
|
Accepted |
[3,of,3] revset: optimize missing ancestor expressions |
2014-02-13 |
Siddharth Agarwal |
|
Accepted |
[2,of,3] revset: add an undocumented _missingancestors function |
2014-02-13 |
Siddharth Agarwal |
|
Accepted |
[1,of,3] commands.debugrevspec: add an option to print the optimized expression tree |
2014-02-13 |
Siddharth Agarwal |
|
Accepted |
purge: avoid duplicate output for --print (issue4092) |
2014-02-13 |
Anurag Goel |
|
Superseded |
[4,of,4] tests: killdaemons.py for windows distinguishes access violation and terminated |
2014-02-13 |
Simon Heimberg |
|
Accepted |
[3,of,4] tests: killdaemons.py for checks reason when getting no process handle |
2014-02-13 |
Simon Heimberg |
|
Accepted |
[2,of,4] tests: killdaemons.py for windows waits for killed process to terminate |
2014-02-13 |
Simon Heimberg |
|
Accepted |
[1,of,4] tests: kill for windows in killdaemons.py checks return values |
2014-02-13 |
Simon Heimberg |
|
Accepted |
revset: added cache to lazysets |
2014-02-13 |
Lucas Moscovicz |
|
Accepted |
revset: added negative cache to lazysets |
2014-02-13 |
Lucas Moscovicz |
|
Deferred |
[3,of,3] template: add 'current' to scope during {bookmarks % ...} |
2014-02-13 |
Durham Goode |
|
Superseded |
[2,of,3] template: add revset() template function |
2014-02-13 |
Durham Goode |
|
Superseded |
[1,of,3] template: add ifcontains template function |
2014-02-13 |
Durham Goode |
|
Superseded |
[9,of,9,RFC] revset: optimized _revancestors method based on order of revisions |
2014-02-12 |
Lucas Moscovicz |
|
Superseded |
[8,of,9,RFC] revset: changed ancestors revset to return lazy generators |
2014-02-12 |
Lucas Moscovicz |
|
Superseded |
[7,of,9,RFC] revset: added order property to lazyset classes |
2014-02-12 |
Lucas Moscovicz |
|
Superseded |
[6,of,9,RFC] revset: added basic operators to ordered lazysets |
2014-02-12 |
Lucas Moscovicz |
|
Superseded |
[5,of,9,RFC] revset: changed revset code to use filter method |
2014-02-12 |
Lucas Moscovicz |
|
Superseded |
[4,of,9,RFC] revset: added filter method to revset classes |
2014-02-12 |
Lucas Moscovicz |
|
Superseded |
[3,of,9,RFC] revset: added ordered lazyset subclasses |
2014-02-12 |
Lucas Moscovicz |
|
Superseded |
[2,of,9,RFC] revset: added ordered generatorsets with cached contains method |
2014-02-12 |
Lucas Moscovicz |
|
Superseded |
[1,of,9,RFC] revset: added generatorset class with cached __contains__ method |
2014-02-12 |
Lucas Moscovicz |
|
Superseded |
[3,of,3] revset: added operations to spanset to duck type baseset |
2014-02-12 |
Lucas Moscovicz |
|
Accepted |
[2,of,3] revset: added basic operations to spanset |
2014-02-12 |
Lucas Moscovicz |
|
Accepted |
[1,of,3] revset: added spanset class to represent revision ranges |
2014-02-12 |
Lucas Moscovicz |
|
Accepted |
purge --print: duplicate output (issue4092) |
2014-02-12 |
Anurag Goel |
|
Superseded |
[4,of,4] revset: added lazyset implementation to extra revset |
2014-02-12 |
Lucas Moscovicz |
|
Accepted |
[3,of,4] revset: added lazyset implementation to divergent revset |
2014-02-12 |
Lucas Moscovicz |
|
Accepted |
[2,of,4] revset: added lazyset implementation to converted revset |
2014-02-12 |
Lucas Moscovicz |
|
Accepted |
[1,of,4] revset: added lazyset implementation to closed revset |
2014-02-12 |
Lucas Moscovicz |
|
Accepted |
push: hg should provide hint when no paths configured (issue3692) |
2014-02-12 |
Anurag Goel |
|
Deferred |
[13,of,13] pull: move changeset pulling in its own function |
2014-02-12 |
Pierre-Yves David |
|
Accepted |
[12,of,13] pull: move `fetch` subset into the object |
2014-02-12 |
Pierre-Yves David |
|
Accepted |
[11,of,13] pull: make pulled subset a propertycache of the pull object |
2014-02-12 |
Pierre-Yves David |
|
Accepted |
[10,of,13] pull: move phases synchronisation in its own function |
2014-02-12 |
Pierre-Yves David |
|
Accepted |
[09,of,13] pull: move pulled subset into the object |
2014-02-12 |
Pierre-Yves David |
|
Accepted |
[08,of,13] push: feed pulloperation object to _pullobsolete function |
2014-02-12 |
Pierre-Yves David |
|
Accepted |
[07,of,13] pull: move transaction logic into the pull object |
2014-02-12 |
Pierre-Yves David |
|
Accepted |
[06,of,13] pull: move obsolescence marker exchange in the exchange module |
2014-02-12 |
Pierre-Yves David |
|
Accepted |
[05,of,13] pull: move `force` argument into pull object |
2014-02-12 |
Pierre-Yves David |
|
Accepted |
[04,of,13] pull: move `heads` argument into pull object |
2014-02-12 |
Pierre-Yves David |
|
Accepted |
[03,of,13] pull: move `remote` argument into pull object |
2014-02-12 |
Pierre-Yves David |
|
Accepted |
[02,of,13] pull: introduce a pulloperation object |
2014-02-12 |
Pierre-Yves David |
|
Accepted |
[01,of,13] exchange: extract pull function from localrepo |
2014-02-12 |
Pierre-Yves David |
|
Accepted |
import: move tryone closure in cmdutil |
2014-02-12 |
Pierre-Yves David |
|
Superseded |
debugobsolete: extract marker display in a dedicated function |
2014-02-12 |
Pierre-Yves David |
|
Accepted |
color: add debugcolor command (issue4094) |
2014-02-12 |
Olle Lundberg |
|
Accepted |
[8,of,8] revset: added lazyset implementation to ancestorspec revset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[7,of,8] revset: added lazyset implementation to contains revset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[6,of,8] revset: added lazyset implementation to secret revset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[5,of,8] revset: added lazyset implementation to matching revset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[4,of,8] revset: added lazyset implementation to _matchfiles |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[3,of,8] revset: added lazyset implementation to filelog revset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[2,of,8] revset: added lazyset implementation to checkstatus |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[1,of,8] revset: added lazyset implementation to public revset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[7,of,7,(push,is,done;,12,more,to,go,for,pull)] push: extract new common set computation from phase synchronisation |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[6,of,7,(push,is,done;,12,more,to,go,for,pull)] push: move `commonheads` into the push object |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[5,of,7,(push,is,done;,12,more,to,go,for,pull)] push: move discovery in its own function |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[4,of,7,(push,is,done;,12,more,to,go,for,pull)] push: move outgoing check logic in its own function |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[3,of,7,(push,is,done;,12,more,to,go,for,pull)] push: move `incoming` into the push object |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[2,of,7,(push,is,done;,12,more,to,go,for,pull)] push: move changeset push logic in its own function |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[1,of,7,(push,is,done;,12,more,to,go,for,pull)] push: move `remoteheads` into the push object |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
push: hg should provide hint when no paths configured (issue3692) |
2014-02-11 |
Anurag Goel |
|
Accepted |
[8,of,8] revset: added lazyset implementation to origin revset |
2014-02-11 |
Lucas Moscovicz |
|
Deferred |
[7,of,8] revset: added lazyset implementation to branchpoint revset |
2014-02-11 |
Lucas Moscovicz |
|
Deferred |
[6,of,8] revset: added lazyset implementation to merge revset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[5,of,8] revset: added lazyset implementation to grep revset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[4,of,8] revset: added lazyset implementation to desc revset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[3,of,8] revset: added lazyset implementation to draft revset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[2,of,8] revset: added lazyset implementation bookmark revset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[1,of,8] revset: added lazyset implementation to date revset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[4,of,4] revset: added lazyset implementation to author revset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[3,of,4] revset: added lazyset implementation to keyword revset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[2,of,4] revset: changed limit revset implementation to work with lazy revsets |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[1,of,4] revset: added lazyset implementation to branch revset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[2,of,2] revset: changed getset so that it can return a lazyset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[1,of,2] hgext: updated extensions to return a baseset when adding symbols |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
run-tests: fix typo and print out failing line |
2014-02-11 |
Simon Heimberg |
|
Accepted |
[V3] tests: match ps output in a way working on OS X |
2014-02-11 |
Simon Heimberg |
|
Deferred |
[V2] tests: match ps output in a way working on OS X |
2014-02-11 |
Simon Heimberg |
|
Superseded |
push: hg should provide hint when no paths configured (issue3692) |
2014-02-11 |
Anurag Goel |
|
Superseded |
tests: strip ps header in a way working on OS X |
2014-02-11 |
Simon Heimberg |
|
Superseded |
[4,of,4] revset: changed getset so that it can return a lazyset |
2014-02-11 |
Lucas Moscovicz |
|
Superseded |
[3,of,4] revset: added operations to duck type baseset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[2,of,4] revset: added basic operations to lazyset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[1,of,4] revset: added lazyset class with basic operations |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[11,of,11,(19,more,to,go)] push: move phases synchronisation function in its own function |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[10,of,11,(19,more,to,go)] push: move outgoing object in the push object |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[09,of,11,(19,more,to,go)] push: move push return value in the push object |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[08,of,11,(19,more,to,go)] push: move local phase move in a normal function |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[07,of,11,(19,more,to,go)] push: explicitly feed pushop to localphasemove |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[06,of,11,(19,more,to,go)] push: move local lock logic in pushoperation |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[05,of,11,(19,more,to,go)] push: move obsolescence related message into _pushobsolescence function |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[04,of,11,(19,more,to,go)] push: drop now outdated comment |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[03,of,11,(19,more,to,go)] push: feed pushoperation object to _pushobsolete function |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[02,of,11,(19,more,to,go)] push: move obsolescence marker exchange in the exchange module |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[01,of,11,(19,more,to,go)] push: feed pushoperation object to _pushbookmark function |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[V2] tests: rewrite path in test-shelve.t for not being mangled on msys |
2014-02-10 |
Simon Heimberg |
|
Accepted |
[stable] hooks: only disable/re-enable demandimport when it's already enabled |
2014-02-10 |
Brodie Rao |
|
Accepted |
tests: rewrite path in test-shelve.t for not being mangled on msys |
2014-02-10 |
Simon Heimberg |
|
Superseded |
tests: lines with largefile .* file://$TESTTMP also match on windows |
2014-02-10 |
Simon Heimberg |
|
Accepted |
revset: minor changes adding baseset to revsets |
2014-02-10 |
Lucas Moscovicz |
|
Accepted |
[2,of,2] tests: test that the pid returned by `hg serve` looks reasonable |
2014-02-10 |
Simon Heimberg |
|
Accepted |
[1,of,2] win32: spawndetached returns pid of detached process and not of cmd.exe |
2014-02-10 |
Simon Heimberg |
|
Accepted |
push: hg should provide hint when no paths configured (issue3692) |
2014-02-10 |
Anurag Goel |
|
Superseded |
run-tests: print diff to stderr instead to stdout |
2014-02-10 |
Simon Heimberg |
|
Deferred |
[4,of,4] ui: edit(): transplant: set HGREVISION environment variable for an editor |
2014-02-10 |
Alexander Drozdov |
|
Superseded |
[3,of,4] ui: edit(): rebase, graft: set HGREVISION environment variable for an editor |
2014-02-10 |
Alexander Drozdov |
|
Superseded |
[2,of,4] cmdutil: make commitforceeditor() to pass revision extras to ui.edit() |
2014-02-10 |
Alexander Drozdov |
|
Superseded |
[1,of,4] ui: allow edit() to work with revision extras |
2014-02-10 |
Alexander Drozdov |
|
Superseded |
[9,of,9] shelve: better (and slightly redundant) test coverage for unshelve conflicts |
2014-02-10 |
Mads Kiilerich |
|
Accepted |
[8,of,9] shelve: status messages from unshelve |
2014-02-10 |
Mads Kiilerich |
|
Accepted |
[7,of,9] shelve: be quiet when unshelve pulls from the shelve bundle |
2014-02-10 |
Mads Kiilerich |
|
Accepted |
[6,of,9] shelve: add 'changes to' prefix to default shelve message |
2014-02-10 |
Mads Kiilerich |
|
Accepted |
[5,of,9] shelve: mention FILE options in help |
2014-02-10 |
Mads Kiilerich |
|
Accepted |
[4,of,9] shelve: mention walk options in help |
2014-02-10 |
Mads Kiilerich |
|
Accepted |
[3,of,9] shelve: really pass publicancestors to changegroupsubset - not the parents |
2014-02-10 |
Mads Kiilerich |
|
Accepted |
[2,of,9] shelve: publicancestors do not have to visit nullrev |
2014-02-10 |
Mads Kiilerich |
|
Accepted |
[1,of,9] localrepo: make it clear that changegroupsubset doesn't take bases but roots |
2014-02-10 |
Mads Kiilerich |
|
Accepted |
[stable] merge: don't overwrite file untracked after remove, abort with 'untracked files' |
2014-02-09 |
Mads Kiilerich |
|
Accepted |
hg should provide hint when no paths configured |
2014-02-09 |
Anurag Goel |
|
Deferred |
subrepo: make it possible to update when a subrepo revision is missing |
2014-02-09 |
Angel Ezquerra |
|
Deferred |
tests: on windows, run command explicitly in sh for working command substitution |
2014-02-08 |
Simon Heimberg |
|
Accepted |
tests: test-module-imports.t works on windows (with backslash path sep) |
2014-02-08 |
Simon Heimberg |
|
Accepted |
[5,of,5,V3,c-hglib] examples: export-import command example, implemented using level 0 |
2014-02-07 |
Giovanni Gherdovich |
|
Accepted |
[4,of,5,V3,c-hglib] examples: init command example, implemented using level 0 |
2014-02-07 |
Giovanni Gherdovich |
|
Accepted |
[3,of,5,V3,c-hglib] examples: verify command example, implemented using level 0 |
2014-02-07 |
Giovanni Gherdovich |
|
Accepted |
[2,of,5,V3,c-hglib] examples: merge command example, implemented using level 0 |
2014-02-07 |
Giovanni Gherdovich |
|
Accepted |
[1,of,5,V3,c-hglib] examples: import command example, implemented using level 0 |
2014-02-07 |
Giovanni Gherdovich |
|
Accepted |
[3,of,3] convert: secret config option for disabling debugsvnlog |
2014-02-07 |
Mads Kiilerich |
|
Accepted |
[2,of,3] convert: make subversion revsplit more stable when meeting revisions without @ |
2014-02-07 |
Mads Kiilerich |
|
Accepted |
[1,of,3] convert: drop unused getheads from sinks |
2014-02-07 |
Mads Kiilerich |
|
Accepted |
[2,of,2,re] discovery: make "note: unsynced remote changes!" less serious than a warning |
2014-02-07 |
Mads Kiilerich |
|
Accepted |
[1,of,2,re] discovery: improve "note: unsynced remote changes!" warning |
2014-02-07 |
Mads Kiilerich |
|
Accepted |
[4,of,4] ui: edit(): transplant: set HGREVISION environment variable for an editor |
2014-02-07 |
Alexander Drozdov |
|
Superseded |
[3,of,4] ui: edit(): rebase, graft: set HGREVISION environment variable for an editor |
2014-02-07 |
Alexander Drozdov |
|
Superseded |
[2,of,4] cmdutil: make commitforceeditor() to pass revision extras to ui.edit() |
2014-02-07 |
Alexander Drozdov |
|
Superseded |
[1,of,4] ui: allow edit() to work with revision extras |
2014-02-07 |
Alexander Drozdov |
|
Superseded |
[3,of,3] revset: minor changes adding baseset to revsets |
2014-02-07 |
Lucas Moscovicz |
|
Superseded |
[2,of,3] revset: added __add__ method to baseset class |
2014-02-07 |
Lucas Moscovicz |
|
Accepted |
[1,of,3] revset: added docstring to baseset class |
2014-02-07 |
Lucas Moscovicz |
|
Accepted |
import-checker: handle standard modules with arch in the filename |
2014-02-07 |
Mads Kiilerich |
|
Accepted |
[3,of,3] revset: minor changes adding baseset to revsets |
2014-02-07 |
Lucas Moscovicz |
|
Superseded |
[2,of,3] revset: added __add__ method to baseset class |
2014-02-07 |
Lucas Moscovicz |
|
Superseded |
[1,of,3] revset: added docstring to baseset class |
2014-02-07 |
Lucas Moscovicz |
|
Superseded |
[2,of,2] revset: added __add__ method to baseset class |
2014-02-06 |
Lucas Moscovicz |
|
Superseded |
[1,of,2] revset: added docstring to baseset class |
2014-02-06 |
Lucas Moscovicz |
|
Superseded |
[4,of,4] revset: added lazyset implementation to keyword revset |
2014-02-06 |
Lucas Moscovicz |
|
Superseded |
[3,of,4] revset: added lazyset implementation to limit revset |
2014-02-06 |
Lucas Moscovicz |
|
Deferred |
[2,of,4] revset: added lazyset implementation to branch revset |
2014-02-06 |
Lucas Moscovicz |
|
Superseded |
[1,of,4] revset: added lazyset class to return values as soon as they are computed |
2014-02-06 |
Lucas Moscovicz |
|
Deferred |
[3,of,3] ui: edit(): set HGREVISION environment variable for an editor |
2014-02-06 |
Alexander Drozdov |
|
Superseded |
[2,of,3] cmdutil: make commitforceeditor() to pass revision extras to ui.edit() |
2014-02-06 |
Alexander Drozdov |
|
Superseded |
[1,of,3] ui: allow edit() to work with revision extras |
2014-02-06 |
Alexander Drozdov |
|
Superseded |
template: fix shortest(node) function in pure mercurial |
2014-02-06 |
Durham Goode |
|
Accepted |
[3,of,3] discovery: improve "note: unsynced remote changes!" warning |
2014-02-06 |
Mads Kiilerich |
|
Superseded |
[2,of,3] discovery: cleanup of variable names and comments |
2014-02-06 |
Mads Kiilerich |
|
Accepted |
[1,of,3] localrepo: give a sigh of relief when getting lock after waiting for it |
2014-02-06 |
Mads Kiilerich |
|
Accepted |
[2,of,2,V2] template: add pad function for padding output |
2014-02-05 |
Durham Goode |
|
Accepted |
[1,of,2,V2] template: add shortest(node) template function |
2014-02-05 |
Durham Goode |
|
Accepted |
[6,of,6,resend] contrib/Makefile.python: build local Python from source |
2014-02-05 |
Mads Kiilerich |
|
Accepted |
[5,of,6,resend] tests: use small conditional section for tic requirement in test-status-color.t |
2014-02-05 |
Mads Kiilerich |
|
Accepted |
[4,of,6,resend] import-checker: show stdlib and relative imports separately |
2014-02-05 |
Mads Kiilerich |
|
Accepted |
[3,of,6,resend] tests: improved test coverage for HTTP authentication and 401 responses |
2014-02-05 |
Mads Kiilerich |
|
Accepted |
[2,of,6,resend] tests: ignore http tests that are known wontfix failures on python 2.4 |
2014-02-05 |
Mads Kiilerich |
|
Accepted |
[1,of,6,resend] import-checker: fix names of dynamically loaded modules |
2014-02-05 |
Mads Kiilerich |
|
Accepted |
fix_bytesmod: fix defects in fix_bytesmod so it produces working code |
2014-02-04 |
Augie Fackler |
|
Accepted |
[6,of,6,py3,progress,v2] repoview: use repo.revs() instead of a private revset method |
2014-02-04 |
Augie Fackler |
|
Accepted |
[5,of,6,py3,progress,v2] commands: use ctx.getfileset instead of fileset.getfileset |
2014-02-04 |
Augie Fackler |
|
Accepted |
[4,of,6,py3,progress,v2] match: use ctx.getfileset() instead of fileset.getfileset() |
2014-02-04 |
Augie Fackler |
|
Accepted |
[3,of,6,py3,progress,v2] context: add a getfileset() method so fewer things need fileset directly |
2014-02-04 |
Augie Fackler |
|
Accepted |
[2,of,6,py3,progress,v2] amend: move cmdutil.amend to a new module to break an import cycle |
2014-02-04 |
Augie Fackler |
|
Deferred |
[1,of,6,py3,progress,v2] itersubrepos: move to scmutil to break a direct import cycle |
2014-02-04 |
Augie Fackler |
|
Accepted |
[5,of,5,py3,progress] commands: use ctx.getfileset instead of fileset.getfileset |
2014-02-04 |
Augie Fackler |
|
Superseded |
[4,of,5,py3,progress] match: use ctx.getfileset() instead of fileset.getfileset() |
2014-02-04 |
Augie Fackler |
|
Superseded |
[3,of,5,py3,progress] context: add a getfileset() method so fewer things need fileset directly |
2014-02-04 |
Augie Fackler |
|
Superseded |
[2,of,5,py3,progress] amend: move cmdutil.amend to a new module to break an import cycle |
2014-02-04 |
Augie Fackler |
|
Deferred |
[1,of,5,py3,progress] itersubrepos: move to scmutil to break a direct import cycle |
2014-02-04 |
Augie Fackler |
|
Superseded |
win32: improve the performance of win32.unlink() over CIFS |
2014-02-04 |
Kaz Nishimura |
|
Superseded |
[4,of,4] tests: write largefile output with condition to match on windows |
2014-02-04 |
Simon Heimberg |
|
Changes Requested |
[3,of,4] tests: use new possibility of condition in output |
2014-02-04 |
Simon Heimberg |
|
Changes Requested |
[2,of,4] run-tests: allow to put conditions and comments in expected output |
2014-02-04 |
Simon Heimberg |
|
Changes Requested |
[1,of,4] run-tests: add helper function for appending expected and text output |
2014-02-04 |
Simon Heimberg |
|
Changes Requested |
[8,of,8] convert: add tagmap option |
2014-02-04 |
Sean Farley |
|
Accepted |
[7,of,8] convert: add tagmap logic |
2014-02-04 |
Sean Farley |
|
Accepted |
[6,of,8] convert: avoid updating tags when there is nothing new |
2014-02-04 |
Sean Farley |
|
Accepted |
[5,of,8] convert: compare tags from all heads instead of just one |
2014-02-04 |
Sean Farley |
|
Accepted |
[4,of,8] convert: add closemap option |
2014-02-04 |
Sean Farley |
|
Accepted |
[3,of,8] convert: add parseclosemap method |
2014-02-04 |
Sean Farley |
|
Accepted |
[2,of,8] convert: add mapname parameter to checkrevformat |
2014-02-04 |
Sean Farley |
|
Accepted |
[1,of,8] convert: replace old sha1s in the description |
2014-02-04 |
Sean Farley |
|
Accepted |
[3,of,3,stable] hg: note that islocal only accepts paths pointing to repos |
2014-02-03 |
Siddharth Agarwal |
|
Accepted |
[2,of,3,stable] hg.openpath: use url.islocal to tell if the path is local (issue3624) |
2014-02-03 |
Siddharth Agarwal |
|
Accepted |
[1,of,3,stable] util.url: add an 'islocal' method |
2014-02-03 |
Siddharth Agarwal |
|
Accepted |
[9,of,9] i18n-de: update po file for showing the effect of changed posplit |
2014-02-03 |
Simon Heimberg |
|
Accepted |
[8,of,9] i18n: leave out entries which contain only rst syntax |
2014-02-03 |
Simon Heimberg |
|
Accepted |
[7,of,9] i18n-de: update po file for showing the effect of changed posplit |
2014-02-03 |
Simon Heimberg |
|
Superseded |
[6,of,9] i18n: leave out entries which contain only a rst directive |
2014-02-03 |
Simon Heimberg |
|
Accepted |
[5,of,9] i18n-de: update po file for showing the effect of changed posplit |
2014-02-03 |
Simon Heimberg |
|
Superseded |
[4,of,9] i18n: posplit removes the entry "::" from the pot file |
2014-02-03 |
Simon Heimberg |
|
Accepted |
[3,of,9] i18n-de: update po file for showing the effect of changed posplit |
2014-02-03 |
Simon Heimberg |
|
Superseded |
[2,of,9] i18n: posplit writes a warning for translators before rst directives |
2014-02-03 |
Simon Heimberg |
|
Accepted |
[1,of,9] Makefile: hg.pot depends on the scripts generating it |
2014-02-03 |
Simon Heimberg |
|
Accepted |
[4,of,4] revset: added intersection to baseset class |
2014-02-03 |
Lucas Moscovicz |
|
Accepted |
[3,of,4] revset: added substraction to baseset class |
2014-02-03 |
Lucas Moscovicz |
|
Accepted |
[2,of,4] revset: implemented set caching for revset evaluation |
2014-02-03 |
Lucas Moscovicz |
|
Accepted |
[1,of,4] revset: added baseset class (still empty) to improve revset performance |
2014-02-03 |
Lucas Moscovicz |
|
Accepted |
tests: use ls instead of find, all files are in the same directory |
2014-02-03 |
Simon Heimberg |
|
Accepted |
tests: for consistent output flush between writing sterr and stdout |
2014-02-03 |
Simon Heimberg |
|
Accepted |
[9,of,9,(38,total)] push: feed pushoperation object to _pushbookmark function |
2014-02-02 |
Pierre-Yves David |
|
Superseded |
[8,of,9,(38,total)] push: move bookmarks exchange in the exchange module |
2014-02-02 |
Pierre-Yves David |
|
Accepted |
[7,of,9,(38,total)] push: move `newbranch` argument into the push object |
2014-02-02 |
Pierre-Yves David |
|
Accepted |
[6,of,9,(38,total)] push: move `revs` argument into the push object |
2014-02-02 |
Pierre-Yves David |
|
Accepted |
[5,of,9,(38,total)] push: move `force` argument into the push object |
2014-02-02 |
Pierre-Yves David |
|
Accepted |
[4,of,9,(38,total)] push: move `remote` argument in the push object |
2014-02-02 |
Pierre-Yves David |
|
Accepted |
[3,of,9,(38,total)] push: ease access to current ui object |
2014-02-02 |
Pierre-Yves David |
|
Accepted |
[2,of,9,(38,total)] push: introduce a pushoperation object |
2014-02-02 |
Pierre-Yves David |
|
Accepted |
[1,of,9,(38,total)] exchange: extract push function from localrepo |
2014-02-02 |
Pierre-Yves David |
|
Accepted |
[2,of,2] rebase: do not crash in panic when cwd disapear in the process (issue4121) |
2014-01-31 |
Pierre-Yves David |
|
Accepted |
[1,of,2] record: use absolute path instead of os.chdir |
2014-01-31 |
Pierre-Yves David |
|
Accepted |
[STABLE,[V2] ] help: improve description of phases.checksubrepos setting |
2014-01-31 |
Angel Ezquerra |
|
Accepted |
[STABLE,(white-space-fixed)] clone: do not turn hidden changeset public on publishing clone (issue3935) |
2014-01-30 |
Pierre-Yves David |
|
Accepted |
[STABLE] clone: do not turn hidden changeset public on publishing clone (issue3935) |
2014-01-30 |
Pierre-Yves David |
|
Superseded |
[1,of,1,STABLE] doc: fix mistake about matching against directories in "pattern.txt" |
2014-01-30 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] dispatch: make "_checkshellalias()" invoke "findcmd()" with "strict=True" |
2014-01-29 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,1,STABLE] help: improve description of phases.checksubrepos setting |
2014-01-29 |
Angel Ezquerra |
|
Superseded |
[1,of,1] convert: use branchmap to change default branch in destination (issue3469) |
2014-01-28 |
lstewart@room52.net |
|
Accepted |
commands: hg debuginstall checks missing templates (issue4151) |
2014-01-28 |
Simon Heimberg |
|
Accepted |
[hglib,v2] log: fix 'hidden' option |
2014-01-27 |
Julien Cristau |
|
Deferred |
[v2] dispatch: take --hidden from individual commands into account |
2014-01-27 |
Julien Cristau |
|
Accepted |
[hglib] log: fix 'hidden' option |
2014-01-27 |
Julien Cristau |
|
Accepted |
dispatch: take --hidden from individual commands into account |
2014-01-27 |
Julien Cristau |
|
Superseded |
Improve performance of win32.unlink() over CIFS/SMB |
2014-01-27 |
Kaz Nishimura |
|
Superseded |
[2,of,2,STABLE] phase: add a passing test for (issue3575) |
2014-01-23 |
Pierre-Yves David |
|
Accepted |
[1,of,2,STABLE] phase: properly compute ancestors of --rev on push (issue3786) |
2014-01-23 |
Pierre-Yves David |
|
Accepted |
[STABLE] wix: pull in new templates |
2014-01-23 |
Steve Borho |
|
Accepted |
[STABLE] parsers: fix 'unsigned expression is always true' warning (issue4142) |
2014-01-23 |
David Soria Parra |
|
Accepted |
parsers: fix 'unsigned expression is always true' warning (issue4142) |
2014-01-23 |
David Soria Parra |
|
Superseded |
[Bug,4150] New: Merge conflict not happening where expected |
2014-01-23 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[STABLE] templater: selecting a style with no templates does not crash (issue4140) |
2014-01-23 |
Simon Heimberg |
|
Accepted |
[STABLE] hgext: fix one typo in rebase |
2014-01-23 |
Simon Heimberg |
|
Accepted |
[3,of,3,[STABLE,V2] ] subrepo: make it possible to update to hidden subrepo revisions |
2014-01-22 |
Angel Ezquerra |
|
Accepted |
[2,of,3,[STABLE,V2] ] subrepo: remove unnecessary else clause in hgsubrepo._get |
2014-01-22 |
Angel Ezquerra |
|
Accepted |
[1,of,3,[STABLE,V2] ] subrepo: do not try to get hidden revisions |
2014-01-22 |
Angel Ezquerra |
|
Accepted |
[FYI] contrib/Makefile.python: build Python versions from source |
2014-01-21 |
Mads Kiilerich |
|
Accepted |
test-import-merge.t fails on windows, applying the patch fails directly instead of matching with an offset |
2014-01-20 |
Simon Heimberg |
|
Accepted |
[8,of,8] http: reuse authentication info after the first failed request (issue3567) |
2014-01-20 |
Mads Kiilerich |
|
Superseded |
[7,of,8] tests: check accesslog for which http requests actually are sent |
2014-01-20 |
Mads Kiilerich |
|
Deferred |
[6,of,8] tests: ignore http tests that are known wontfix failures on python 2.4 |
2014-01-20 |
Mads Kiilerich |
|
Superseded |
[5,of,8] tests: stop tracking tests/gpg/random_seed |
2014-01-20 |
Mads Kiilerich |
|
Accepted |
[4,of,8] tests: use small conditional section for tic requirement in test-status-color.t |
2014-01-20 |
Mads Kiilerich |
|
Superseded |
[3,of,8] tests: 'hghave tic' also requires curses support in Python |
2014-01-20 |
Mads Kiilerich |
|
Accepted |
[2,of,8] import-checker: fix names of dynamically loaded modules |
2014-01-20 |
Mads Kiilerich |
|
Superseded |
[1,of,8] import-checker: show stdlib and relative imports separately |
2014-01-20 |
Mads Kiilerich |
|
Superseded |
[2,of,2] i18n: check equality of initial indentation between msgid and msgstr |
2014-01-19 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,2] i18n: check equality of tail '::'-ness between msgid and msgstr |
2014-01-19 |
Katsunori FUJIWARA |
|
Superseded |
[5,of,5] grep: exit loop immediately, if matching is found in the file for "hg grep -l" |
2014-01-18 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,5] grep: use "found" instead of "filerevmatches" examination for efficiency |
2014-01-18 |
Katsunori FUJIWARA |
|
Superseded |
[3,of,5] grep: reuse the first "util.binary()" result for efficiency |
2014-01-18 |
Katsunori FUJIWARA |
|
Superseded |
[2,of,5] util: add the code path to "cachefunc()" for the function taking no arguments |
2014-01-18 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,5] contrib: add "hgperf" command to measure performance of commands easily |
2014-01-18 |
Katsunori FUJIWARA |
|
Superseded |
[6,of,6,V4] commands: use bookmarks.validdest instead of duplicating logic |
2014-01-17 |
Sean Farley |
|
Accepted |
[5,of,6,V4] update: consider successor changesets when moving active bookmark |
2014-01-17 |
Sean Farley |
|
Accepted |
[4,of,6,V4] merge: consider successor changesets for a bare update |
2014-01-17 |
Sean Farley |
|
Accepted |
[3,of,6,V4] merge: refactor initialization of variables in update |
2014-01-17 |
Sean Farley |
|
Accepted |
[2,of,6,V4] merge: update comment for future devs |
2014-01-17 |
Sean Farley |
|
Accepted |
[1,of,6,V4] obsolete: clarify documentation for succcessorssets |
2014-01-17 |
Sean Farley |
|
Accepted |
[V2] tests: test-debugcommands.t also matches stack trace on python 2.4 |
2014-01-17 |
Simon Heimberg |
|
Accepted |
[6,of,6] doc: add description about pattern matching against directories |
2014-01-17 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,6] revset: add explanation about the pattern without explicit kind |
2014-01-17 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6] revset: use "canonpath()" for "filelog()" pattern without explicit kind |
2014-01-17 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,6] revset: avoid loop for "match.files()" having always one element for efficiency |
2014-01-17 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,6] revset: make default kind of pattern for "contains()" rooted at cwd |
2014-01-17 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,6] revset: narrow scope of the variable referred only in specific code path |
2014-01-17 |
Katsunori FUJIWARA |
|
Accepted |
tests: fix test-run-tests.py on OS X |
2014-01-17 |
Simon Heimberg |
|
Accepted |
[2,of,2] template: add pad function for padding output |
2014-01-17 |
Durham Goode |
|
Superseded |
[1,of,2] template: add shortestnode keyword |
2014-01-17 |
Durham Goode |
|
Deferred |
[V3] url: added authuri when login information is requested (issue3209) |
2014-01-17 |
Lucas Moscovicz |
|
Accepted |
[V2] url: added authuri when login information is requested (issue3209) |
2014-01-17 |
Lucas Moscovicz |
|
Superseded |
run-tests: test result shows when a failed test could not start a server |
2014-01-16 |
Simon Heimberg |
|
Accepted |
[2,of,2] record: re-enable whitespace-ignoring options |
2014-01-16 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[1,of,2] record: use commands.diffwsopts instead of ad-hoc diffopts |
2014-01-16 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[2,of,2] backout: add a message after backout that need manual commit |
2014-01-16 |
Pierre-Yves David |
|
Accepted |
[1,of,2] backout: avoid update on simple case |
2014-01-16 |
Pierre-Yves David |
|
Accepted |
[4,of,4,V2] run-tests: print more information on unnecessary glob matching |
2014-01-16 |
Simon Heimberg |
|
Accepted |
[3,of,4,V2] run-tests: suggest to append glob when only path sep does not match |
2014-01-16 |
Simon Heimberg |
|
Accepted |
[2,of,4,V2] run-tests: test each line matching function on its own |
2014-01-16 |
Simon Heimberg |
|
Accepted |
[1,of,4,V2] tests: new test for line matching functions in run-tests |
2014-01-16 |
Simon Heimberg |
|
Accepted |
[V2] run-tests: report tests as failed when run-test raises an error |
2014-01-16 |
Simon Heimberg |
|
Accepted |
[4,of,4] run-tests: print more information on unnecessary glob matching |
2014-01-16 |
Simon Heimberg |
|
Superseded |
[3,of,4] run-tests: suggest to append glob when only path sep does not match |
2014-01-16 |
Simon Heimberg |
|
Superseded |
[2,of,4] run-tests: test each line matching function on its own |
2014-01-16 |
Simon Heimberg |
|
Superseded |
[1,of,4] tests: new test for line matching functions in run-tests |
2014-01-16 |
Simon Heimberg |
|
Superseded |
run-tests: report tests as failed when run-test raises an error |
2014-01-16 |
Simon Heimberg |
|
Superseded |
run-tests: set the thread name to the test name for info on error |
2014-01-16 |
Simon Heimberg |
|
Accepted |
[7,of,7] dirstate: improve documentation and readability of match and ignore in the walker |
2014-01-16 |
Mads Kiilerich |
|
Superseded |
[6,of,7] dirstate: report bad subdirectories as match.bad, not just a warning |
2014-01-16 |
Mads Kiilerich |
|
Rejected |
[5,of,7] context: remove redundant handling of match.bad return value |
2014-01-16 |
Mads Kiilerich |
|
Superseded |
[4,of,7] largefiles, cat: make handling of bad matches more legible |
2014-01-16 |
Mads Kiilerich |
|
Rejected |
[3,of,7] match: remove last traces of unused .missing callback |
2014-01-16 |
Mads Kiilerich |
|
Superseded |
[2,of,7] match: improve documentation - docstrings and more descriptive variable naming |
2014-01-16 |
Mads Kiilerich |
|
Superseded |
[1,of,7] match: if the repo root is a root, that is the only root we need |
2014-01-16 |
Mads Kiilerich |
|
Rejected |
revsets: added authuri when login information is requested (issue3209) |
2014-01-16 |
Lucas Moscovicz |
|
Changes Requested |
[6,of,6,V3] commands: use bookmarks.validdest instead of duplicating logic |
2014-01-16 |
Sean Farley |
|
Superseded |
[5,of,6,V3] update: consider successor changesets when moving active bookmark |
2014-01-16 |
Sean Farley |
|
Superseded |
[4,of,6,V3] merge: consider successor changesets for a bare update |
2014-01-16 |
Sean Farley |
|
Superseded |
[3,of,6,V3] merge: refactor initialization of variables in update |
2014-01-16 |
Sean Farley |
|
Superseded |
[2,of,6,V3] merge: update comment for future devs |
2014-01-16 |
Sean Farley |
|
Superseded |
[1,of,6,V3] obsolete: clarify documentation for succcessorssets |
2014-01-16 |
Sean Farley |
|
Superseded |
[Bug,4146] New: `hg diff -b` behaves differently than `diff -b` |
2014-01-15 |
mercurial-bugs@selenic.com |
|
Superseded |
[7,of,7,v2] tests: introduce test for rebasing on named branches with closed heads |
2014-01-15 |
Mads Kiilerich |
|
Accepted |
[6,of,7,v2] rebase: remove old code for handling empty rebaseset |
2014-01-15 |
Mads Kiilerich |
|
Accepted |
[5,of,7,v2] rebase: improve error message for --base being empty or causing emptiness |
2014-01-15 |
Mads Kiilerich |
|
Accepted |
[4,of,7,v2] rebase: improve error message for empty --source set |
2014-01-15 |
Mads Kiilerich |
|
Accepted |
[3,of,7,v2] rebase: improve error message for empty --rev set |
2014-01-15 |
Mads Kiilerich |
|
Accepted |
[2,of,7,v2] rebase: test for empty dest revision |
2014-01-15 |
Mads Kiilerich |
|
Accepted |
[1,of,7,v2] help: branch names primarily denote the tipmost unclosed branch head |
2014-01-15 |
Mads Kiilerich |
|
Accepted |
[2,of,2,V2] cat: increase perf when catting single files |
2014-01-14 |
Durham Goode |
|
Accepted |
[1,of,2,V2] changectx: increase perf of walk function |
2014-01-14 |
Durham Goode |
|
Accepted |
[V2] init: changed creation order of 00changelog and requires files (issue3960) |
2014-01-14 |
Lucas Moscovicz |
|
Rejected |
init: changed creation order of 00changelog and requires files (issue3960) |
2014-01-13 |
Lucas Moscovicz |
|
Rejected |
[4,of,4] largefiles: stylistic cleanup of filemerge |
2014-01-12 |
Mads Kiilerich |
|
Accepted |
[3,of,4] largefiles: show hashes before prompting for conflict resolution |
2014-01-12 |
Mads Kiilerich |
|
Accepted |
[2,of,4] largefiles: don't try to explain rename history before prompt for conflicts |
2014-01-12 |
Mads Kiilerich |
|
Accepted |
[1,of,4] largefiles: drop redundant special handling of merges of renames |
2014-01-12 |
Mads Kiilerich |
|
Accepted |
[v2] util: introduce util.debugstacktrace for showing a stack trace without crashing |
2014-01-12 |
Mads Kiilerich |
|
Accepted |
[6,of,6,V2] update: consider successor changesets when moving active bookmark |
2014-01-12 |
Sean Farley |
|
Superseded |
[5,of,6,V2] tests: consolidate update from obsolete changeset logic |
2014-01-12 |
Sean Farley |
|
Superseded |
[4,of,6,V2] merge: include obsolete calculation for branchtips |
2014-01-12 |
Sean Farley |
|
Superseded |
[3,of,6,V2] merge: move foreground logic earlier |
2014-01-12 |
Sean Farley |
|
Superseded |
[2,of,6,V2] merge: refactor initialization of variables in update |
2014-01-12 |
Sean Farley |
|
Superseded |
[1,of,6,V2] merge: update comment for future devs |
2014-01-12 |
Sean Farley |
|
Superseded |
context: drop caching 'copies' method |
2014-01-12 |
Mads Kiilerich |
|
Accepted |
[v3] diff: search beyond ancestor when detecting renames |
2014-01-12 |
Mads Kiilerich |
|
Accepted |
[v2] bisect: --command without --noupdate should flag the parent rev it tested |
2014-01-12 |
Mads Kiilerich |
|
Accepted |
[resend] tests: test-convert-cvs-synthetic.t requires cvs 1.12 - skip the test for 1.11 |
2014-01-12 |
Mads Kiilerich |
|
Accepted |
[10,of,10] rebase: tell when reopening a closed branch head |
2014-01-12 |
Mads Kiilerich |
|
Superseded |
[09,of,10] rebase: use other branch head as default destination instead of branch head (bc) |
2014-01-12 |
Mads Kiilerich |
|
Superseded |
[08,of,10] tests: make rebase tests more specific |
2014-01-12 |
Mads Kiilerich |
|
Superseded |
[07,of,10] tests: introduce test for rebasing on named branches with closed heads |
2014-01-12 |
Mads Kiilerich |
|
Superseded |
[06,of,10] rebase: remove old code for handling empty rebaseset |
2014-01-12 |
Mads Kiilerich |
|
Superseded |
[05,of,10] rebase: test for empty dest revision |
2014-01-12 |
Mads Kiilerich |
|
Superseded |
[04,of,10] rebase: improve error message for base revision |
2014-01-12 |
Mads Kiilerich |
|
Superseded |
[03,of,10] rebase: improve error message for empty --source set |
2014-01-12 |
Mads Kiilerich |
|
Superseded |
[02,of,10] rebase: improve error message for empty --rev set |
2014-01-12 |
Mads Kiilerich |
|
Superseded |
[01,of,10] help: branch names primarily denote the tipmost unclosed branch head |
2014-01-12 |
Mads Kiilerich |
|
Superseded |
localrepo: fix pyflakes warning for unused variable after 2888a412f0b0 |
2014-01-12 |
Mads Kiilerich |
|
Superseded |
cmdutil: show diffs in commit message with ui.verbosecommit option |
2014-01-11 |
Jordi Gutiérrez Hermoso |
|
Changes Requested |