[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 |
[V2] debuginstall: display warning when multiple installs are present (issue4141) |
2014-01-11 |
Prasoon Shukla |
|
Changes Requested |
cat: increase perf when catting without patterns |
2014-01-11 |
Durham Goode |
|
Superseded |
doc: bump copyright year |
2014-01-10 |
Kevin Bullock |
|
Accepted |
[4,of,5,V1.5,(rest,of,the,series,untouched)] branchmap: simply update code |
2014-01-09 |
Pierre-Yves David |
|
Accepted |
[6,of,6,V2] check-code: print debug output when an ignore pattern matches |
2014-01-09 |
Simon Heimberg |
|
Accepted |
[5,of,6,V2] check-code: drop now unused check-code-ignore |
2014-01-09 |
Simon Heimberg |
|
Accepted |
[4,of,6,V2] check-code: explain what to do when a check-code rule mismatches |
2014-01-09 |
Simon Heimberg |
|
Accepted |
[3,of,6,V2] cleanup: Remove the only ever used skip-check-code pragma |
2014-01-09 |
Simon Heimberg |
|
Accepted |
[2,of,6,V2] check-code: always report when a file is skipped by "no-check-code" |
2014-01-09 |
Simon Heimberg |
|
Accepted |
[1,of,6,V2] check-code: do not skip entire file, skip only one match instead |
2014-01-09 |
Simon Heimberg |
|
Accepted |
[evolve] prune: update to successor rather than parent when killing '.' |
2014-01-09 |
Dan Villiom Podlaski Christiansen |
|
Superseded |
[3,of,3] backout: add a message after backout that need manual commit |
2014-01-09 |
Pierre-Yves David |
|
Superseded |
[2,of,3] backout: avoid update on simple case |
2014-01-09 |
Pierre-Yves David |
|
Changes Requested |
[1,of,3] test-backout: add multiple summary calls to monitor result wc |
2014-01-09 |
Pierre-Yves David |
|
Accepted |
i18n-de: Rename noun "entfernt" to "Gegenseite" |
2014-01-08 |
David Soria Parra |
|
Accepted |
run-tests: better check for python version |
2014-01-07 |
Simon Heimberg |
|
Accepted |
[6,of,6] check-code: print debug output when an ignore pattern matches |
2014-01-07 |
Simon Heimberg |
|
Superseded |
[5,of,6] check-code: drop now unused check-code-ignore |
2014-01-07 |
Simon Heimberg |
|
Superseded |
[4,of,6] check-code: explain what to do when a check-code rule mismatches |
2014-01-07 |
Simon Heimberg |
|
Superseded |
[3,of,6] cleanup: Remove the only ever used skip-check-code pragma |
2014-01-07 |
Simon Heimberg |
|
Superseded |
[2,of,6] check-code: always report when a file is skipped by "no-check-code" |
2014-01-07 |
Simon Heimberg |
|
Superseded |
[1,of,6] check-code: do not skip entire file, skip only one match instead |
2014-01-07 |
Simon Heimberg |
|
Superseded |
[5,of,5] hgweb: infinite scroll support for coal style |
2014-01-07 |
Takumi IINO |
|
Accepted |
[4,of,5] hgweb: infinite scroll support for monoblue style |
2014-01-07 |
Takumi IINO |
|
Accepted |
[3,of,5] hgweb: infinite scroll support for gitweb style |
2014-01-07 |
Takumi IINO |
|
Accepted |
[2,of,5] hgweb: avoid invalid infinity scroll request when overwritten web.style |
2014-01-07 |
Takumi IINO |
|
Accepted |
[1,of,5] hgweb: fix regexp for other styles like monoblue |
2014-01-07 |
Takumi IINO |
|
Accepted |
[5,of,5] branchmap: use set for update code |
2014-01-07 |
Pierre-Yves David |
|
Accepted |
[4,of,5] branchmap: simply update code |
2014-01-07 |
Pierre-Yves David |
|
Superseded |
[3,of,5] branchmap: stop useless rev -> node -> rev round trip |
2014-01-07 |
Pierre-Yves David |
|
Accepted |
[2,of,5] branchmap: stop membership test in update logic |
2014-01-07 |
Pierre-Yves David |
|
Accepted |
[1,of,5] branchmap: remove silly line break |
2014-01-07 |
Pierre-Yves David |
|
Accepted |
debuginstall: display warning when multiple installs are present (issue4141) |
2014-01-05 |
Prasoon Shukla |
|
Superseded |
Support exposing hidden changesets |
2014-01-03 |
Gregory Szorc |
|
Superseded |
revlog: move file writing to a separate function |
2014-01-03 |
Durham Goode |
|
Accepted |
[3,of,3,evolve] gup/gdown: reorder output so we print first, then update |
2014-01-02 |
Dan Villiom Podlaski Christiansen |
|
Superseded |
[2,of,3,evolve] import: warn about new unstable changesets |
2014-01-02 |
Dan Villiom Podlaski Christiansen |
|
Superseded |
[1,of,3,evolve] evolve: show progress |
2014-01-02 |
Dan Villiom Podlaski Christiansen |
|
Superseded |
[2,of,2] debuginstall: change "checking" to "showing" for Python lib info |
2013-12-31 |
Chris Jerdonek |
mpm |
Superseded |
[1,of,2] debuginstall: add Python information to debuginstall output (issue4128) |
2013-12-31 |
Chris Jerdonek |
mpm |
Accepted |
[enhancement,4] bash_completion: use bash features, prefer (( arithmetic expressions )), [[ conditional expressions ]], avoid useless filename globbing trials in [ … ] expressions |
2013-12-31 |
Roland Eggner |
|
Superseded |
[enhancement,3] bash_completion: be compatible with “set -u” |
2013-12-31 |
Roland Eggner |
|
Superseded |
[enhancement,2] “hg help …” completion: include “enabled extensions” and “additional help topics” |
2013-12-31 |
Roland Eggner |
|
Superseded |
[enhancement,1] hg help: give users free choice of help output width, adapt to any COLUMNS setting desired by user |
2013-12-31 |
Roland Eggner |
|
Superseded |
[bugfix,2] phases.py analyzeremotephases(): ignore data related to bookmark “@” |
2013-12-31 |
Roland Eggner |
|
Superseded |
[bugfix,1] hg root: skip repositories not readable with current privileges; skip empty “.hg” directories, e.g. unmounted mountpoints |
2013-12-31 |
Roland Eggner |
|
Superseded |
[enhancement,4] bash_completion Use bash features, prefer (( arithmetic expressions )), [[ conditional expressions ]], avoid useless filename globbing trials in [ … ] expressions |
2013-12-30 |
Roland Eggner |
|
Superseded |
[enhancement,3] bash_completion Be compatible with “set -u” |
2013-12-30 |
Roland Eggner |
|
Superseded |
[enhancement,2] “hg help …” completion. Include “enabled extensions” and “additional help topics” |
2013-12-30 |
Roland Eggner |
|
Superseded |
[enhancement,1] Give users free choice of help output width, adapt to any COLUMNS setting desired by user |
2013-12-30 |
Roland Eggner |
|
Superseded |
[bugfix] phases.py analyzeremotephases() Ignore data related to default bookmark |
2013-12-30 |
Roland Eggner |
|
Superseded |
[bugfix] Skip repositories not readable with current privileges; skip empty “.hg” directories, e.g. unmounted mountpoints |
2013-12-30 |
Roland Eggner |
|
Superseded |
[1,of,1] util: remove unused realpath (issue4063) |
2013-12-29 |
Christian Ebert |
|
Accepted |
[3,of,3] debuginstall: add Python executable path to debuginstall output (issue4128) |
2013-12-28 |
Chris Jerdonek |
|
Superseded |
[2,of,3] debuginstall: add Python version to debuginstall output (issue4128) |
2013-12-28 |
Chris Jerdonek |
|
Superseded |
[1,of,3] debuginstall: convert unified test to pure unit test (issue4128) |
2013-12-28 |
Chris Jerdonek |
|
Superseded |
[1,of,3] import-checker: refactor sys.path prefix check (issue4129) |
2013-12-25 |
Chris Jerdonek |
|
Accepted |
[5,of,5] obsolete: order of magnitude speedup in _computebumpedset |
2013-12-24 |
Pierre-Yves David |
|
Accepted |
[4,of,5] obsolete: add an allprecursors method mirroring allsuccessors one |
2013-12-24 |
Pierre-Yves David |
|
Superseded |
[3,of,5] perf: fix perfvolatilesets |
2013-12-24 |
Pierre-Yves David |
|
Accepted |
[2,of,5] obsolete: improve allsuccessors doc string |
2013-12-24 |
Pierre-Yves David |
|
Accepted |
[1,of,5] obsolete: fix bad comment |
2013-12-24 |
Pierre-Yves David |
|
Accepted |
filter: add a comment so that people do not forget to update subsettable |
2013-12-23 |
Pierre-Yves David |
|
Accepted |
templatekw: allow tagtypes other than global in getlatesttags |
2013-12-23 |
Andrew Shadura |
|
Accepted |
[3,of,3] import-checker: backout 40f79b9a2cc8 (issue4129) |
2013-12-23 |
Chris Jerdonek |
|
Accepted |
[2,of,3] import-checker: make test-module-imports.t work using virtualenv (issue4129) |
2013-12-23 |
Chris Jerdonek |
|
Accepted |
[1,of,3] import-checker: refactor sys.path prefix check (issue4129) |
2013-12-23 |
Chris Jerdonek |
|
Accepted |
[stable] fileset, revset: do not use global parser object for thread safety |
2013-12-21 |
Yuya Nishihara |
|
Accepted |
Keep authentication information after the first fail HTTP access (issue3567) |
2013-12-20 |
Matt Mackall |
|
Superseded |
[5,of,5,V3] commands.bookmarks: move hexfn to inside list block |
2013-12-20 |
Siddharth Agarwal |
|
Accepted |
[4,of,5,V3] commands.bookmarks: move cur initialization to inside wlock |
2013-12-20 |
Siddharth Agarwal |
|
Accepted |
[3,of,5,V3] commands.bookmarks: pass cur in explicitly to checkconflict |
2013-12-20 |
Siddharth Agarwal |
|
Accepted |
[2,of,5,V3] commands.bookmarks: hold wlock for write operations |
2013-12-20 |
Siddharth Agarwal |
|
Accepted |
[1,of,5,V3] commands.bookmarks: separate out 'no bookmarks set' status messages |
2013-12-20 |
Siddharth Agarwal |
|
Accepted |
Keep authentication information after the first fail HTTP access (issue3567) |
2013-12-20 |
Stéphane Klein |
|
Superseded |
[1,of,7,V1.1,(do,not,wait,for,the,six,other,one)] phases: add a formal note that hash of secret changeset may leak out |
2013-12-20 |
Pierre-Yves David |
|
Accepted |
push: do not require --force to push bookmarked head (issue2372) |
2013-12-19 |
Prasoon Shukla |
|
Rejected |
cmdutil: display changeset diff in commit editor if verbose |
2013-12-19 |
Olle Lundberg |
|
Deferred |
[V3] record: --user/-u now works with record when ui.username not set (issue3857) |
2013-12-12 |
Prasoon Shukla |
|
Accepted |
record: --user/-u now works with record when ui.username not set (issue3857) |
2013-12-12 |
Prasoon Shukla |
|
Superseded |
help: fix formatting of template example |
2013-12-11 |
Steve Hoelzer |
|
Accepted |
[Bug,4129] New: test-module-imports.t fails when run inside virtualenv |
2013-12-11 |
mercurial-bugs@selenic.com |
|
Superseded |
Fix formatting of template example in help file |
2013-12-10 |
Steve Hoelzer |
|
Superseded |
record: --user/-u now works with record when ui.username not set (issue3857) |
2013-12-10 |
Prasoon Shukla |
|
Superseded |
merge: show helpful message on file with directory name conflicts (issue29) |
2013-12-09 |
Prasoon Shukla |
|
Rejected |
[2,of,5,c-hglib,V2] examples: merge command example, implemented using level 0 |
2013-12-06 |
Iulian Stana |
|
Superseded |
[CREW] parsers: fail fast if Python has wrong minor version (issue4110) |
2013-12-05 |
Chris Jerdonek |
|
Accepted |
largefiles: call super class method with proper kwargs to respect API |
2013-12-03 |
Long Vu |
|
Accepted |
[CREW] parsers: add apiversion module constant to C implementation of parsers |
2013-12-03 |
Chris Jerdonek |
|
Rejected |
[5,of,5,c-hglib] examples: export-import command example, implemented using level 0 |
2013-12-02 |
Iulian Stana |
|
Superseded |
[4,of,5,c-hglib] examples: init command example, implemented using level 0 |
2013-12-02 |
Iulian Stana |
|
Superseded |
[3,of,5,c-hglib] examples: verify command example, implemented using level 0 |
2013-12-02 |
Iulian Stana |
|
Superseded |
[2,of,5,c-hglib] examples: merge command example, implemented using level 0 |
2013-12-02 |
Iulian Stana |
|
Superseded |
[1,of,5,c-hglib] examples: import command example, implemented using level 0 |
2013-12-02 |
Iulian Stana |
|
Superseded |
[5,of,5,V3] transplant: use "ui.extractchoices()" to show the list of available responses |
2013-12-01 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,5,V3] transplant: use "ui.promptchoice()" for interactive transplant |
2013-12-01 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,5,V3] transplant: add test for interactive transplant |
2013-12-01 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,5,V3] record: use "ui.extractchoices()" to get the list of available responses |
2013-12-01 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,5,V3] ui: add "extractchoices()" to share the logic to extract choices from prompt |
2013-12-01 |
Katsunori FUJIWARA |
|
Accepted |
parsers: fail fast if Python has wrong minor version (issue4110) |
2013-11-29 |
Chris Jerdonek |
|
Superseded |
hgk: fix tag list parser (issue4101) |
2013-11-29 |
Andrew Shadura |
|
Accepted |
[2,of,2,default] added regression test for issue 3857 |
2013-11-29 |
Sandeep.C.R |
|
Superseded |
[1,of,2,default] record: fix the -u option (issue 3857) |
2013-11-29 |
Sandeep.C.R |
|
Superseded |
[5,of,5,V2] transplant: use "ui.extractchoices()" to show the list of available responses |
2013-11-28 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,5,V2] transplant: use "ui.promptchoice()" for interactive transplant |
2013-11-28 |
Katsunori FUJIWARA |
|
Superseded |
[3,of,5,V2] transplant: add test for interactive transplant |
2013-11-28 |
Katsunori FUJIWARA |
|
Superseded |
[2,of,5,V2] record: use "ui.extractchoices()" to get the list of available responses |
2013-11-28 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,5,V2] ui: add "extractchoices()" to share the logic to extract choices from prompt |
2013-11-28 |
Katsunori FUJIWARA |
|
Superseded |
[5,of,5] update: consider successor changesets when moving active bookmark |
2013-11-27 |
Sean Farley |
|
Superseded |
[4,of,5] tests: consolidate update from obsolete changeset logic |
2013-11-27 |
Sean Farley |
|
Superseded |
[3,of,5] merge: include obsolete calculation for branchtips |
2013-11-27 |
Sean Farley |
|
Superseded |
[2,of,5] merge: refactor initialization of variables in update |
2013-11-27 |
Sean Farley |
|
Superseded |
[1,of,5] merge: update comment for future devs |
2013-11-27 |
Sean Farley |
|
Superseded |
[STABLE] bisect: misunderstanding help example. |
2013-11-27 |
Santiago Payà i Miralta |
|
Accepted |
[V3] patch: add support for git delta hunks |
2013-11-27 |
'Nicolas Vigier |
|
Accepted |
patch: add support for git delta hunks |
2013-11-27 |
'Nicolas Vigier |
|
Superseded |
[1,of,1,STABLE] i18n: add the tool to check Mercurial specific translation problems in *.po |
2013-11-27 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] parse_index2: fix crash on bad argument type (issue4110) |
2013-11-27 |
Chris Jerdonek |
|
Accepted |
[2,of,2,V2,STABLE] unshelve: add tests for unknown files |
2013-11-27 |
Durham Goode |
|
Accepted |
[1,of,2,V2,STABLE] unshelve: don't commit unknown files during unshelve (issue4113) |
2013-11-27 |
Durham Goode |
|
Accepted |
[2,of,2,STABLE] unshelve: don't commit unknown files during unshelve (issue4113) |
2013-11-27 |
Durham Goode |
|
Superseded |
[1,of,2,STABLE] bookmarks: consider successor changesets when moving bookmark (issue4015) |
2013-11-27 |
Durham Goode |
|
Superseded |
[15,of,15,V5] pathcomplete: remove ambiguous entries for sole completion on a directory |
2013-11-26 |
Sean Farley |
|
Accepted |
[14,of,15,V5] bash_completion: add global support for -b|--branch |
2013-11-26 |
Sean Farley |
|
Accepted |
[13,of,15,V5] bash_completion: add global support for -B|--bookmark |
2013-11-26 |
Sean Farley |
|
Accepted |
[12,of,15,V5] bash_completion: change --rev if-else block into a case |
2013-11-26 |
Sean Farley |
|
Accepted |
[11,of,15,V5] bash_completion: simplify if-else logic |
2013-11-26 |
Sean Farley |
|
Accepted |
[10,of,15,V5] bash_completion: add _hg_branches for list of branches |
2013-11-26 |
Sean Farley |
|
Accepted |
[09,of,15,V5] bash_completion: add -B|--bookmark support for strip |
2013-11-26 |
Sean Farley |
|
Accepted |
[08,of,15,V5] bash_completion: add completion for deleting a shelve |
2013-11-26 |
Sean Farley |
|
Accepted |
[07,of,15,V5] bash_completion: use correct command for listing shelves |
2013-11-26 |
Sean Farley |
|
Accepted |
[06,of,15,V5] bash_completion: remove restriction on bookmark completion |
2013-11-26 |
Sean Farley |
|
Accepted |
[05,of,15,V5] bash_completion: fix issue with subdirectories not being completed |
2013-11-26 |
Sean Farley |
|
Accepted |
[04,of,15,V5] bash_completion: determine root executable in case of alias |
2013-11-26 |
Sean Farley |
|
Accepted |
[03,of,15,V5] bash_completion: expand aliased commands |
2013-11-26 |
Sean Farley |
|
Accepted |
[02,of,15,V5] bash_completion: untabify |
2013-11-26 |
Sean Farley |
|
Accepted |
[01,of,15,V5] dispatch: turn off custom debugger for HGPLAIN mode |
2013-11-26 |
Sean Farley |
|
Accepted |
[stable] largefiles: don't crash on 'local renamed directory' actions |
2013-11-26 |
Mads Kiilerich |
|
Accepted |
patch: add support for git delta hunks |
2013-11-26 |
'Nicolas Vigier |
|
Superseded |
[11,of,11,V4] pathcomplete: remove ambiguous entries for sole completion on a directory |
2013-11-26 |
Sean Farley |
|
Superseded |
[10,of,11,V4] bash_completion: add global support for bookmarks and branches |
2013-11-26 |
Sean Farley |
|
Superseded |
[09,of,11,V4] bash_completion: add _hg_branches for list of branches |
2013-11-26 |
Sean Farley |
|
Superseded |
[08,of,11,V4] bash_completion: add completion for deleting a shelve |
2013-11-26 |
Sean Farley |
|
Superseded |
[07,of,11,V4] bash_completion: use correct command for listing shelves |
2013-11-26 |
Sean Farley |
|
Superseded |
[06,of,11,V4] bash_completion: remove restriction on bookmark completion |
2013-11-26 |
Sean Farley |
|
Superseded |
[05,of,11,V4] bash_completion: fix issue with subdirectories not being completed |
2013-11-26 |
Sean Farley |
|
Superseded |
[04,of,11,V4] bash_completion: determine root executable in case of alias |
2013-11-26 |
Sean Farley |
|
Superseded |
[03,of,11,V4] bash_completion: expand aliased commands |
2013-11-26 |
Sean Farley |
|
Superseded |
[02,of,11,V4] bash_completion: untabify |
2013-11-26 |
Sean Farley |
|
Superseded |
[01,of,11,V4] dispatch: turn off custom debugger for HGPLAIN mode |
2013-11-26 |
Sean Farley |
|
Superseded |
patch: add support for git delta hunks |
2013-11-26 |
'Nicolas Vigier |
|
Superseded |
[STABLE] bisect: misunderstanding help example. |
2013-11-25 |
Santiago Payà i Miralta |
|
Superseded |
[2,of,2,V3] Makefile: temporary copy of hg.pot is hg.pot.tmp instead of hg.pot~ |
2013-11-25 |
Simon Heimberg |
|
Accepted |
[1,of,2,V3] Makefile: fix po file updating by using same file name everywhere |
2013-11-25 |
Simon Heimberg |
|
Accepted |
[4,of,4] test-subrepo-missing: test updating parent repo with missing subrepo revision |
2013-11-25 |
Angel Ezquerra |
|
Changes Requested |
[3,of,4] subrepo: make it possible to update to hidden subrepo revisions |
2013-11-25 |
Angel Ezquerra |
|
Superseded |
[2,of,4] subrepo: remove unnecessary else clause in hgsubrepo._get |
2013-11-25 |
Angel Ezquerra |
|
Superseded |
[1,of,4] subrepo: do not try to get hidden revisions |
2013-11-25 |
Angel Ezquerra |
|
Superseded |
[2,of,2,V2+] Makefile: temporary copy of hg.pot ist hg.pot.tmp instead of hg.pot~ |
2013-11-25 |
Simon Heimberg |
|
Superseded |
[1,of,2,V2+] Makefile: fix po file updating by using same file name everywhere |
2013-11-25 |
Simon Heimberg |
|
Superseded |
[11,of,11,V3] pathcomplete: remove ambiguous entries for sole completion on a directory |
2013-11-25 |
Sean Farley |
|
Superseded |
[10,of,11,V3] bash_completion: add global support for bookmarks and branches |
2013-11-25 |
Sean Farley |
|
Superseded |
[09,of,11,V3] bash_completion: add _hg_branches for list of branches |
2013-11-25 |
Sean Farley |
|
Superseded |
[08,of,11,V3] bash_completion: add completion for deleting a shelve |
2013-11-25 |
Sean Farley |
|
Superseded |
[07,of,11,V3] bash_completion: use correct command for listing shelves |
2013-11-25 |
Sean Farley |
|
Superseded |
[06,of,11,V3] bash_completion: remove restriction on bookmark completion |
2013-11-25 |
Sean Farley |
|
Superseded |
[05,of,11,V3] bash_completion: fix issue with subdirectories not being completed |
2013-11-25 |
Sean Farley |
|
Superseded |
[04,of,11,V3] bash_completion: determine root executable in case of alias |
2013-11-25 |
Sean Farley |
|
Superseded |
[03,of,11,V3] bash_completion: expand aliased commands |
2013-11-25 |
Sean Farley |
|
Superseded |
[02,of,11,V3] bash_completion: untabify |
2013-11-25 |
Sean Farley |
|
Superseded |
[01,of,11,V3] dispatch: turn off custom debugger for HGPLAIN mode |
2013-11-25 |
Sean Farley |
|
Superseded |
Keep authentication information after the first fail HTTP access (issue3567) |
2013-11-25 |
Stéphane Klein |
|
Superseded |
[2,of,2] discovery: prefer loop to double-for list comprehension in changegroupsubset |
2013-11-24 |
Kevin Bullock |
|
Accepted |
[1,of,2] mq: prefer a loop to a double-for list comprehension |
2013-11-24 |
Kevin Bullock |
|
Accepted |
[RESEND2] bookmarks: allow push to create a new remote head if it is about to be bookmarked via -B |
2013-11-24 |
Stephen Lee |
|
Superseded |
[5,of,5] test-subrepo-recursion: add pull and clone --subrev tests |
2013-11-23 |
Angel Ezquerra |
|
Superseded |
[4,of,5] clone: add --subrev option |
2013-11-23 |
Angel Ezquerra |
|
Superseded |
[3,of,5] subrepo: add pull --subrev support to svn subrepos |
2013-11-23 |
Angel Ezquerra |
|
Superseded |
[2,of,5] subrepo: add pull --subrev support to git subrepos |
2013-11-23 |
Angel Ezquerra |
|
Superseded |
[1,of,5] pull: add --subrev option |
2013-11-23 |
Angel Ezquerra |
|
Superseded |
[6,of,6,stable] glossary: don't mention obsolete graphlog extension |
2013-11-23 |
Martin Geisler |
|
Accepted |
[5,of,6,stable] bisect: don't mention obsolete graphlog extension in help |
2013-11-23 |
Martin Geisler |
|
Accepted |
[4,of,6,stable] contrib: don't mention obsolete graphlog extension in mercurial.ini |
2013-11-23 |
Martin Geisler |
|
Accepted |
[3,of,6,stable] contrib: stop mentioning obsolete graphlog extension in sample.hgrc |
2013-11-23 |
Martin Geisler |
|
Accepted |
[2,of,6,stable] contrib: promote strip extension over MQ in sample.hgrc |
2013-11-23 |
Martin Geisler |
|
Accepted |
[1,of,6,stable] help: use strip instead of mq as in 'hg help config' example |
2013-11-23 |
Martin Geisler |
|
Superseded |
[4,of,4] graphlog: mark as deprecated |
2013-11-23 |
Martin Geisler |
|
Accepted |
[3,of,4] tests: don't load unnecessary graphlog extension |
2013-11-23 |
Martin Geisler |
|
Accepted |
[2,of,4] hg: remove outdated comment |
2013-11-23 |
Martin Geisler |
|
Accepted |
[1,of,4] tests: use strip extension instead of mq where it makes sense |
2013-11-23 |
Martin Geisler |
|
Accepted |
[STABLE] bookmarks: consider successor changesets when moving bookmark (issue4015) |
2013-11-23 |
Sean Farley |
|
Accepted |
tests: fix `hghave root` on windows |
2013-11-23 |
Simon Heimberg |
|
Accepted |
[8,of,8,V2] bash_completion: add completion for deleting a shelve |
2013-11-22 |
Sean Farley |
|
Superseded |
[7,of,8,V2] bash_completion: use correct command for listing shelves |
2013-11-22 |
Sean Farley |
|
Superseded |
[6,of,8,V2] bash_completion: remove restriction on bookmark completion |
2013-11-22 |
Sean Farley |
|
Superseded |
[5,of,8,V2] bash_completion: fix issue with subdirectories not being completed |
2013-11-22 |
Sean Farley |
|
Superseded |
[4,of,8,V2] bash_completion: determine root executable in case of alias |
2013-11-22 |
Sean Farley |
|
Superseded |
[3,of,8,V2] bash_completion: expand aliased commands |
2013-11-22 |
Sean Farley |
|
Superseded |
[2,of,8,V2] bash_completion: turn off custom debuggers |
2013-11-22 |
Sean Farley |
|
Superseded |
[1,of,8,V2] bash_completion: untabify |
2013-11-22 |
Sean Farley |
|
Superseded |
[5,of,5] commands.bookmarks: move hexfn to inside list block |
2013-11-22 |
Siddharth Agarwal |
|
Superseded |
[4,of,5] commands.bookmarks: move cur initialization to inside wlock |
2013-11-22 |
Siddharth Agarwal |
|
Superseded |
[3,of,5] commands.bookmarks: pass cur in explicitly to checkconflict |
2013-11-22 |
Siddharth Agarwal |
|
Superseded |
[2,of,5] commands.bookmarks: hold wlock for write operations |
2013-11-22 |
Siddharth Agarwal |
|
Superseded |
[1,of,5] commands.bookmarks: separate out 'no bookmarks set' status messages |
2013-11-22 |
Siddharth Agarwal |
|
Superseded |
[7,of,7] bash_completion: turn off custom debuggers |
2013-11-21 |
Sean Farley |
|
Superseded |
[6,of,7] bash_completion: use correct command for listing shelves |
2013-11-21 |
Sean Farley |
|
Superseded |
[5,of,7] bash_completion: remove restriction on bookmark completion |
2013-11-21 |
Sean Farley |
|
Superseded |
[4,of,7] bash_completion: fix issue with subdirectories not being completed |
2013-11-21 |
Sean Farley |
|
Superseded |
[3,of,7] bash_completion: determine root executable in case of alias |
2013-11-21 |
Sean Farley |
|
Superseded |
[2,of,7] bash_completion: expand aliased commands |
2013-11-21 |
Sean Farley |
|
Superseded |
[1,of,7] bash_completion: untabify |
2013-11-21 |
Sean Farley |
|
Superseded |
[3,of,3] import: enable passing around 'Amend' in import |
2013-11-21 |
Matthew Turk |
|
Superseded |
[2,of,3] import: enable 'Amends' line to be utilized in patch import |
2013-11-21 |
Matthew Turk |
|
Superseded |
[1,of,3] export: add 'Amends' hgpatchheader line |
2013-11-21 |
Matthew Turk |
|
Superseded |
[3,of,3] template: add extrakeys (dict) keyword to templater |
2013-11-21 |
Matthew Turk |
|
Superseded |
[2,of,3] help: modify template help to use a comma instead of newline for extras |
2013-11-21 |
Matthew Turk |
|
Superseded |
[1,of,3] template: modify showextras to return a hybrid |
2013-11-21 |
Matthew Turk |
|
Accepted |
test-command-template.t: fix failure due to trailing whitespace |
2013-11-21 |
Siddharth Agarwal |
|
Accepted |
[1,of,1,STABLE] util: url keeps backslash in paths |
2013-11-20 |
Simon Heimberg |
|
Accepted |
keyword: wlock while setting branch in kwdemo |
2013-11-20 |
Christian Ebert |
|
Accepted |
[4,of,4] commands.bookmarks: move hexfn to inside list block |
2013-11-19 |
Siddharth Agarwal |
|
Superseded |
[3,of,4] commands.bookmarks: move cur initialization to inside names block |
2013-11-19 |
Siddharth Agarwal |
|
Superseded |
[2,of,4] commands.bookmarks: hold wlock for write operations |
2013-11-19 |
Siddharth Agarwal |
|
Superseded |
[1,of,4] commands.bookmarks: separate out 'no bookmarks set' status messages |
2013-11-19 |
Siddharth Agarwal |
|
Superseded |
mercurial/parsers.c: fix compiler warning |
2013-11-19 |
Abhay Kadam |
|
Accepted |
tests: add missing glob |
2013-11-19 |
Simon Heimberg |
|
Accepted |
[1,of,1] largefiles: improve 'unexpected response' warning newlines |
2013-11-19 |
Simon Heimberg |
|
Superseded |
[2,of,2] Makefile: intermediate steps work with temporary copy of hg.pot |
2013-11-18 |
Simon Heimberg |
|
Accepted |
[1,of,2] Makefile: fix po file updating by using same file name everywhere |
2013-11-18 |
Simon Heimberg |
|
Superseded |
[question,with,example] help: branch names primarily denote the tipmost unclosed branch head |
2013-11-18 |
Mads Kiilerich |
|
Superseded |
[2,of,2] strip.stripcmd: remove redundant wlock acquire/release |
2013-11-18 |
Siddharth Agarwal |
|
Accepted |
[1,of,2] strip: hold wlock for entire duration |
2013-11-18 |
Siddharth Agarwal |
|
Accepted |
[5,of,5] transplant: use "ui.extractchoices()" to show the list of available responses |
2013-11-18 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,5] transplant: use "ui.promptchoice()" for interactive transplant |
2013-11-18 |
Katsunori FUJIWARA |
|
Superseded |
[3,of,5] transplant: add test for interactive transplant |
2013-11-18 |
Katsunori FUJIWARA |
|
Superseded |
[2,of,5] record: use "ui.extractchoices()" to get the list of available responses |
2013-11-18 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,5] ui: add "extractchoices()" to share the logic to extract choices from prompt |
2013-11-18 |
Katsunori FUJIWARA |
|
Superseded |
histedit: hold wlock and lock while in progress |
2013-11-17 |
Siddharth Agarwal |
|
Accepted |
[v2] tests: deal with some git versions sending status messages to stderr |
2013-11-17 |
Mads Kiilerich |
|
Superseded |
[3,of,3,V2] revlog: allow tuning of the chunk cache size (via format.chunkcachesize) |
2013-11-17 |
Brodie Rao |
|
Accepted |
[2,of,3,V2] revlog: read/cache chunks in fixed windows of 64 KB |
2013-11-17 |
Brodie Rao |
|
Accepted |
[1,of,3,V2] perf: add perfmoonwalk command to walk the changelog backwards |
2013-11-17 |
Brodie Rao |
|
Accepted |
[2,of,2,V2] statichttprepo.httprangeheader: implement readlines |
2013-11-17 |
Siddharth Agarwal |
|
Accepted |
[1,of,2,V2] statichttprepo: pass in True to splitlines, not 1 |
2013-11-17 |
Siddharth Agarwal |
|
Accepted |
[2,of,2] statichttprepo.httprangeheader: implement readlines |
2013-11-17 |
Siddharth Agarwal |
|
Superseded |
[1,of,2] statichttprepo: it is True to splitlines, not 1 |
2013-11-17 |
Siddharth Agarwal |
|
Superseded |
[8,of,8,v2] test-module-imports.t: new test to use the import cycle detector |
2013-11-17 |
Augie Fackler |
|
Accepted |
[7,of,8,v2] import-checker: try a little harder to show fewer cycles |
2013-11-17 |
Augie Fackler |
|
Accepted |
[6,of,8,v2] import-checker: ignore nested imports |
2013-11-17 |
Augie Fackler |
|
Accepted |
[5,of,8,v2] contrib: add an import checker |
2013-11-17 |
Augie Fackler |
|
Accepted |
[4,of,8,v2] makememctx: move from patch to context to break import cycle |
2013-11-17 |
Augie Fackler |
|
Accepted |
[3,of,8,v2] cleanup: move stdlib imports to their own import statement |
2013-11-17 |
Augie Fackler |
|
Accepted |
[2,of,8,v2] pathutil: tease out a new library to break an import cycle from canonpath use |
2013-11-17 |
Augie Fackler |
|
Accepted |
[1,of,8,v2] subsettable: move from repoview to branchmap, the only place it's used |
2013-11-17 |
Augie Fackler |
|
Accepted |
[7,of,7] discovery: stop using nodemap for membership testing |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[6,of,7] discovery: enforce filtering into revlogbaseddag._internalizeall |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[5,of,7] discovery: make revlogdag work on filtered repo |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[4,of,7] pull: run findcommon incoming on unfiltered repo |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[3,of,7] push: more robust check for bundle fast path |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[2,of,7] pull: fix post-pull common computation |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[1,of,7] phases: add a formal note that hash of secret changeset may leak out |
2013-11-17 |
Pierre-Yves David |
|
Superseded |
[3,of,3] revlog: allow tuning of the chunk cache size (via format.chunkcachesize) |
2013-11-17 |
Brodie Rao |
|
Superseded |
[2,of,3] revlog: read/cache chunks in fixed windows of 64 KB |
2013-11-17 |
Brodie Rao |
|
Superseded |
[1,of,3] perf: add perfmoonwalk command to walk the changelog backwards |
2013-11-17 |
Brodie Rao |
|
Superseded |
[3,of,3,fyi] hack: more lock validation, checking opener usage |
2013-11-17 |
Mads Kiilerich |
|
Superseded |
[2,of,3,fyi] hack: lock validation |
2013-11-17 |
Mads Kiilerich |
|
Superseded |
[1,of,3,fyi] ui: introduce warnstack for dumping a stack trace without crashing |
2013-11-17 |
Mads Kiilerich |
|
Superseded |
[7,of,7] test-module-imports.t: new test to use the import cycle detector |
2013-11-17 |
Augie Fackler |
|
Superseded |
[6,of,7] makememctx: move from patch to context to break import cycle |
2013-11-17 |
Augie Fackler |
|
Superseded |
[5,of,7] pathutil: tease out a new library to break an import cycle from canonpath use |
2013-11-17 |
Augie Fackler |
|
Superseded |
[4,of,7] cleanup: move stdlib imports to their own import statement |
2013-11-17 |
Augie Fackler |
|
Superseded |
[3,of,7] import-checker: try a little harder to show fewer cycles |
2013-11-17 |
Augie Fackler |
|
Superseded |
[2,of,7] contrib: add an import checker |
2013-11-17 |
Augie Fackler |
|
Superseded |
[1,of,7] subsettable: move from repoview to branchmap, the only place it's used |
2013-11-17 |
Augie Fackler |
|
Superseded |
[8,of,8] mq: don't add '* * *' separators when there is no commit message |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[7,of,8] bisect: avoid confusing use of variables with same names in nested local scopes |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[6,of,8] discovery: make note messages for new heads more readable |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[5,of,8] discovery: tweak error message for multiple branch heads |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[4,of,8] test-obsolete-checkheads.t: remove todo comment that was fixed in be0fcbb1c92f |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[3,of,8] convert: readability and test of rpairs function |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[2,of,8] tests: make doctest test runner less verbose |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[1,of,8] tests: python hash seed is only relevant after failures - otherwise keep quiet |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
mercurial/parsers.c: fix compiler warning |
2013-11-17 |
Abhay Kadam |
|
Superseded |
[3,of,3,stable] obsolete: add __eq__ and __hash__ to marker to make set() deduplication work |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[2,of,3,stable] obsolete: do not accept duplicated marker during exchange |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[1,of,3,stable] obsolete: stop doing membership test on list |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[3,of,3,stable] tests: test-convert-cvs-synthetic.t requires cvs 1.12 |
2013-11-17 |
Mads Kiilerich |
|
Superseded |
[2,of,3,stable] convert: fix svn crash when svn.ra.get_log calls back with orig_paths=None |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[1,of,3,stable] tests: deal with new gits sending status messages to stderr |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[6,of,6] scmutil.filecache: support watching over multiple files |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[5,of,6] scmutil: introduce a filecacheentry that can watch multiple paths |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[4,of,6] scmutil: rename filecacheentry to filecachesubentry |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[3,of,6] scmutil.filecacheentry: make stat argument to constructor mandatory |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[2,of,6] test-filecache.py: add markers to the output for each event |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[1,of,6] test-filecache.py: make setbeforeget test clearer |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[stable] share: fix unshare calling wrong repo.__init__() method |
2013-11-16 |
Brodie Rao |
|
Accepted |
[3,of,3,V3] manifest: increase lrucache from 3 to 4 |
2013-11-16 |
Durham Goode |
|
Accepted |
[2,of,3,V3] strip: add faster revlog strip computation |
2013-11-16 |
Durham Goode |
|
Accepted |
[1,of,3,V3] revlog: return lazy set from findcommonmissing |
2013-11-16 |
Durham Goode |
|
Accepted |
[STABLE] transplant: use peer of source repository as "remote" for "repo.pull()" |
2013-11-16 |
Katsunori FUJIWARA |
|
Accepted |
revset: add exclusive revset |
2013-11-16 |
Durham Goode |
|
Superseded |
[13,of,13,V2] localrepo: remove unused repo.branchtags()/_branchtip() methods |
2013-11-16 |
Brodie Rao |
|
Accepted |
[12,of,13,V2] hgweb: simplify branches with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Accepted |
[11,of,13,V2] hgweb: simplify summary with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Accepted |
[10,of,13,V2] branches: simplify with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Accepted |
[09,of,13,V2] debuglabelcomplete: simplify with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Accepted |
[08,of,13,V2] branchmap: introduce iterbranches() method |
2013-11-16 |
Brodie Rao |
|
Accepted |
[07,of,13,V2] localrepo: refactor repo.branchheads() to use repo.branchmap().branchheads() |
2013-11-16 |
Brodie Rao |
|
Accepted |
[06,of,13,V2] branchmap: introduce branchheads() method |
2013-11-16 |
Brodie Rao |
|
Accepted |
[05,of,13,V2] localrepo: refactor repo.branchtip() to use repo.branchmap().branchtip() |
2013-11-16 |
Brodie Rao |
|
Accepted |
[04,of,13,V2] branchmap: introduce branchtip() method |
2013-11-16 |
Brodie Rao |
|
Accepted |
[03,of,13,V2] branchmap: cache open/closed branch head information |
2013-11-16 |
Brodie Rao |
|
Accepted |
[02,of,13,V2] branches: avoid unnecessary changectx.branch() calls |
2013-11-16 |
Brodie Rao |
|
Accepted |
[01,of,13,V2] branchmap: add documentation on the branchcache on-disk format |
2013-11-16 |
Brodie Rao |
|
Accepted |
[2,of,2] run-tests: remove files that we potentially create outside of $TMPDIR |
2013-11-16 |
Sean Farley |
|
Accepted |
[1,of,2] run-tests: remove code that creates a dummy 'diffstat' |
2013-11-16 |
Sean Farley |
|
Accepted |
[4,of,4] bookmarks: make setcurrent with None an error |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[3,of,4] strip: use bookmarks.unsetcurrent instead of setcurrent with None |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[2,of,4] bmstore.write: use unsetcurrent instead of setcurrent with None |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[1,of,4] commands.bookmark: use unsetcurrent instead of setcurrent with None |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[12,of,12] localrepo: remove unused repo.branchtags()/_branchtip() methods |
2013-11-16 |
Brodie Rao |
|
Superseded |
[11,of,12] hgweb: simplify branches with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Superseded |
[10,of,12] hgweb: simplify summary with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Superseded |
[09,of,12] branches: simplify with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Superseded |
[08,of,12] debuglabelcomplete: simplify with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Superseded |
[07,of,12] branchmap: introduce iterbranches() method |
2013-11-16 |
Brodie Rao |
|
Superseded |
[06,of,12] localrepo: refactor repo.branchheads() to use repo.branchmap().branchheads() |
2013-11-16 |
Brodie Rao |
|
Superseded |
[05,of,12] branchmap: introduce branchheads() method |
2013-11-16 |
Brodie Rao |
|
Superseded |
[04,of,12] localrepo: refactor repo.branchtip() to use repo.branchmap().branchtip() |
2013-11-16 |
Brodie Rao |
|
Superseded |
[03,of,12] branchmap: introduce branchtip() method |
2013-11-16 |
Brodie Rao |
|
Superseded |
[02,of,12] branchmap: cache open/closed branch head information |
2013-11-16 |
Brodie Rao |
|
Superseded |
[01,of,12] branches: avoid unnecessary changectx.branch() calls |
2013-11-16 |
Brodie Rao |
|
Superseded |
tests: remove python link during cleanup |
2013-11-16 |
Sean Farley |
|
Deferred |
[3,of,3,V2] template: change extras to use showlist rather than manual templ call |
2013-11-15 |
Matthew Turk |
|
Superseded |
[2,of,3,V2] help: adding example 'extras' printing to 'hg help templates' |
2013-11-15 |
Matthew Turk |
|
Accepted |
[1,of,3,V2] help: document about {extras} template keyword |
2013-11-15 |
Matthew Turk |
|
Accepted |
[3,of,3] template: Change extras to use showlist rather than manual templ call |
2013-11-15 |
Matthew Turk |
|
Superseded |
[2,of,3] help: Adding example 'extras' printing to 'hg help templates' |
2013-11-15 |
Matthew Turk |
|
Superseded |
[1,of,3] help: document about {extras} template keyword |
2013-11-15 |
Matthew Turk |
|
Superseded |
contrib: add editmerge script for editor conflict prompts |
2013-11-15 |
Durham Goode |
|
Accepted |
[2,of,2,RFC] serve: properly handle cached subrepos |
2013-11-15 |
Angel Ezquerra |
|
Deferred |
[1,of,2,RFC] subrepo: create subrepo cache and create working dir subrepos as shared repos |
2013-11-15 |
Angel Ezquerra |
|
Deferred |
branches: avoid unnecessary changectx.branch() calls |
2013-11-14 |
Brodie Rao |
|
Superseded |
[6,of,6] scmutil: check collision between directory part of added file and tracked ones |
2013-11-14 |
Katsunori FUJIWARA |
|
Superseded |
[5,of,6] scmutil: check collision between tracked files and directory part of added one |
2013-11-14 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,6] scmutil: check collision between added file and directory part of tracked ones |
2013-11-14 |
Katsunori FUJIWARA |
|
Superseded |
[3,of,6] scmutil: add utility function to examine case-folding collision exactly |
2013-11-14 |
Katsunori FUJIWARA |
|
Superseded |
[2,of,6] smcutil: add "casecollisionauditor._oncollision()" to be shared by multiple checks |
2013-11-14 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,6] scmutil: skip checks in "casecollisionauditor" if filename is already checked |
2013-11-14 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,5,V2] manifest: increase lrucache from 3 to 4 |
2013-11-13 |
Durham Goode |
|
Superseded |
[4,of,5,V2] phase: replace revset with manual computation |
2013-11-13 |
Durham Goode |
|
Superseded |
[3,of,5,V2] rebase: replace revset with a manual computation |
2013-11-13 |
Durham Goode |
|
Superseded |
[2,of,5,V2] strip: add faster revlog strip computation |
2013-11-13 |
Durham Goode |
|
Superseded |
[1,of,5,V2] revlog: return lazy set from findcommonmissing |
2013-11-13 |
Durham Goode |
|
Superseded |
[stable] hgweb, i18n: do not translate search mode description |
2013-11-13 |
Wagner Bruna |
|
Accepted |
subrepo: check phase of state in each subrepositories before committing |
2013-11-13 |
Katsunori FUJIWARA |
|
Accepted |
[RFC] histedit: add exec command (issue4036) |
2013-11-12 |
Durham Goode |
|
Changes Requested |
Decode UTF-8 e-mail headers |
2013-11-12 |
funman@videolan.org |
|
Superseded |
[1,of,1] Decode UTF-8 e-mail headers |
2013-11-12 |
funman@videolan.org |
|
Superseded |
[8,of,8] lock: take both vfs and lock file path relative to vfs to access via vfs |
2013-11-12 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,8] vfs: add "makelock()" and "readlock()" |
2013-11-12 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,8] hg: rewrite "copystore()" with vfs |
2013-11-12 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,8] localrepo: import "lock" module as "lockmod" for readability |
2013-11-12 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,8] transaction: take journal file path relative to vfs to use file API via vfs |
2013-11-12 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,8] vfs: add "chmod()" |
2013-11-12 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,8] vfs: add "isfile()" |
2013-11-12 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,8] transaction: unlink target file via vfs |
2013-11-12 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,1] merge: confirm continuation when conflict of divergent operations is detected |
2013-11-12 |
Katsunori FUJIWARA |
|
Superseded |
[5,of,5] manifest: increase lrucache from 3 to 4 |
2013-11-12 |
Durham Goode |
|
Superseded |
[4,of,5] phase: replace revset with manual computation |
2013-11-12 |
Durham Goode |
|
Superseded |
[3,of,5] rebase: replace revset with a manual computation |
2013-11-12 |
Durham Goode |
|
Superseded |
[2,of,5] strip: add faster revlog strip computation |
2013-11-12 |
Durham Goode |
|
Superseded |
[1,of,5] revlog: return lazy set from findcommonmissing |
2013-11-12 |
Durham Goode |
|
Superseded |
[2,of,2,stable] diff: search beyond ancestor when detecting renames |
2013-11-12 |
Mads Kiilerich |
|
Superseded |
[1,of,2,stable] context: drop caching 'copies' method |
2013-11-12 |
Mads Kiilerich |
|
Superseded |
[2,of,2] check-code: document last ignore regexp |
2013-11-11 |
Simon Heimberg |
|
Accepted |
[1,of,2] check-code: drop unneeded ignore patterns |
2013-11-11 |
Simon Heimberg |
|
Accepted |
[2,of,2] check-code: no-check-code must be on its own line and near top or bottom |
2013-11-11 |
Simon Heimberg |
|
Superseded |
[1,of,2] check-code: no-check-code must be after a comment sign and a space |
2013-11-11 |
Simon Heimberg |
|
Superseded |
check-code: prepend warning prefix only once, but for each warning |
2013-11-11 |
Simon Heimberg |
|
Accepted |
relink: abort earlier when on different devices (issue3916) |
2013-11-11 |
Simon Heimberg |
|
Accepted |
localrepo: prevent to copy repo local config, copy baseui instead |
2013-11-11 |
Simon Heimberg |
|
Accepted |
[V2] shelve: unshelve using an unfiltered repository |
2013-11-11 |
David Soria Parra |
|
Accepted |
[5,of,5] scmutil: check collision between directory part of added file and tracked ones |
2013-11-11 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,5] scmutil: check collision between tracked files and directory part of added one |
2013-11-11 |
Katsunori FUJIWARA |
|
Superseded |
[3,of,5] scmutil: check collision between added file and directory part of tracked ones |
2013-11-11 |
Katsunori FUJIWARA |
|
Superseded |
[2,of,5] scmutil: ignore removed files in case-folding collision check for efficiency |
2013-11-11 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,5] scmutil: skip checks in "casecollisionauditor" if filename is already checked |
2013-11-11 |
Katsunori FUJIWARA |
|
Superseded |
[2,of,2,RESEND] bookmarks: suggest 'push -B FOO' when a potentially new remote head has a local bookmark |
2013-11-11 |
Stephen Lee |
|
Superseded |
[1,of,2,RESEND] bookmarks: allow push to create a new remote head if it is about to be bookmarked via -B |
2013-11-11 |
Stephen Lee |
|
Superseded |
[2,of,2,stable] bisect: --command without --noupdate should flag the parent rev it tested |
2013-11-10 |
Mads Kiilerich |
|
Superseded |
[1,of,2,stable] bisect: report "both good and bad" as such, not as "not directly related" |
2013-11-10 |
Mads Kiilerich |
|
Accepted |
[4,of,4] hgweb: make hgweb filelog output consistent with command line one |
2013-11-10 |
Alexander Plavin |
|
Superseded |
[3,of,4] hgweb: use semantically suitable filelog.revs in filelog |
2013-11-10 |
Alexander Plavin |
|
Accepted |
[2,of,4] hgweb: always compute all entries and latestentry in filelog |
2013-11-10 |
Alexander Plavin |
|
Accepted |
[1,of,4] hgweb: remove unused argument of entries function in filelog |
2013-11-10 |
Alexander Plavin |
|
Accepted |
[3,of,3,STABLE] tests: end output lines including path with "(glob)" to pass on Windows |
2013-11-10 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,3,STABLE] tests: quote environment variable to extract wildcard on MinGW environment |
2013-11-10 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,3,STABLE] tests: choose the path separator in PYTHONPATH suitable for platform |
2013-11-10 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,2,rfc] diff: search beyond ancestor when detecting renames |
2013-11-08 |
Mads Kiilerich |
|
Superseded |
[stable] util: warn when adding paths ending with \ |
2013-11-08 |
Mads Kiilerich |
|
Accepted |
phase: better error message when --force is needed |
2013-11-08 |
Martin Geisler |
|
Accepted |
[stable] hgweb: ignore non numeric "revcount" parameter values (issue4091) |
2013-11-08 |
Isaac Jurado |
|
Accepted |
shelve: unshelve using an unfiltered repository |
2013-11-08 |
David Soria Parra |
|
Superseded |
[RESEND] doc: show details of command options in pages generated by docutils |
2013-11-08 |
Katsunori FUJIWARA |
|
Accepted |
[15,of,15,V5] bookmarks: show also about changed bookmarks in output of summary command |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[14,of,15,V5] bookmarks: enhance test of showing detail about incoming/outgoing bookmarks |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[13,of,15,V5] bookmarks: show more detail about outgoing bookmarks |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[12,of,15,V5] bookmarks: show more detail about incoming bookmarks |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[11,of,15,V5] bookmarks: reuse "@num"-ed bookmark, if it refers changeset referred remotely |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[10,of,15,V5] bookmarks: check "@pathalias" suffix before "@number" ones for efficiency |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[09,of,15,V5] bookmarks: prevent divergent bookmark from being updated unexpectedly |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[08,of,15,V5] bookmarks: remove "diff()" already replaced by "incoming()"/"outgoing()" |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[07,of,15,V5] bookmarks: add "outgoing()" to replace "diff()" for outgoing bookmarks |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[06,of,15,V5] bookmarks: add "incoming()" to replace "diff()" for incoming bookmarks |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[05,of,15,V5] bookmarks: rewrite comparing bookmarks in "commands.summary()" by "compare()" |
2013-11-08 |
Katsunori FUJIWARA |
|
Superseded |
[04,of,15,V5] bookmarks: rewrite pushing bookmarks in "localrepository.push()" by "compare()" |
2013-11-08 |
Katsunori FUJIWARA |
|
Accepted |
[03,of,15,V5] bookmarks: rewrite pushing local bookmarks in "commands.push()" by "compare()" |
2013-11-08 |
Katsunori FUJIWARA |
|
Accepted |
[02,of,15,V5] bookmarks: rewrite "updatefromremote()" by "compare()" |
2013-11-08 |
Katsunori FUJIWARA |
|
Accepted |
[01,of,15,V5] bookmarks: add function to centralize the logic to compare bookmarks |
2013-11-08 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,2,rfc] diff: search beyond ancestor when detecting renames |
2013-11-08 |
Mads Kiilerich |
|
Superseded |
[1,of,2,rfc] tests: demonstrate problem with diff not detecting copies |
2013-11-08 |
Mads Kiilerich |
|
Superseded |
purge: add options for deleting only files or only directories |
2013-11-08 |
Ben Kehoe |
|
Superseded |
[4,of,4,stable] largefiles: update in two steps, handle interrupted updates better |
2013-11-07 |
Mads Kiilerich |
|
Accepted |
[3,of,4,stable] largefiles: inline _updatelfile, prepare for further refactorings |
2013-11-07 |
Mads Kiilerich |
|
Accepted |
[2,of,4,stable] largefiles: cache largefiles for update, also without printmessage |
2013-11-07 |
Mads Kiilerich |
|
Accepted |
[1,of,4,stable] largefiles: cleanup of printmessage handling - the printed flag was redundant |
2013-11-07 |
Mads Kiilerich |
|
Accepted |
merge: move forgets to the beginning of the action list |
2013-11-06 |
Siddharth Agarwal |
|
Superseded |
[STABLE,V2] rebase: fix rebase aborts when 'tip-1' is public (issue4082) |
2013-11-05 |
Durham Goode |
|
Accepted |
[STABLE] test: do not add .pyc and .orig in test-commit-amend.t (issue4085) |
2013-11-05 |
Pierre-Yves David |
|
Accepted |
Makefile: do update on a temporary copy of a po file |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[V2] (proper intended comment) Makefile: intermediate steps work with temporary copy of hg.pot |
2013-11-05 |
Simon Heimberg |
|
Superseded |
Makefile: intermediate steps work with temporary copy of hg.pot |
2013-11-05 |
Simon Heimberg |
|
Superseded |
[8,of,8] check-code: more replacement characters |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[7,of,8] check-code: check comment for '.. note::' without two newlines |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[6,of,8] documentation: add an extra newline after note directive |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[5,of,8] tests: modify minirst test input to new format |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[4,of,8] minirst: do not add a 2nd empty paragraph |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[3,of,8] minirst: find admonitions before pruning comments and adding margins |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[2,of,8] minirst: do not fail on an empty admonition block |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[1,of,8] minirst: do not interpret a directive as a literal block |
2013-11-05 |
Simon Heimberg |
|
Accepted |