[4,of,6,mergedriver] hook: for python hooks, also return whether an exception was raised |
2015-10-14 |
Siddharth Agarwal |
marmoute |
Accepted |
[3,of,6,mergedriver] hook.runhooks: return a dict of result values |
2015-10-14 |
Siddharth Agarwal |
marmoute |
Accepted |
[2,of,6,mergedriver] hook: factor out determination of hooks from running them |
2015-10-14 |
Siddharth Agarwal |
marmoute |
Accepted |
[1,of,6,mergedriver] hook: raise a separate exception for when loading a hook fails |
2015-10-14 |
Siddharth Agarwal |
|
Accepted |
[5,of,5,mergedriver,V2] debugmergestate: add support for printing out driver-resolved files |
2015-10-13 |
Siddharth Agarwal |
|
Accepted |
[4,of,5,mergedriver,V2] debugmergestate: add support for printing out merge driver |
2015-10-13 |
Siddharth Agarwal |
|
Accepted |
[3,of,5,mergedriver,V2] merge.mergedriver: don't try resolving files marked driver-resolved |
2015-10-13 |
Siddharth Agarwal |
|
Accepted |
[2,of,5,mergedriver,V2] merge.mergestate: add support for persisting driver-resolved files |
2015-10-13 |
Siddharth Agarwal |
|
Accepted |
[1,of,5,mergedriver,V2] merge.mergestate: add support for persisting a custom merge driver |
2015-10-13 |
Siddharth Agarwal |
|
Accepted |
[5,of,5,mergedriver] debugmergestate: add support for printing out driver-resolved files |
2015-10-13 |
Siddharth Agarwal |
|
Superseded |
[4,of,5,mergedriver] debugmergestate: add support for printing out merge driver |
2015-10-13 |
Siddharth Agarwal |
|
Superseded |
[3,of,5,mergedriver] merge.mergedriver: don't try resolving files marked driver-resolved |
2015-10-13 |
Siddharth Agarwal |
|
Superseded |
[2,of,5,mergedriver] merge.mergestate: add support for persisting driver-resolved files |
2015-10-13 |
Siddharth Agarwal |
|
Superseded |
[1,of,5,mergedriver] merge.mergestate: add support for persisting a custom merge driver |
2015-10-13 |
Siddharth Agarwal |
|
Superseded |
[6,of,6,mergedriver] merge.mergestate: perform all premerges before any merges (BC) |
2015-10-12 |
Siddharth Agarwal |
|
Accepted |
[5,of,6,mergedriver] merge: introduce a preresolve function |
2015-10-12 |
Siddharth Agarwal |
|
Accepted |
[4,of,6,mergedriver] merge.mergestate._resolve: also return completed status |
2015-10-12 |
Siddharth Agarwal |
|
Accepted |
[3,of,6,mergedriver] merge.mergestate: add a wrapper around resolve |
2015-10-12 |
Siddharth Agarwal |
|
Accepted |
[2,of,6,mergedriver] simplemerge: move conflict warning message to filemerge |
2015-10-12 |
Siddharth Agarwal |
|
Accepted |
[1,of,6,mergedriver] filemerge: clean up some dead code |
2015-10-12 |
Siddharth Agarwal |
|
Accepted |
[7,of,7,V2,mergedriver] filemerge: break overall filemerge into separate premerge and merge steps |
2015-10-12 |
Siddharth Agarwal |
|
Accepted |
[6,of,7,V2,mergedriver] filemerge: only copy to backup during premerge step |
2015-10-12 |
Siddharth Agarwal |
|
Accepted |
[5,of,7,V2,mergedriver] filemerge: only print out "merging f" output at premerge step |
2015-10-12 |
Siddharth Agarwal |
|
Accepted |
[4,of,7,V2,mergedriver] filemerge: deindent the parts of filemerge outside the try block |
2015-10-12 |
Siddharth Agarwal |
|
Accepted |
[3,of,7,V2,mergedriver] filemerge: introduce a premerge flag and function |
2015-10-12 |
Siddharth Agarwal |
|
Accepted |
[2,of,7,V2,mergedriver] filemerge: also return whether the merge is complete |
2015-10-12 |
Siddharth Agarwal |
|
Accepted |
[1,of,7,V2,mergedriver] filemerge: add a wrapper around the filemerge function |
2015-10-12 |
Siddharth Agarwal |
|
Accepted |
[5,of,5,mergedriver] merge: perform all premerges before concluding any merges |
2015-10-09 |
Siddharth Agarwal |
|
Changes Requested |
[4,of,5,mergedriver] commands.resolve: conclude merges after starting them |
2015-10-09 |
Siddharth Agarwal |
|
Changes Requested |
[3,of,5,mergedriver] merge.applyupdates: conclude merges after starting them |
2015-10-09 |
Siddharth Agarwal |
|
Changes Requested |
[2,of,5,mergedriver] merge.mergestate: introduce a way to conclude all paused merges |
2015-10-09 |
Siddharth Agarwal |
|
Changes Requested |
[1,of,5,mergedriver] simplemerge: move conflict warning message to filemerge |
2015-10-09 |
Siddharth Agarwal |
|
Superseded |
[6,of,6] merge.mergestate: use mergectx wrapper |
2015-10-09 |
Siddharth Agarwal |
|
Accepted |
[5,of,6] filemerge: add a cleaner API around filemerge |
2015-10-09 |
Siddharth Agarwal |
|
Accepted |
[4,of,6] filemerge.filemerge: exit early if premerge is successful |
2015-10-09 |
Siddharth Agarwal |
|
Accepted |
[3,of,6] filemerge: deindent the parts of filemerge outside the try block |
2015-10-09 |
Siddharth Agarwal |
|
Superseded |
[2,of,6] filemerge: turn filemerge into a generator |
2015-10-09 |
Siddharth Agarwal |
|
Accepted |
[1,of,6] filemerge: clean up temp files in a finally block |
2015-10-09 |
Siddharth Agarwal |
|
Accepted |
[4,of,4,marmoute-reviewed] filemerge: move post-merge checks into a separate function |
2015-10-09 |
Siddharth Agarwal |
|
Accepted |
[3,of,4,marmoute-reviewed] filemerge._xmerge: drop no longer necessary 'if r:' check |
2015-10-09 |
Siddharth Agarwal |
|
Accepted |
[2,of,4,marmoute-reviewed] filemerge._idump: drop no longer necessary 'if r:' check |
2015-10-09 |
Siddharth Agarwal |
|
Accepted |
[1,of,4,marmoute-reviewed] filemerge._merge: drop no longer necessary 'if r:' check |
2015-10-09 |
Siddharth Agarwal |
|
Accepted |
[6,of,6,mergedriver] filemerge: call premerge directly from main merge function |
2015-10-08 |
Siddharth Agarwal |
|
Accepted |
[5,of,6,mergedriver] filemerge: move precheck to before files are written out |
2015-10-08 |
Siddharth Agarwal |
|
Accepted |
[4,of,6,mergedriver] filemerge: move 'merging' output to before file creation |
2015-10-08 |
Siddharth Agarwal |
|
Accepted |
[3,of,6,mergedriver] filemerge.filemerge: make a tuple containing merge paths on disk |
2015-10-08 |
Siddharth Agarwal |
|
Accepted |
[2,of,6,mergedriver] filemerge: switch trymerge boolean to mergetype enum |
2015-10-08 |
Siddharth Agarwal |
|
Accepted |
[1,of,6,mergedriver] filemerge: add some merge types |
2015-10-08 |
Siddharth Agarwal |
|
Accepted |
[9,of,9,mergedriver] filemerge: run symlink check for :merge3 |
2015-10-07 |
Siddharth Agarwal |
|
Accepted |
[8,of,9,mergedriver] filemerge: print correct name of tool for symlink checks |
2015-10-07 |
Siddharth Agarwal |
|
Accepted |
[7,of,9,mergedriver] filemerge: normalize 'internal:foo' names to ':foo' |
2015-10-07 |
Siddharth Agarwal |
|
Accepted |
[6,of,9,mergedriver] filemerge: use symlinkcheck for :merge and :union |
2015-10-07 |
Siddharth Agarwal |
|
Accepted |
[5,of,9,mergedriver] filemerge: add a precheck for symlinks |
2015-10-07 |
Siddharth Agarwal |
|
Accepted |
[4,of,9,mergedriver] filemerge: call precheck if available |
2015-10-07 |
Siddharth Agarwal |
|
Accepted |
[3,of,9,mergedriver] filemerge: add a before-merge callback to internal merge tools |
2015-10-07 |
Siddharth Agarwal |
|
Accepted |
[2,of,9,mergedriver] filemerge: turn filemerge.filemerge into a class |
2015-10-07 |
Siddharth Agarwal |
|
Deferred |
[1,of,9,mergedriver] filemerge: indent filemerge.filemerge |
2015-10-07 |
Siddharth Agarwal |
|
Accepted |
[5,of,5] commands: add a new debug command to print merge state |
2015-10-06 |
Siddharth Agarwal |
|
Accepted |
[4,of,5] merge.mergestate: factor out code to validate v1/v2 records |
2015-10-06 |
Siddharth Agarwal |
|
Accepted |
[3,of,5] localrepo: prevent wlock from being inherited when a transaction is running |
2015-10-06 |
Siddharth Agarwal |
|
Accepted |
[2,of,5] lock: add a way to prevent locks from being inherited |
2015-10-06 |
Siddharth Agarwal |
|
Accepted |
[1,of,5] test-fncache: use args/kwargs for lock wrapper |
2015-10-06 |
Siddharth Agarwal |
|
Accepted |
[4,of,4,marmoute-reviewed] scmutil: add a way for a repo's wlock to be inherited by a subprocess |
2015-10-05 |
Siddharth Agarwal |
|
Accepted |
[3,of,4,marmoute-reviewed] scmutil: add a way for a subprocess to be run with an inheritable lock |
2015-10-05 |
Siddharth Agarwal |
|
Accepted |
[2,of,4,marmoute-reviewed] localrepo: add a way to get the current wlock if it's held |
2015-10-05 |
Siddharth Agarwal |
|
Accepted |
[1,of,4,marmoute-reviewed] localrepo: add a way to get the current lock if it's held |
2015-10-05 |
Siddharth Agarwal |
|
Accepted |
[4,of,4,marmoute-reviewed] localrepo: allow wlock to be inherited |
2015-10-05 |
Siddharth Agarwal |
|
Accepted |
[3,of,4,marmoute-reviewed] lock.release: don't call postrelease functions for inherited locks |
2015-10-05 |
Siddharth Agarwal |
|
Accepted |
[2,of,4,marmoute-reviewed] lock: turn prepinherit/reacquire into a single context manager |
2015-10-05 |
Siddharth Agarwal |
|
Accepted |
[1,of,4,marmoute-reviewed] localrepo: add a note about parentenvvar |
2015-10-05 |
Siddharth Agarwal |
|
Accepted |
[2,of,2] localrepo: allow creating inherited locks |
2015-10-02 |
Siddharth Agarwal |
|
Accepted |
[1,of,2] error: make lock inheritance contract violations a subclass of RuntimeError |
2015-10-02 |
Siddharth Agarwal |
|
Accepted |
[7,of,7] lock: recognize parent locks while acquiring |
2015-09-25 |
Siddharth Agarwal |
|
Accepted |
[6,of,7] test-lock.py: fix testing for forks |
2015-09-25 |
Siddharth Agarwal |
|
Accepted |
[5,of,7] test-lock.py: allow PID to be changed in test state |
2015-09-25 |
Siddharth Agarwal |
|
Accepted |
[4,of,7] test-lock.py: add a lock wrapper that allows faking the PID |
2015-09-25 |
Siddharth Agarwal |
|
Accepted |
[3,of,7] lock: add a wrapper to os.getpid() to make testing easier |
2015-09-25 |
Siddharth Agarwal |
|
Accepted |
[2,of,7] test-lock.py: move temp dir generation to testcase |
2015-09-25 |
Siddharth Agarwal |
|
Accepted |
[1,of,7] test-lock.py: copy-edit assertions about file existing |
2015-09-25 |
Siddharth Agarwal |
|
Accepted |
[5,of,5] lock.release: do not unlink inherited locks |
2015-09-24 |
Siddharth Agarwal |
|
Accepted |
[4,of,5] lock: add a method to reacquire the lock after subprocesses exit |
2015-09-24 |
Siddharth Agarwal |
|
Accepted |
[3,of,5] lock: add a method to prepare the lock for inheritance |
2015-09-24 |
Siddharth Agarwal |
|
Accepted |
[2,of,5] lock: introduce state to keep track of inheritance |
2015-09-24 |
Siddharth Agarwal |
|
Accepted |
[1,of,5] error: add an exception to indicate lock inheritance API contract violations |
2015-09-24 |
Siddharth Agarwal |
|
Accepted |
[4,of,4] ui: avoid mutable default arguments |
2015-09-23 |
Siddharth Agarwal |
|
Superseded |
[3,of,4] util: avoid mutable default arguments |
2015-09-23 |
Siddharth Agarwal |
|
Accepted |
[2,of,4] lock: move acquirefn call to inside the lock |
2015-09-23 |
Siddharth Agarwal |
|
Accepted |
[1,of,4] localrepo: call lock.lock with releasefn as a keyword arg |
2015-09-23 |
Siddharth Agarwal |
|
Accepted |
[4,of,4] merge: move merge step to the end |
2015-09-22 |
Siddharth Agarwal |
|
Accepted |
[3,of,4] lock: factor out lock testing into a separate function |
2015-09-22 |
Siddharth Agarwal |
|
Accepted |
[2,of,4] lock: factor code to read lock into a separate function |
2015-09-22 |
Siddharth Agarwal |
|
Accepted |
[1,of,4] tests: add unit tests for locking code |
2015-09-22 |
Siddharth Agarwal |
|
Accepted |
[2,of,2] scmutil.readonlyvfs: implement join |
2015-09-03 |
Siddharth Agarwal |
|
Accepted |
[1,of,2] localrepo: move dirstate validate function to class scope |
2015-09-03 |
Siddharth Agarwal |
|
Accepted |
[evolve-ext,V2] directaccess: don't try to partialmatch things that aren't hashes |
2015-08-13 |
Siddharth Agarwal |
|
Accepted |
[evolve-ext] directaccess: don't try to partialmatch '.' |
2015-08-12 |
Siddharth Agarwal |
|
Changes Requested |
test-bookmarks.t: avoid nested repo |
2015-08-03 |
Siddharth Agarwal |
|
Accepted |
[5,of,5] statichttprepo: kill off sopener |
2015-06-26 |
Siddharth Agarwal |
|
Accepted |
[4,of,5] obsolete: replace references to 'sopener' with 'svfs' |
2015-06-26 |
Siddharth Agarwal |
|
Accepted |
[3,of,5] exchange: replace references to 'sopener' with 'svfs' |
2015-06-26 |
Siddharth Agarwal |
|
Accepted |
[2,of,5] localrepo: kill off sopener |
2015-06-26 |
Siddharth Agarwal |
|
Accepted |
[1,of,5] share: replace reference to 'sopener' with 'svfs' |
2015-06-26 |
Siddharth Agarwal |
|
Accepted |
[4,of,4] dirstate: use a presized dict for the dirstate |
2015-06-16 |
Siddharth Agarwal |
|
Accepted |
[3,of,4] parsers: add an API to create a new presized dict |
2015-06-16 |
Siddharth Agarwal |
|
Accepted |
[2,of,4] parsers: factor out code to create a presized dict |
2015-06-16 |
Siddharth Agarwal |
|
Accepted |
[1,of,4] parsers: drop Python 2.4 compat in make_file_foldmap |
2015-06-16 |
Siddharth Agarwal |
|
Accepted |
[STABLE] util.checkcase: don't abort on broken symlinks |
2015-05-03 |
Siddharth Agarwal |
|
Accepted |
ui: disable revsetaliases in plain mode |
2015-04-30 |
Siddharth Agarwal |
|
Accepted |
parsers: when available, use a presized dictionary for the file foldmap |
2015-04-15 |
Siddharth Agarwal |
|
Accepted |
dirs._addpath: reinstate use of Py_CLEAR |
2015-04-08 |
Siddharth Agarwal |
|
Accepted |
dirs._addpath: don't mutate Python strings after exposing them (issue4589) |
2015-04-06 |
Siddharth Agarwal |
|
Accepted |
[6,of,6,foldmap-in-C] dirstate: use parsers.make_file_foldmap when available |
2015-04-03 |
Siddharth Agarwal |
|
Accepted |
[5,of,6,foldmap-in-C] parsers: add a C function to create a file foldmap |
2015-04-03 |
Siddharth Agarwal |
|
Accepted |
[4,of,6,foldmap-in-C] util.h: define an enum for normcase specs |
2015-04-03 |
Siddharth Agarwal |
|
Accepted |
[3,of,6,foldmap-in-C] perf: make measuring foldmap perf work again |
2015-04-03 |
Siddharth Agarwal |
|
Accepted |
[2,of,6,foldmap-in-C] parsers._asciitransform: also accept a fallback function |
2015-04-03 |
Siddharth Agarwal |
|
Accepted |
[1,of,6,foldmap-in-C] util: add normcase spec and fallback |
2015-04-03 |
Siddharth Agarwal |
|
Accepted |
[6,of,6,foldmap-in-C,V2] windows: define normcase spec and fallback |
2015-04-02 |
Siddharth Agarwal |
|
Accepted |
[5,of,6,foldmap-in-C,V2] encoding.upper: factor out fallback code |
2015-04-02 |
Siddharth Agarwal |
|
Accepted |
[4,of,6,foldmap-in-C,V2] cygwin: define normcase spec and fallback |
2015-04-02 |
Siddharth Agarwal |
|
Accepted |
[3,of,6,foldmap-in-C,V2] darwin: define normcase spec and fallback |
2015-04-02 |
Siddharth Agarwal |
|
Accepted |
[2,of,6,foldmap-in-C,V2] posix: define normcase spec and fallback |
2015-04-02 |
Siddharth Agarwal |
|
Accepted |
[1,of,6,foldmap-in-C,V2] encoding: define an enum that specifies what normcase does to ASCII strings |
2015-04-02 |
Siddharth Agarwal |
|
Accepted |
[6,of,6,foldmap-in-C] windows: define normcase ASCII spec and fallback |
2015-04-02 |
Siddharth Agarwal |
|
Rejected |
[5,of,6,foldmap-in-C] encoding.upper: factor out fallback code |
2015-04-02 |
Siddharth Agarwal |
|
Superseded |
[4,of,6,foldmap-in-C] cygwin: define normcase ASCII spec and fallback |
2015-04-02 |
Siddharth Agarwal |
|
Rejected |
[3,of,6,foldmap-in-C] darwin: define normcase ASCII spec and fallback |
2015-04-02 |
Siddharth Agarwal |
|
Rejected |
[2,of,6,foldmap-in-C] posix: define normcase ASCII spec and fallback |
2015-04-02 |
Siddharth Agarwal |
|
Rejected |
[1,of,6,foldmap-in-C] encoding: define an enum that specifies what normcase does to ASCII strings |
2015-04-02 |
Siddharth Agarwal |
|
Superseded |
[5,of,5,foldmap-in-C,V2] encoding: use parsers.asciiupper when available |
2015-04-01 |
Siddharth Agarwal |
|
Accepted |
[4,of,5,foldmap-in-C,V2] parsers: introduce an asciiupper function |
2015-04-01 |
Siddharth Agarwal |
|
Accepted |
[3,of,5,foldmap-in-C,V2] parsers: make _asciilower a generic _asciitransform function |
2015-04-01 |
Siddharth Agarwal |
|
Accepted |
[2,of,5,foldmap-in-C,V2] parsers._asciilower: use an explicit return object |
2015-04-01 |
Siddharth Agarwal |
|
Accepted |
[1,of,5,foldmap-in-C,V2] parsers: factor out most of asciilower into an internal function |
2015-04-01 |
Siddharth Agarwal |
|
Accepted |
[4,of,4,foldmap-in-C] encoding: use parsers.asciiupper when available |
2015-04-01 |
Siddharth Agarwal |
|
Superseded |
[3,of,4,foldmap-in-C] parsers: introduce an asciiupper function |
2015-04-01 |
Siddharth Agarwal |
|
Superseded |
[2,of,4,foldmap-in-C] parsers: make _asciilower a generic _asciitransform function |
2015-04-01 |
Siddharth Agarwal |
|
Superseded |
[1,of,4,foldmap-in-C] parsers: factor out most of asciilower into an internal function |
2015-04-01 |
Siddharth Agarwal |
|
Superseded |
[3,of,3] dirstate._normalize: don't construct dirfoldmap if not necessary |
2015-04-01 |
Siddharth Agarwal |
|
Accepted |
[2,of,3] dirstate.walk: don't keep track of normalized files in parallel |
2015-04-01 |
Siddharth Agarwal |
|
Accepted |
[1,of,3] dirstate.walk: factor out directory traversal |
2015-04-01 |
Siddharth Agarwal |
|
Accepted |
dirstate: fix order of initializing nf vs f |
2015-03-31 |
Siddharth Agarwal |
|
Accepted |
[4,of,4] dirstate.walk: use the file foldmap to normalize |
2015-03-31 |
Siddharth Agarwal |
|
Accepted |
[3,of,4] dirstate: split the foldmap into separate ones for files and directories |
2015-03-31 |
Siddharth Agarwal |
|
Accepted |
[2,of,4] dirstate: introduce function to normalize just filenames |
2015-03-31 |
Siddharth Agarwal |
|
Accepted |
[1,of,4] dirstate: factor out code to discover normalized path |
2015-03-31 |
Siddharth Agarwal |
|
Accepted |
[3,of,3,V2] dirstate._walkexplicit: don't bother normalizing '.' |
2015-03-30 |
Siddharth Agarwal |
|
Accepted |
[2,of,3,V2] dirstate._walkexplicit: drop normpath calls |
2015-03-30 |
Siddharth Agarwal |
|
Accepted |
[1,of,3,V2] dirstate._walkexplicit: indicate root as '.', not '' |
2015-03-30 |
Siddharth Agarwal |
|
Accepted |
dirstate._walkexplicit: don't bother normalizing '' |
2015-03-30 |
Siddharth Agarwal |
|
Rejected |
run-tests.py: force test-import-modules.t to run in the beginning |
2015-03-27 |
Siddharth Agarwal |
|
Rejected |
dirs.addpath: rework algorithm to search forward |
2015-03-27 |
Siddharth Agarwal |
|
Accepted |
[2,of,2,V2] osutil: use getdirentriesattr on OS X if possible |
2015-03-26 |
Siddharth Agarwal |
|
Accepted |
[1,of,2,V2] osutil._listdir: rename to _listdir_stat |
2015-03-26 |
Siddharth Agarwal |
|
Accepted |
[2,of,2] osutil: use getdirentriesattr on OS X if possible |
2015-03-26 |
Siddharth Agarwal |
|
Superseded |
[1,of,2] osutil._listdir: rename to _listdir_stat |
2015-03-26 |
Siddharth Agarwal |
|
Superseded |
osutil: mark end of string with null char, not 0 |
2015-03-25 |
Siddharth Agarwal |
|
Accepted |
[V2] test-fileset.t: remove 'bar ' and 'baz\' from tested filenames |
2015-03-24 |
Siddharth Agarwal |
|
Accepted |
[3,of,3,relative-diff] patch.diff: restrict matcher to relative root in certain cases |
2015-03-24 |
Siddharth Agarwal |
|
Accepted |
[2,of,3,relative-diff] commands.diff: add support for diffs relative to a subdirectory |
2015-03-24 |
Siddharth Agarwal |
|
Accepted |
[1,of,3,relative-diff] cmdutil.diffordiffstat: add support for diffs relative to a subdirectory |
2015-03-24 |
Siddharth Agarwal |
|
Accepted |
[2,of,2,V2,relative-diff] patch.diff: add support for diffs relative to a subdirectory |
2015-03-23 |
Siddharth Agarwal |
|
Accepted |
[1,of,2,V2,relative-diff] patch.trydiff: add support for stripping a relative root |
2015-03-23 |
Siddharth Agarwal |
|
Accepted |
test-fileset.t: remove 'bar ' and 'baz\' from tested filenames |
2015-03-23 |
Siddharth Agarwal |
|
Superseded |
[RFC] fileset: add a fileset for portable filenames |
2015-03-20 |
Siddharth Agarwal |
|
Accepted |
[on-crew] patch._applydiff: resolve prefix with respect to the cwd |
2015-03-19 |
Siddharth Agarwal |
|
Accepted |
[on-crew] patch._applydiff: normalize prefix . to empty string |
2015-03-19 |
Siddharth Agarwal |
|
Accepted |
patch.pathtransform: prepend prefix even if strip is 0 |
2015-03-19 |
Siddharth Agarwal |
|
Accepted |
[5,of,5,relative-diff] patch.diff: add support for diffs relative to a subdirectory |
2015-03-17 |
Siddharth Agarwal |
|
Superseded |
[4,of,5,relative-diff] patch.trydiff: add support for stripping a relative root |
2015-03-17 |
Siddharth Agarwal |
|
Superseded |
[3,of,5,relative-diff] patch.trydiff: add a docstring |
2015-03-17 |
Siddharth Agarwal |
|
Accepted |
[2,of,5,relative-diff] keyword: monkeypatch patch.diff more generically |
2015-03-17 |
Siddharth Agarwal |
|
Accepted |
[1,of,5,relative-diff] keyword: rename kw_diff to kwdiff in keeping with Mercurial style rules |
2015-03-17 |
Siddharth Agarwal |
|
Accepted |
[relative-import] patch.internalpatch: add a default value for prefix |
2015-03-11 |
Siddharth Agarwal |
|
Accepted |
[3,of,3,relative-import] cmdutil.tryimportone: allow importing relative patches with --bypass |
2015-03-10 |
Siddharth Agarwal |
|
Accepted |
[2,of,3,relative-import] cmdutil.tryimportone: allow importing relative patches into the working dir |
2015-03-10 |
Siddharth Agarwal |
|
Accepted |
[1,of,3,relative-import] commands.import: accept a prefix option |
2015-03-10 |
Siddharth Agarwal |
|
Accepted |
[2,of,2] patch.internalpatch: accept a prefix parameter |
2015-03-09 |
Siddharth Agarwal |
marmoute |
Accepted |
[1,of,2] patch.patchbackend: accept a prefix parameter |
2015-03-09 |
Siddharth Agarwal |
marmoute |
Accepted |
[6,of,6] patch.applydiff: accept a prefix parameter |
2015-03-07 |
Siddharth Agarwal |
|
Accepted |
[5,of,6] patch._applydiff: accept a prefix parameter |
2015-03-07 |
Siddharth Agarwal |
|
Accepted |
[4,of,6] patch.makepatchmeta: accept a prefix parameter |
2015-03-07 |
Siddharth Agarwal |
|
Accepted |
[3,of,6] patch.pathtransform: add a prefix parameter |
2015-03-07 |
Siddharth Agarwal |
|
Accepted |
[2,of,6] patch.pathtransform: add doctests |
2015-03-07 |
Siddharth Agarwal |
|
Accepted |
[1,of,6] patch: rename pathstrip to pathtransform |
2015-03-07 |
Siddharth Agarwal |
|
Accepted |
error.LookupError: rename 'message' property to something else |
2015-02-19 |
Siddharth Agarwal |
|
Accepted |
[stable] extensions: don't quit loading extensions in the middle if traceback is on |
2015-01-24 |
Siddharth Agarwal |
|
Accepted |
[4,of,4] tests/autodiff.py: explicitly only honor feature diffopts |
2014-12-29 |
Siddharth Agarwal |
|
Accepted |
[3,of,4] cmdutil.changeset_printer: explicitly honor all diffopts |
2014-12-29 |
Siddharth Agarwal |
|
Accepted |
[2,of,4] export: explicitly honor all diffopts |
2014-12-29 |
Siddharth Agarwal |
|
Accepted |
[1,of,4] webcommands.annotate: explicitly only honor whitespace diffopts |
2014-12-29 |
Siddharth Agarwal |
|
Accepted |
[2,of,2,V2] ignore: resolve ignore files relative to repo root (issue4473) (BC) |
2014-12-18 |
Siddharth Agarwal |
|
Accepted |
[1,of,2,V2] test-hgignore: add testing for ui.ignore |
2014-12-18 |
Siddharth Agarwal |
|
Accepted |
[2,of,2] ignore: resolve ignore files relative to config file (issue4473) (BC) |
2014-12-18 |
Siddharth Agarwal |
|
Superseded |
[1,of,2] test-hgignore: add testing for ui.ignore |
2014-12-18 |
Siddharth Agarwal |
|
Superseded |
[3,of,3,RFC,V2] setup: use changes since latest tag instead of just distance |
2014-12-13 |
Siddharth Agarwal |
mpm |
Accepted |
[2,of,3,RFC,V2] setup: use changessincelatesttag from archive if present |
2014-12-13 |
Siddharth Agarwal |
mpm |
Accepted |
[1,of,3,RFC,V2] archive: store number of changes since latest tag as well |
2014-12-13 |
Siddharth Agarwal |
mpm |
Accepted |
[3,of,3,RFC] setup: use changes since latest tag instead of just distance |
2014-12-12 |
Siddharth Agarwal |
|
Superseded |
[2,of,3,RFC] setup: use changessincelatesttag from archive if present |
2014-12-12 |
Siddharth Agarwal |
|
Superseded |
[1,of,3,RFC] archive: store number of changes since latest tag as well |
2014-12-12 |
Siddharth Agarwal |
|
Superseded |
[2,of,2] localrepo.clone: add a way to override server preferuncompressed |
2014-12-12 |
Siddharth Agarwal |
|
Accepted |
[1,of,2] hg.clone: set 'stream' depending on whether --pull was requested or not |
2014-12-12 |
Siddharth Agarwal |
|
Accepted |
[7,of,7] diff: explicitly honor all diffopts |
2014-12-02 |
Siddharth Agarwal |
|
Accepted |
[6,of,7] annotate: explicitly only honor whitespace diffopts |
2014-12-02 |
Siddharth Agarwal |
|
Accepted |
[5,of,7] notify: explicitly honor all diffopts |
2014-12-02 |
Siddharth Agarwal |
|
Accepted |
[4,of,7] jsonchangeset: don't honor whitespace and format-changing diffopts |
2014-12-02 |
Siddharth Agarwal |
|
Accepted |
[3,of,7] transplant: don't honor whitespace and format-changing diffopts |
2014-12-02 |
Siddharth Agarwal |
|
Accepted |
[2,of,7] hgk: don't honor whitespace and format-changing diffopts |
2014-12-02 |
Siddharth Agarwal |
|
Accepted |
[1,of,7] patchbomb: don't honor whitespace and format-changing diffopts |
2014-12-02 |
Siddharth Agarwal |
|
Accepted |
[7,of,7] record: don't honor format-changing diffopts (issue4459) |
2014-11-26 |
Siddharth Agarwal |
|
Accepted |
[6,of,7] patch.difffeatureopts: add a feature for format-changing diffopts |
2014-11-26 |
Siddharth Agarwal |
|
Accepted |
[5,of,7] patch.difffeatureopts: add a feature for whitespace diffopts |
2014-11-26 |
Siddharth Agarwal |
|
Accepted |
[4,of,7] patch.difffeatureopts: add a feature for diff.git |
2014-11-26 |
Siddharth Agarwal |
|
Accepted |
[3,of,7] patch: rename diffopts to diffallopts |
2014-11-26 |
Siddharth Agarwal |
|
Accepted |
[2,of,7] patch: add a new function to initialize diffopts by feature |
2014-11-26 |
Siddharth Agarwal |
|
Accepted |
[1,of,7] patch.diffopts: use a dict for initialization |
2014-11-26 |
Siddharth Agarwal |
|
Accepted |
[7,of,7] record: don't honor format-changing diffopts (issue4459) |
2014-11-22 |
Siddharth Agarwal |
|
Superseded |
[6,of,7] patch.difffeatureopts: add a feature for format-changing diffopts |
2014-11-22 |
Siddharth Agarwal |
|
Superseded |
[5,of,7] patch.difffeatureopts: add a feature for whitespace diffopts |
2014-11-22 |
Siddharth Agarwal |
|
Superseded |
[4,of,7] patch.difffeatureopts: add a feature for diff.git |
2014-11-22 |
Siddharth Agarwal |
|
Superseded |
[3,of,7] patch: rename diffopts to diffallopts |
2014-11-22 |
Siddharth Agarwal |
|
Superseded |
[2,of,7] patch: add a new function to initialize diffopts by feature |
2014-11-22 |
Siddharth Agarwal |
|
Superseded |
[1,of,7] patch.diffopts: use a dict for initialization |
2014-11-22 |
Siddharth Agarwal |
|
Superseded |
[16,of,16] setdiscovery: avoid a full changelog graph traversal |
2014-11-16 |
Siddharth Agarwal |
|
Accepted |
[15,of,16] ancestor: add a way to remove ancestors of bases from a given set |
2014-11-16 |
Siddharth Agarwal |
|
Accepted |
[14,of,16] ancestor: add a way to add to bases of a missing ancestor object |
2014-11-16 |
Siddharth Agarwal |
|
Accepted |
[13,of,16] ancestor: add a way to test whether a missing ancestor object has bases |
2014-11-16 |
Siddharth Agarwal |
|
Accepted |
[12,of,16] ancestor: remove now-unused missingancestors function |
2014-11-16 |
Siddharth Agarwal |
|
Accepted |
[11,of,16] revlog: switch findmissing* methods to incrementalmissingrevs |
2014-11-16 |
Siddharth Agarwal |
|
Accepted |
[10,of,16] revlog: add a method to get missing revs incrementally |
2014-11-16 |
Siddharth Agarwal |
|
Accepted |
[09,of,16] test-ancestor: add support for multiple tests against one incremental object |
2014-11-16 |
Siddharth Agarwal |
|
Accepted |
[08,of,16] test-ancestor: move naive missing ancestor algorithm into a class |
2014-11-16 |
Siddharth Agarwal |
|
Accepted |
[07,of,16] ancestor.missingancestors: turn into a state-keeping class |
2014-11-16 |
Siddharth Agarwal |
|
Accepted |
[06,of,16] ancestor.missingancestors: calculate start point after filtering revsvisit |
2014-11-16 |
Siddharth Agarwal |
|
Accepted |
[05,of,16] ancestor.missingancestors: don't discard from basesvisit |
2014-11-16 |
Siddharth Agarwal |
|
Accepted |
[04,of,16] test-ancestor: use random testing for missing ancestors |
2014-11-16 |
Siddharth Agarwal |
|
Accepted |
[03,of,16] test-ancestor: define a main function |
2014-11-16 |
Siddharth Agarwal |
|
Accepted |
[02,of,16] test-ancestor: test iteration for lazyancestors |
2014-11-16 |
Siddharth Agarwal |
|
Accepted |
[01,of,16] ancestor.lazyancestors: take parentrevs function rather than changelog |
2014-11-16 |
Siddharth Agarwal |
|
Accepted |
revset.only: use cl.findmissingrevs |
2014-11-15 |
Siddharth Agarwal |
|
Accepted |
revlog: cache chain info after calculating it for a rev (issue4452) |
2014-11-14 |
Siddharth Agarwal |
|
Accepted |
[8,of,8,V2] patch.trydiff: add support for noprefix |
2014-11-13 |
Siddharth Agarwal |
|
Accepted |
[7,of,8,V2] mdiff.unidiff: add support for noprefix |
2014-11-13 |
Siddharth Agarwal |
|
Accepted |
[6,of,8,V2] diff: add a --noprefix option |
2014-11-13 |
Siddharth Agarwal |
|
Accepted |
[5,of,8,V2] patch.diffopts: add support for noprefix |
2014-11-13 |
Siddharth Agarwal |
|
Accepted |
[4,of,8,V2] patch.diffopts: allow a setting to be forced in plain mode |
2014-11-13 |
Siddharth Agarwal |
|
Accepted |
[3,of,8,V2] patch.diffopts: break get function into if statements |
2014-11-13 |
Siddharth Agarwal |
|
Accepted |
[2,of,8,V2] mdiff.diffopts: add a new noprefix option |
2014-11-13 |
Siddharth Agarwal |
|
Accepted |
[1,of,8,V2] mdiff.diffopts: add doc comment for nobinary |
2014-11-13 |
Siddharth Agarwal |
|
Accepted |
[9,of,9] diff: add a --noprefix option |
2014-11-13 |
Siddharth Agarwal |
|
Superseded |
[8,of,9] patch.diffopts: add support for noprefix |
2014-11-13 |
Siddharth Agarwal |
|
Superseded |
[7,of,9] patch.trydiff: add support for noprefix |
2014-11-13 |
Siddharth Agarwal |
|
Superseded |
[6,of,9] patch.diffopts: allow a setting to be forced in plain mode |
2014-11-13 |
Siddharth Agarwal |
|
Superseded |
[5,of,9] patch.diffopts: break get function into if statements |
2014-11-13 |
Siddharth Agarwal |
|
Superseded |
[4,of,9] patch.diffopts: add support for disabling config in plain mode |
2014-11-13 |
Siddharth Agarwal |
|
Accepted |
[3,of,9] mdiff.unidiff: add support for the noprefix option |
2014-11-13 |
Siddharth Agarwal |
|
Accepted |
[2,of,9] mdiff.diffopts: add a new noprefix option |
2014-11-13 |
Siddharth Agarwal |
|
Superseded |
[1,of,9] mdiff.diffopts: add doc comment for nobinary |
2014-11-13 |
Siddharth Agarwal |
|
Superseded |
[5,of,5,RFC] revlog: increase I/O bound to 4x the amount of data consumed |
2014-11-12 |
Siddharth Agarwal |
|
Accepted |
[4,of,5,RFC] revlog: bound based on the length of the compressed deltas |
2014-11-12 |
Siddharth Agarwal |
|
Accepted |
[3,of,5,RFC] revlog: compute length of compressed deltas along with chain length |
2014-11-12 |
Siddharth Agarwal |
|
Accepted |
[2,of,5,RFC] revlog: store fulltext when compressed delta is bigger than it |
2014-11-12 |
Siddharth Agarwal |
|
Accepted |
[1,of,5,RFC] revlog: make a predicate clearer with parens |
2014-11-12 |
Siddharth Agarwal |
|
Accepted |
changegroup.cg2packer: lookup 'group' via inheritance chain |
2014-11-08 |
Siddharth Agarwal |
|
Accepted |
util.fspath: use a dict rather than a linear scan for lookups |
2014-10-27 |
Siddharth Agarwal |
|
Accepted |
[V2] lock: while releasing, unlink lockfile even if the release function throws |
2014-10-17 |
Siddharth Agarwal |
|
Accepted |
lock: while releasing, unlink lockfile even if the release function throws |
2014-10-17 |
Siddharth Agarwal |
|
Superseded |
[5,of,5,V2] dirstate: cache util.normcase while constructing the foldmap |
2014-10-04 |
Siddharth Agarwal |
|
Accepted |
[4,of,5,V2] normcase: for darwin, use fast ASCII lower |
2014-10-04 |
Siddharth Agarwal |
|
Accepted |
[3,of,5,V2] perf: add a way to measure the perf of constructing the foldmap |
2014-10-04 |
Siddharth Agarwal |
|
Accepted |
[2,of,5,V2] encoding.lower: use fast ASCII lower |
2014-10-04 |
Siddharth Agarwal |
|
Accepted |
[1,of,5,V2] parsers: add a function to efficiently lowercase ASCII strings |
2014-10-04 |
Siddharth Agarwal |
|
Accepted |
[5,of,5] dirstate: cache util.normcase while constructing the foldmap |
2014-10-04 |
Siddharth Agarwal |
|
Superseded |
[4,of,5] normcase: for darwin, use fast ASCII lower |
2014-10-04 |
Siddharth Agarwal |
|
Superseded |
[3,of,5] perf: add a way to measure the perf of constructing the foldmap |
2014-10-04 |
Siddharth Agarwal |
|
Superseded |
[2,of,5] encoding.lower: use fast ASCII lower |
2014-10-04 |
Siddharth Agarwal |
|
Superseded |
[1,of,5] parsers: add a function to efficiently lowercase ASCII strings |
2014-10-04 |
Siddharth Agarwal |
|
Superseded |
[4,of,4] files: cache repo.dirstate |
2014-09-30 |
Siddharth Agarwal |
|
Accepted |
[3,of,4] files: only check for removed, not unknown or missing |
2014-09-30 |
Siddharth Agarwal |
|
Accepted |
[2,of,4] files: use ctx.matches instead of ctx.walk |
2014-09-30 |
Siddharth Agarwal |
|
Accepted |
[1,of,4] files: actually filter out removed files |
2014-09-30 |
Siddharth Agarwal |
|
Accepted |
test-convert-git.t: make copy detection deterministic |
2014-09-24 |
Siddharth Agarwal |
|
Accepted |
[2,of,2] convert: change default for git rename detection to 50% |
2014-09-23 |
Siddharth Agarwal |
|
Accepted |
[1,of,2] convert: simplify git.similarity parsing |
2014-09-23 |
Siddharth Agarwal |
|
Accepted |
evolve: wrap setparents calls in begin/endparentchange |
2014-09-17 |
Siddharth Agarwal |
|
Accepted |
dirstate: copyedit exception for no beginparentchange call |
2014-09-17 |
Siddharth Agarwal |
|
Accepted |
[6,of,6] convert: add support to find git copies from all files in the working copy |
2014-09-12 |
Siddharth Agarwal |
|
Superseded |
[5,of,6] convert: add support to detect git renames and copies |
2014-09-12 |
Siddharth Agarwal |
|
Accepted |
[4,of,6] convert: for git, factor out code to add entries to a separate function |
2014-09-12 |
Siddharth Agarwal |
|
Accepted |
[3,of,6] convert: for git's getchanges, always split entry line into components |
2014-09-12 |
Siddharth Agarwal |
|
Accepted |
[2,of,6] convert: for git's getchanges, use explicit index for iteration |
2014-09-12 |
Siddharth Agarwal |
|
Accepted |
[1,of,6] convert: add initial docs for git sources |
2014-09-12 |
Siddharth Agarwal |
|
Accepted |
histedit: abort gracefully on --continue/--abort with no state |
2014-09-04 |
Siddharth Agarwal |
|
Accepted |
[3,of,3,RFC] fedora: add dependency on re2 |
2014-09-02 |
Siddharth Agarwal |
|
Changes Requested |
[2,of,3,RFC] setup: build re2 extension if required headers are present |
2014-09-02 |
Siddharth Agarwal |
|
Changes Requested |
[1,of,3,RFC] mercurial: add python re2 bindings |
2014-09-02 |
Siddharth Agarwal |
|
Changes Requested |
fedora: remove sample.hgrc from shipped files |
2014-09-02 |
Siddharth Agarwal |
|
Accepted |
[V2] memctx: allow extensions to determine what filectxfn should do |
2014-08-30 |
Siddharth Agarwal |
|
Accepted |
memctx: add a version field for filectxfn |
2014-08-30 |
Siddharth Agarwal |
|
Accepted |
[2,of,2,V2] clone: for local clones, copy over filtered branchcaches as well (issue4286) |
2014-08-21 |
Siddharth Agarwal |
|
Accepted |
[1,of,2,V2] clone: for local clones, copy branchcache from the right location (issue4286) |
2014-08-21 |
Siddharth Agarwal |
|
Accepted |
[2,of,2] clone: for local clones, copy over filtered branchcaches as well (issue4286) |
2014-08-21 |
Siddharth Agarwal |
|
Superseded |
[1,of,2] clone: for local clones, copy the branchcache from the right location (issue4286) |
2014-08-21 |
Siddharth Agarwal |
|
Accepted |
purge: avoid full walks when directories aren't purged |
2014-08-20 |
Siddharth Agarwal |
|
Accepted |
[2,of,2] alias: expand "$@" as list of parameters quoted individually (BC) (issue4200) |
2014-08-14 |
Siddharth Agarwal |
|
Accepted |
[1,of,2] test-alias: add some tests to ensure we aren't double-substituting |
2014-08-14 |
Siddharth Agarwal |
|
Accepted |
[6,of,6,stable] test-largefiles: add test for hg log --follow --patch with path |
2014-08-13 |
Siddharth Agarwal |
|
Accepted |
[5,of,6,stable] largefiles: don't override matchandpats for always matchers (issue4334) |
2014-08-13 |
Siddharth Agarwal |
|
Accepted |
[4,of,6,stable] largefiles: in overridelog, use non-lf matcher for patch generation (issue4334) |
2014-08-13 |
Siddharth Agarwal |
|
Accepted |
[3,of,6,stable] largefiles: drop setting lfstatus in overridelog (issue4334) |
2014-08-13 |
Siddharth Agarwal |
|
Accepted |
[2,of,6,stable] cmdutil: add a hook for making custom non-follow log file matchers |
2014-08-13 |
Siddharth Agarwal |
|
Accepted |
[1,of,6,stable] cmdutil: rename _makelogfilematcher to _makefollowlogfilematcher |
2014-08-13 |
Siddharth Agarwal |
|
Accepted |
[3,of,3] locate: use ctx.matches instead of ctx.walk |
2014-08-02 |
Siddharth Agarwal |
|
Accepted |
[2,of,3] context: add a method to efficiently filter by match if possible |
2014-08-02 |
Siddharth Agarwal |
|
Accepted |
[1,of,3] dirstate: add a method to efficiently filter by match |
2014-08-02 |
Siddharth Agarwal |
|
Accepted |
[2,of,2] graft: make --force apply across continues (issue3220) |
2014-08-02 |
Siddharth Agarwal |
|
Accepted |
[1,of,2] graft: allow regrafting ancestors with --force (issue3220) |
2014-08-02 |
Siddharth Agarwal |
|
Accepted |
[stable] context: call normal on the right object |
2014-08-02 |
Siddharth Agarwal |
|
Accepted |
[V2] context: extend efficient manifest filtering to when all paths are files |
2014-07-16 |
Siddharth Agarwal |
|
Accepted |
context: extend efficient manifest filtering to when all paths are files |
2014-07-16 |
Siddharth Agarwal |
|
Superseded |
[9,of,9] match: use util.re.escape instead of re.escape |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[8,of,9] util.re: add an escape method |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[7,of,9] util.re: move check for re2 into a separate method |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[6,of,9] util: remove no longer used compilere |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[5,of,9] commands: use util.re.compile instead of util.compilere |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[4,of,9] config: use util.re.compile instead of util.compilere |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[3,of,9] match: use util.re.compile instead of util.compilere |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[2,of,9] util: move compilere to a class |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[1,of,9] util: rename 're' to 'remod' |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
parsers: remove unused getintat function |
2014-07-14 |
Siddharth Agarwal |
|
Accepted |
log: allow revset for --follow to be lazily evaluated |
2014-07-13 |
Siddharth Agarwal |
|
Accepted |
[3,of,3] context: generate filtered manifest efficiently for exact matchers |
2014-07-13 |
Siddharth Agarwal |
|
Accepted |
[2,of,3] manifestdict: add a new method to intersect with a set of files |
2014-07-13 |
Siddharth Agarwal |
|
Accepted |
[1,of,3] log: use an exact matcher for --patch --follow |
2014-07-13 |
Siddharth Agarwal |
|
Accepted |
log: make --patch --follow work inside a subdirectory |
2014-07-12 |
Siddharth Agarwal |
|
Accepted |
[2,of,2,V2] revset: remove no longer used _missingancestors revset |
2014-07-12 |
Siddharth Agarwal |
|
Accepted |
[1,of,2,V2] revset: replace _missingancestors optimization with only revset |
2014-07-12 |
Siddharth Agarwal |
|
Accepted |
[2,of,2] revset: remove no longer used _missingancestors revset |
2014-07-12 |
Siddharth Agarwal |
|
Superseded |
[1,of,2] revset: replace _missingancestors optimization with only revset |
2014-07-12 |
Siddharth Agarwal |
|
Superseded |
[stable] match: make glob '**/' match the empty string |
2014-06-25 |
Siddharth Agarwal |
|
Accepted |
[5,of,5,V2] dirstate.status: assign members one by one instead of unpacking the tuple |
2014-05-29 |
Siddharth Agarwal |
|
Accepted |
[4,of,5,V2] parsers: inline fields of dirstate values in C version |
2014-05-29 |
Siddharth Agarwal |
|
Accepted |
[3,of,5,V2] dirstate: add dirstatetuple to create dirstate values |
2014-05-29 |
Siddharth Agarwal |
|
Accepted |
[2,of,5,V2] parsers: remove no longer used dirstate_unset |
2014-05-29 |
Siddharth Agarwal |
|
Accepted |
[1,of,5,V2] pack_dirstate: in C version, for invalidation set dict to what we write to disk |
2014-05-29 |
Siddharth Agarwal |
|
Accepted |
[5,of,5] dirstate.status: assign members one by one instead of unpacking the tuple |
2014-05-28 |
Siddharth Agarwal |
|
Superseded |
[4,of,5] parsers: inline fields of dirstate values in C version |
2014-05-28 |
Siddharth Agarwal |
|
Superseded |
[3,of,5] dirstate: add dirstatetuple to create dirstate values |
2014-05-28 |
Siddharth Agarwal |
|
Superseded |
[2,of,5] parsers: remove no longer used dirstate_unset |
2014-05-28 |
Siddharth Agarwal |
|
Superseded |
[1,of,5] pack_dirstate: in C version, for invalidation set dict to what we write to disk |
2014-05-28 |
Siddharth Agarwal |
|
Superseded |
resolve: don't abort resolve -l even when no merge is in progress |
2014-05-23 |
Siddharth Agarwal |
|
Accepted |
[V2] update: when deactivating a bookmark, print a message |
2014-05-15 |
Siddharth Agarwal |
|
Accepted |
update: when deactivating a bookmark, print a message |
2014-05-14 |
Siddharth Agarwal |
|
Superseded |
[stable,resend] subrepo: factor out Git version check to add doctests |
2014-03-26 |
Siddharth Agarwal |
|
Accepted |
[stable] subrepo: factor out Git version check to add doctests |
2014-03-21 |
Siddharth Agarwal |
|
Superseded |
[3,of,3] subrepo: add trailing newlines to warnings |
2014-03-21 |
Siddharth Agarwal |
|
Accepted |
[2,of,3] subrepo: convert matched string to integer before comparing Git version |
2014-03-21 |
Siddharth Agarwal |
|
Accepted |
[1,of,3] subrepo: only retrieve the first two components of the Git version |
2014-03-21 |
Siddharth Agarwal |
|
Accepted |
[RFC] sshpeer: only print out 'running ssh' messages in debug mode (BC) |
2014-03-18 |
Siddharth Agarwal |
|
Accepted |
exchange: fix docs for pulloperation |
2014-02-28 |
Siddharth Agarwal |
|
Accepted |
run-tests.py: work when --with-hg is set to system hg |
2014-02-20 |
Siddharth Agarwal |
|
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 |
[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 |
[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 |
[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 |
test-command-template.t: fix failure due to trailing whitespace |
2013-11-21 |
Siddharth Agarwal |
|
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 |
[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 |
histedit: hold wlock and lock while in progress |
2013-11-17 |
Siddharth Agarwal |
|
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 |
[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 |
[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 |
merge: move forgets to the beginning of the action list |
2013-11-06 |
Siddharth Agarwal |
|
Superseded |
dirstate.status: return explicit unknown files even when not asked |
2013-10-14 |
Siddharth Agarwal |
|
Accepted |
[RFC] merge: exit early during a no-op update (BC) |
2013-10-03 |
Siddharth Agarwal |
|
Superseded |
[4,of,4] inotify: don't pass pidfile option to child |
2013-10-02 |
Siddharth Agarwal |
|
Accepted |
[3,of,4] cmdutil.service: move pidfile writing to the parent in daemon mode |
2013-10-02 |
Siddharth Agarwal |
|
Accepted |
[2,of,4] cmdutil.service: move pidfile writing to a local function |
2013-10-02 |
Siddharth Agarwal |
|
Accepted |
[1,of,4] inotify: add pidfile to parent options |
2013-10-02 |
Siddharth Agarwal |
|
Accepted |
util.h: backout 06badf7d10dc and 2c9645c0a582 for big-endian breakage |
2013-09-30 |
Siddharth Agarwal |
|
Accepted |
[9,of,9] largefiles: standardize error message for dirty working dir |
2013-09-24 |
Siddharth Agarwal |
|
Accepted |
[8,of,9] cmdutil.bailifchanged: standardize error message for dirty working dir |
2013-09-24 |
Siddharth Agarwal |
|
Accepted |
[7,of,9] merge: standardize error message for dirty subrepo |
2013-09-24 |
Siddharth Agarwal |
|
Superseded |
[6,of,9] merge: standardize error message for dirty working dir |
2013-09-24 |
Siddharth Agarwal |
|
Superseded |
[5,of,9] update: standardize error message for dirty update --check |
2013-09-24 |
Siddharth Agarwal |
|
Accepted |
[4,of,9] update: improve error message for dirty non-linear update with rev |
2013-09-24 |
Siddharth Agarwal |
|
Accepted |
[3,of,9] update: add error message for dirty non-linear update with no rev |
2013-09-24 |
Siddharth Agarwal |
|
Accepted |
[2,of,9] update: improve error message for clean non-linear update |
2013-09-24 |
Siddharth Agarwal |
|
Accepted |
[1,of,9] pull: for pull --update with failed update, print hint if any |
2013-09-24 |
Siddharth Agarwal |
|
Accepted |
[2,of,2,RFC] largefiles: remove bailifchanged check from overridepull (BC) |
2013-09-20 |
Siddharth Agarwal |
|
Accepted |
[1,of,2,RFC] rebase: remove bailifchanged check from pullrebase (BC) |
2013-09-20 |
Siddharth Agarwal |
|
Accepted |
largefiles: remove bailifchanged check from overridepull |
2013-09-20 |
Siddharth Agarwal |
|
Rejected |
util.h: fix gcc version checking |
2013-09-19 |
Siddharth Agarwal |
|
Accepted |
[V2] parse_manifest: rewrite to use memchr |
2013-09-10 |
Siddharth Agarwal |
|
Accepted |
parse_manifest: rewrite to use memchr |
2013-09-08 |
Siddharth Agarwal |
|
Superseded |
[6,of,6] parsers: use a lookup table to convert hex to binary |
2013-09-07 |
Siddharth Agarwal |
|
Accepted |
[5,of,6] revlog: remove _chunkbase since it is no longer used |
2013-09-07 |
Siddharth Agarwal |
|
Accepted |
[4,of,6] revlog: move chunk cache preload from revision to _chunks |
2013-09-07 |
Siddharth Agarwal |
|
Accepted |
[3,of,6] revlog._chunks: inline getchunk |
2013-09-07 |
Siddharth Agarwal |
|
Accepted |
[2,of,6] revlog.revision: fix cache preload for inline revlogs |
2013-09-07 |
Siddharth Agarwal |
|
Accepted |
[1,of,6] revlog: add a fast method for getting a list of chunks |
2013-09-07 |
Siddharth Agarwal |
|
Accepted |
[3,of,3] perfmanifest: allow and require passing in a rev |
2013-09-06 |
Siddharth Agarwal |
|
Accepted |
[2,of,3] perfmanifest: fix cache invalidation |
2013-09-06 |
Siddharth Agarwal |
|
Accepted |
[1,of,3] lrucachedict: implement clear() |
2013-09-06 |
Siddharth Agarwal |
|
Accepted |
addremove: don't do full walks |
2013-09-05 |
Siddharth Agarwal |
|
Accepted |
[3,of,3,V3] pack_dirstate: only invalidate mtime for files written in the last second |
2013-09-03 |
Siddharth Agarwal |
|
Accepted |
[2,of,3,V3] dirstate.status: don't ignore symlink placeholders in the normal set |
2013-09-03 |
Siddharth Agarwal |
|
Accepted |
[1,of,3,V3] localrepo.status: ignore empty symlink placeholders |
2013-09-03 |
Siddharth Agarwal |
|
Accepted |
[3,of,3,V2] pack_dirstate: only invalidate mtime for files written in the last second |
2013-08-31 |
Siddharth Agarwal |
|
Superseded |
[2,of,3,V2] dirstate.status: don't ignore symlink placeholders in the normal set |
2013-08-31 |
Siddharth Agarwal |
|
Superseded |
[1,of,3,V2] localrepo.status: ignore empty symlink placeholders |
2013-08-31 |
Siddharth Agarwal |
|
Superseded |
[3,of,3] pack_dirstate: only invalidate mtime for files written in the last second |
2013-08-31 |
Siddharth Agarwal |
|
Superseded |
[2,of,3] dirstate.status: don't ignore symlink placeholders in the normal set |
2013-08-31 |
Siddharth Agarwal |
|
Superseded |
[1,of,3] localrepo.status: ignore empty symlink placeholders |
2013-08-31 |
Siddharth Agarwal |
|
Superseded |
[3,of,3,stable,V3] ancestor.deepest: ignore ninteresting while building result (issue3984) |
2013-07-25 |
Siddharth Agarwal |
|
Superseded |
[2,of,3,stable,V3] ancestor.deepest: decrement ninteresting correctly (issue3984) |
2013-07-25 |
Siddharth Agarwal |
|
Superseded |
[1,of,3,stable,V3] ancestor.deepest: sort revs in C version |
2013-07-25 |
Siddharth Agarwal |
|
Superseded |
[3,of,3,stable,V2] ancestor.deepest: ignore ninteresting while building result (issue3984) |
2013-07-25 |
Siddharth Agarwal |
|
Superseded |
[2,of,3,stable,V2] ancestor.deepest: decrement ninteresting correctly (issue3984) |
2013-07-25 |
Siddharth Agarwal |
|
Superseded |
[1,of,3,stable,V2] ancestor.deepest: sort revs in C version |
2013-07-25 |
Siddharth Agarwal |
|
Superseded |
[2,of,2] doc: bump copyright year |
2013-07-18 |
Siddharth Agarwal |
|
Superseded |
[1,of,2] version: bump copyright year |
2013-07-18 |
Siddharth Agarwal |
|
Accepted |
summary: use missing ancestors algorithm to find new commits |
2013-07-15 |
Siddharth Agarwal |
|
Accepted |
[1,of,1,stable] update: remove .hg/graftstate on clean (issue3970) |
2013-06-29 |
Siddharth Agarwal |
|
Accepted |
[3,of,3] test-pathencode: randomize length of each path component |
2013-06-20 |
Siddharth Agarwal |
mpm |
Accepted |
[2,of,3] test-pathencode: reduce makepart length requirement by 1 |
2013-06-20 |
Siddharth Agarwal |
mpm |
Accepted |
[1,of,3] pathencode: fix hashmangle short dir limit (issue3958) |
2013-06-20 |
Siddharth Agarwal |
mpm |
Accepted |
[3,of,3] test-pathencode: randomize length of each path component |
2013-06-20 |
Siddharth Agarwal |
|
Superseded |
[2,of,3] test-pathencode: reduce makepart length requirement by 1 |
2013-06-20 |
Siddharth Agarwal |
|
Superseded |
[1,of,3] pathencode: fix hashmangle short dir limit (issue3958) |
2013-06-20 |
Siddharth Agarwal |
|
Superseded |
[2,of,2,V4] dirstate.status: avoid full walks when possible |
2013-05-14 |
Siddharth Agarwal |
|
Accepted |
[1,of,2,V4] dirstate.walk: add a flag to let extensions avoid full walks |
2013-05-14 |
Siddharth Agarwal |
|
Accepted |
[2,of,2,V3] dirstate.status: avoid full walks when possible |
2013-05-13 |
Siddharth Agarwal |
|
Superseded |
[1,of,2,V3] dirstate: add an extension hook to avoid full walks |
2013-05-13 |
Siddharth Agarwal |
|
Superseded |
[2,of,2,V2] dirstate.status: limit list to interesting files when possible |
2013-05-13 |
Siddharth Agarwal |
|
Superseded |
[1,of,2,V2] dirstate: add an extension hook for interesting files |
2013-05-13 |
Siddharth Agarwal |
|
Superseded |
[2,of,2] dirstate.status: list interesting files whenever possible |
2013-05-10 |
Siddharth Agarwal |
|
Superseded |
[1,of,2] dirstate: add an extension hook for interesting files |
2013-05-10 |
Siddharth Agarwal |
|
Superseded |
[2,of,2,V3] patch: use scmutil.marktouched instead of scmutil.addremove |
2013-05-08 |
Siddharth Agarwal |
|
Accepted |
[1,of,2,V3] scmutil: add a function to mark that files have been operated on |
2013-05-08 |
Siddharth Agarwal |
|
Accepted |
[2,of,2,V2] patch: use scmutil.marktouched instead of scmutil.addremove |
2013-05-08 |
Siddharth Agarwal |
|
Superseded |
[1,of,2,V2] scmutil: add a function to mark that files have been operated on |
2013-05-08 |
Siddharth Agarwal |
|
Superseded |
manifestmerge: local unknown, remote created: don't traverse symlinks |
2013-05-08 |
Siddharth Agarwal |
|
Superseded |
[6,of,6] dirstate._walkexplicit: inline dirsnotfound.append |
2013-05-07 |
Siddharth Agarwal |
|
Accepted |
[5,of,6] dirstate._walkexplicit: rename work to dirsfound |
2013-05-07 |
Siddharth Agarwal |
|
Accepted |
[4,of,6] dirstate.walk: refactor explicit walk into separate function |
2013-05-07 |
Siddharth Agarwal |
|
Accepted |
[3,of,6] dirstate.walk: pull skipstep3 out of the explicit walk code |
2013-05-07 |
Siddharth Agarwal |
|
Accepted |
[2,of,6] dirstate.walk: move dirignore filter out of explicit walk code |
2013-05-07 |
Siddharth Agarwal |
|
Accepted |
[1,of,6] dirstate.walk: maintain a list of dirs not found |
2013-05-07 |
Siddharth Agarwal |
|
Accepted |
[6,of,6] patch: use scmutil.touch instead of scmutil.addremove |
2013-05-07 |
Siddharth Agarwal |
durin42 |
Changes Requested |
[5,of,6] scmutil: add a function to mark that files have been operated on |
2013-05-07 |
Siddharth Agarwal |
durin42 |
Superseded |
[4,of,6] scmutil.addremove: factor out code to mark added/removed/renames |
2013-05-07 |
Siddharth Agarwal |
durin42 |
Accepted |
[3,of,6] scmutil.addremove: factor out code to find renames |
2013-05-07 |
Siddharth Agarwal |
durin42 |
Accepted |
[2,of,6] scmutil.addremove: rename local 'copies' to 'renames' |
2013-05-07 |
Siddharth Agarwal |
durin42 |
Accepted |
[1,of,6] scmutil.addremove: factor out dirstate walk into another function |
2013-05-07 |
Siddharth Agarwal |
durin42 |
Accepted |
match: add comments to explain explicitdir and traversedir |
2013-05-03 |
Siddharth Agarwal |
|
Accepted |
run-tests: when running in parallel, delete tmpdirs immediately |
2013-05-03 |
Siddharth Agarwal |
|
Accepted |
[8,of,8] match: make explicitdir and traversedir None by default |
2013-05-03 |
Siddharth Agarwal |
|
Accepted |
[7,of,8] dirstate.walk: cache match.explicitdir and traversedir locally |
2013-05-03 |
Siddharth Agarwal |
|
Accepted |
[6,of,8] match: drop dir callback |
2013-05-03 |
Siddharth Agarwal |
|
Accepted |
[5,of,8] inotify: call match.explicitdir |
2013-05-03 |
Siddharth Agarwal |
|
Accepted |
[4,of,8] purge: hook into match.explicitdir and traversedir |
2013-05-03 |
Siddharth Agarwal |
|
Accepted |
[3,of,8] localrepo.commit: hook into match.explicitdir |
2013-05-03 |
Siddharth Agarwal |
|
Accepted |
[2,of,8] dirstate.walk: call match.explicitdir or traversedir as appropriate |
2013-05-03 |
Siddharth Agarwal |
|
Accepted |
[1,of,8] match: introduce explicitdir and traversedir |
2013-05-03 |
Siddharth Agarwal |
|
Accepted |
[stable] test-nested-repo.t: touch another file inside nested repo |
2013-04-28 |
Siddharth Agarwal |
|
Accepted |
[stable] test-mq-strip.t: add a test for strip --keep with clean working dir |
2013-04-27 |
Siddharth Agarwal |
|
Accepted |
[stable] color: add a test with extension loaded and ui.formatted=False |
2013-04-20 |
Siddharth Agarwal |
|
Accepted |
[2,of,2,stable] color: set _colormode to None when mode is unset (issue3895) |
2013-04-19 |
Siddharth Agarwal |
|
Accepted |
[1,of,2,stable] color: turn colorui functions into forwards when color is None |
2013-04-19 |
Siddharth Agarwal |
|
Accepted |
rebase: check no-op before checking phase (issue3891) |
2013-04-18 |
Siddharth Agarwal |
|
Accepted |
[RFC] dispatch: print 'abort:' when a pre-command hook fails |
2013-04-16 |
Siddharth Agarwal |
|
Accepted |