[3,of,8] namespaces: add convenience method called multify |
2014-12-15 |
Sean Farley |
|
Accepted |
[2,of,8] namespaces: add a method to register new namespaces |
2014-12-15 |
Sean Farley |
|
Accepted |
[1,of,8] namespaces: introduce a generic way to map between names and nodes |
2014-12-15 |
Sean Farley |
|
Accepted |
[2,of,2] sortdict: add insert method |
2014-11-06 |
Sean Farley |
durin42 |
Accepted |
[1,of,2] sortdict: add iteritems method |
2014-11-06 |
Sean Farley |
durin42 |
Accepted |
[RFC] revset: use '%' as an operator for 'only' |
2014-11-06 |
Sean Farley |
|
Superseded |
revset: allow negative integers to list child revs |
2014-10-04 |
Sean Farley |
|
Changes Requested |
osutil: use getdirentriesattr for HFS+ (DO NOT COMMIT) |
2014-09-20 |
Sean Farley |
|
Deferred |
log: use correct phase info for parent field (issue4347) |
2014-08-23 |
Sean Farley |
|
Accepted |
[4,of,4] tests: add a new test for merging with memctx (RFC DO NOT COMMIT) |
2014-08-19 |
Sean Farley |
|
Changes Requested |
[3,of,4] merge: allow passing in a memctx with the rctx argument (RFC DO NOT COMMIT) |
2014-08-19 |
Sean Farley |
|
Changes Requested |
[2,of,4] merge: use file context objects instead of acting directly on localrepo |
2014-08-19 |
Sean Farley |
|
Changes Requested |
[1,of,4] basectx: cache filectx generation for all contexts |
2014-08-19 |
Sean Farley |
|
Changes Requested |
[12,of,12] templater: add a method to list labels in a namespace |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[11,of,12] templatekw: add a keyword to list all labels |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[10,of,12] template: rename label to color but leave alias for backwards compatibility |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[09,of,12] debuglabelcomplete: use labels instead of hardcoding tags and bookmarks |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[08,of,12] context: use labels instead of hardcoding tags and bookmarks |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[07,of,12] cmdutil: use repo.labels instead of accessing tags and bookmarks directly |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[06,of,12] localrepo: add a method to return labels associated with a node |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[05,of,12] localrepo: add a method to return all labels for all namespaces |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[04,of,12] localrepo: add a method to return labels in a namespace |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[03,of,12] localrepo: add a method to create an arbitrary label |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[02,of,12] localrepo: add a helper method for creating a label |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[01,of,12] localrepo: add an unused dictionary for arbitrary labels |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[8,of,8,RFC] tests: add a new test for merging with memctx |
2014-08-07 |
Sean Farley |
|
Accepted |
[7,of,8,RFC] merge: allow passing in a memctx with the rctx argument |
2014-08-07 |
Sean Farley |
|
Accepted |
[6,of,8,RFC] merge: use file context objects instead of acting directly on localrepo |
2014-08-07 |
Sean Farley |
|
Accepted |
[5,of,8,RFC] memctx: add note about p2 |
2014-08-07 |
Sean Farley |
|
Accepted |
[4,of,8,RFC] basectx: cache filectx generation for all contexts |
2014-08-07 |
Sean Farley |
|
Accepted |
[3,of,8,RFC] memfilectx: add remove and write methods |
2014-08-07 |
Sean Farley |
|
Accepted |
[2,of,8,RFC] workingfilectx: add remove and write methods |
2014-08-07 |
Sean Farley |
|
Accepted |
[1,of,8,RFC] memctx: create a filectxfn if it is not callable |
2014-08-07 |
Sean Farley |
|
Accepted |
[5,of,5,V2] context: remove makememctx since there are no more callers |
2014-08-06 |
Sean Farley |
|
Changes Requested |
[4,of,5,V2] cmdutil: call memctx directly instead of makememctx |
2014-08-06 |
Sean Farley |
|
Changes Requested |
[3,of,5,V2] memctx: create a filectxfn if it is not callable |
2014-08-06 |
Sean Farley |
|
Superseded |
[2,of,5,V2] patch: add __getitem__ method to filestore |
2014-08-06 |
Sean Farley |
|
Changes Requested |
[1,of,5,V2] context: move importing patch into the diff method |
2014-08-06 |
Sean Farley |
|
Changes Requested |
[6,of,6] context: remove makememctx since there are no more callers |
2014-08-06 |
Sean Farley |
|
Accepted |
[5,of,6] cmdutil: call memctx directly instead of makememctx |
2014-08-06 |
Sean Farley |
|
Accepted |
[4,of,6] memctx: create a filectxfn if it is not callable |
2014-08-06 |
Sean Farley |
|
Superseded |
[3,of,6] patch: add __getitem__ method to filestore |
2014-08-06 |
Sean Farley |
|
Accepted |
[2,of,6] basectx: add missing, merge, and branch args to dirty method |
2014-08-06 |
Sean Farley |
|
Accepted |
[1,of,6] basefilectx: move isexec and islink from memfilectx |
2014-08-06 |
Sean Farley |
|
Accepted |
[V2,STABLE] color: pass on key error for win32 (issue4298) |
2014-08-03 |
Sean Farley |
|
Accepted |
[STABLE] color: pass on key error for win32 |
2014-08-01 |
Sean Farley |
|
Accepted |
[STABLE] memctx: substate needs to be {} instead of None |
2014-07-25 |
Sean Farley |
|
Accepted |
committablectx: move __contains__ into workingctx |
2014-07-04 |
Sean Farley |
|
Accepted |
memctx: explicitly set substate to None |
2014-07-02 |
Sean Farley |
|
Accepted |
[3,of,5] memctx: add _manifest implementation that computes the filenode |
2014-06-13 |
Sean Farley |
|
Accepted |
[2,of,5] basectx: pass raw context objects to patch.diff |
2014-06-13 |
Sean Farley |
|
Accepted |
[1,of,5] patch: use ctx.node() instead of bare node variable |
2014-06-13 |
Sean Farley |
|
Accepted |
bash_completion: add -l|--list support for shelve |
2014-06-06 |
Sean Farley |
|
Accepted |
context: explicitly return a tuple |
2014-05-28 |
Sean Farley |
|
Accepted |
[12,of,12] localrepo: replace status method with a shim |
2014-05-19 |
Sean Farley |
|
Accepted |
[11,of,12] workingctx: have status method call super |
2014-05-19 |
Sean Farley |
|
Changes Requested |
[10,of,12] workingctx: remove old customized status method |
2014-05-19 |
Sean Farley |
|
Changes Requested |
[09,of,12] basectx: copy localrepo.status method |
2014-05-19 |
Sean Farley |
|
Accepted |
[08,of,12] committablectx: cache _status in _poststatus |
2014-05-19 |
Sean Farley |
|
Accepted |
[07,of,12] committablectx: simplify caching the status |
2014-05-19 |
Sean Farley |
|
Accepted |
[06,of,12] localrepo: remove cache code now handled by _prestatus |
2014-05-19 |
Sean Farley |
|
Accepted |
[05,of,12] workingctx: add note about super._prestatus calling manifest |
2014-05-19 |
Sean Farley |
|
Accepted |
[04,of,12] basectx: preserve loading the cached manifest in _prestatus |
2014-05-19 |
Sean Farley |
|
Accepted |
[03,of,12] localrepo: use new subrev method of context.py |
2014-05-19 |
Sean Farley |
|
Accepted |
[02,of,12] committablectx: add subrev method to return None |
2014-05-19 |
Sean Farley |
|
Accepted |
[01,of,12] basectx: add subrev method to return the rev of a subrepo given a subpath |
2014-05-19 |
Sean Farley |
|
Accepted |
[V2] localrepo: reverse contexts in status |
2014-05-16 |
Sean Farley |
|
Accepted |
[19,of,19] localrepo: use _matchstatus instead of duplicating logic |
2014-05-15 |
Sean Farley |
|
Changes Requested |
[18,of,19] workingctx: customize _matchstatus for parentworking case |
2014-05-15 |
Sean Farley |
|
Changes Requested |
[17,of,19] basectx: add _matchstatus method for factoring out last of parentworking logic |
2014-05-15 |
Sean Farley |
|
Accepted |
[16,of,19] workingctx: use inheritance for _generatestatus while keeping the fastpath |
2014-05-15 |
Sean Farley |
|
Changes Requested |
[15,of,19] localrepo: remove unneeded unpacking of r |
2014-05-15 |
Sean Farley |
|
Accepted |
[14,of,19] localrepo: call _poststatus hook instead of hardcoding symlink knowledge |
2014-05-15 |
Sean Farley |
|
Accepted |
[13,of,19] workingctx: add _poststatus method to call _filtersuspectsymlink |
2014-05-15 |
Sean Farley |
|
Accepted |
[12,of,19] context: add a no-op _poststatus method |
2014-05-15 |
Sean Farley |
|
Accepted |
[11,of,19] localrepo: call _prestatus hook instead of hardcoding dirstate knowledge |
2014-05-15 |
Sean Farley |
|
Accepted |
[10,of,19] workingctx: add _prestatus method to call _dirstatestatus |
2014-05-15 |
Sean Farley |
|
Accepted |
[09,of,19] context: add a no-op _prestatus method |
2014-05-15 |
Sean Farley |
|
Accepted |
[08,of,19] localrepo: use _generatestatus from context |
2014-05-15 |
Sean Farley |
|
Changes Requested |
[07,of,19] context: add _generatestatus method |
2014-05-15 |
Sean Farley |
|
Changes Requested |
[06,of,19] localrepo: remove workingctx logic already moved to context |
2014-05-15 |
Sean Farley |
|
Accepted |
[05,of,19] localrepo: carefully move the order of local variables |
2014-05-15 |
Sean Farley |
|
Changes Requested |
[04,of,19] localrepo: factor out _manifestmatch logic for workingctx |
2014-05-15 |
Sean Farley |
|
Accepted |
[03,of,19] localrepo: use _manifestmatches instead of duplicating logic |
2014-05-15 |
Sean Farley |
|
Accepted |
[02,of,19] basectx: add _manifestmatches method that is a duplicate of mfmatches |
2014-05-15 |
Sean Farley |
|
Accepted |
[01,of,19] localrepo: always set the variable r in status method |
2014-05-15 |
Sean Farley |
|
Accepted |
[8,of,8] localrepo: call _dirstatestatus instead of duplicating logic |
2014-05-06 |
Sean Farley |
|
Accepted |
[7,of,8] workingctx: call _dirstatestatus in status |
2014-05-06 |
Sean Farley |
|
Accepted |
[6,of,8] context: add private _dirstatestatus method |
2014-05-06 |
Sean Farley |
|
Accepted |
[5,of,8] committablectx: move status to workingctx |
2014-05-06 |
Sean Farley |
|
Accepted |
[4,of,8] localrepo: factor out parentworking logic for comparing files |
2014-05-06 |
Sean Farley |
|
Accepted |
[3,of,8] localrepo: improve dirstate.normal lookup by cacheing the function |
2014-05-06 |
Sean Farley |
|
Accepted |
[2,of,8] localrepo: move symlink logic to workingctx |
2014-05-06 |
Sean Farley |
|
Accepted |
[1,of,8] localrepo: reverse contexts in status |
2014-05-06 |
Sean Farley |
|
Superseded |
color: add effect to the template symbol table |
2014-04-14 |
Sean Farley |
|
Accepted |
[2,of,2,V4] color: fallback and test label as an effect |
2014-04-07 |
Sean Farley |
|
Accepted |
[1,of,2,V4] color: extract method for determining a valid effect |
2014-04-07 |
Sean Farley |
|
Accepted |
[4,of,4,V3] templater: add an alias called 'color' for 'label' |
2014-04-07 |
Sean Farley |
|
Superseded |
[3,of,4,V3] color: add an alias called 'color' for 'label' |
2014-04-07 |
Sean Farley |
|
Superseded |
[1,of,4,V3] color: extract method for determining a valid effect |
2014-04-07 |
Sean Farley |
|
Superseded |
[5,of,5,V2] templater: add an alias called 'color' for 'label' |
2014-04-07 |
Sean Farley |
|
Superseded |
[4,of,5,V2] color: add an alias called 'color' for 'label' |
2014-04-07 |
Sean Farley |
|
Superseded |
[2,of,5,V2] color: use valid_effect in configstyles |
2014-04-07 |
Sean Farley |
|
Superseded |
[1,of,5,V2] color: extract method for determining a valid effect |
2014-04-07 |
Sean Farley |
|
Superseded |
[5,of,5] templater: add an alias called 'color' for 'label' |
2014-04-07 |
Sean Farley |
|
Superseded |
[4,of,5] color: add an alias called 'color' for 'label' |
2014-04-07 |
Sean Farley |
|
Superseded |
[2,of,5] color: use valid_effect in configstyles |
2014-04-07 |
Sean Farley |
|
Superseded |
[1,of,5] color: extract method for determining a valid effect |
2014-04-07 |
Sean Farley |
|
Superseded |
[RFC] color: rename 'label' template function to 'color' |
2014-04-07 |
Sean Farley |
|
Changes Requested |
[3,of,3] tests: remove unused variables from test-pathencode.py caught by pyflakes |
2014-04-04 |
Sean Farley |
|
Accepted |
[2,of,3] shelve: remove unused variable caught by pyflakes |
2014-04-04 |
Sean Farley |
|
Accepted |
[1,of,3] changegroup: remove unused variable caught by pyflakes |
2014-04-04 |
Sean Farley |
|
Accepted |
[3,of,3,V4] repoview: use _gethiddenblockers in computehidden |
2014-04-04 |
Sean Farley |
|
Accepted |
[2,of,3,V4] repoview: add _gethiddenblockers method |
2014-04-04 |
Sean Farley |
|
Accepted |
[1,of,3,V4] repoview: improve performance for computehidden (issue4206) |
2014-04-04 |
Sean Farley |
|
Accepted |
[9,of,9,RFC] commands: test repo.marker for mercurial repo |
2014-03-30 |
Sean Farley |
|
Deferred |
[8,of,9,RFC] cmdutil: use repo.markers instead of accessing tags and bookmarks directly |
2014-03-30 |
Sean Farley |
|
Deferred |
[7,of,9,RFC] localrepo: generate a template keyword for new namespaces |
2014-03-30 |
Sean Farley |
|
Deferred |
[6,of,9,RFC] templatekw: add a function to help generate a keyword for a marker |
2014-03-30 |
Sean Farley |
|
Deferred |
[5,of,9,RFC] localrepo: add a method to return markers associated with a node |
2014-03-30 |
Sean Farley |
|
Deferred |
[4,of,9,RFC] localrepo: add a method to return markers in a namespace |
2014-03-30 |
Sean Farley |
|
Deferred |
[3,of,9,RFC] localrepo: add a method to create an arbitrary mark |
2014-03-30 |
Sean Farley |
|
Deferred |
[2,of,9,RFC] localrepo: add a helper method for creating a marker |
2014-03-30 |
Sean Farley |
|
Deferred |
[1,of,9,RFC] localrepo: add an unused dictionary for arbitrary markers |
2014-03-30 |
Sean Farley |
|
Deferred |
[9,of,9,V3] repoview: use _gethiddenblockers in computehidden |
2014-03-28 |
Sean Farley |
|
Superseded |
[8,of,9,V3] repoview: copy blocker code from computehidden |
2014-03-28 |
Sean Farley |
|
Superseded |
[7,of,9,V3] repoview: add _gethiddenblockers method |
2014-03-28 |
Sean Farley |
|
Superseded |
[6,of,9,V3] repoview: improve performance for computehidden |
2014-03-28 |
Sean Farley |
|
Superseded |
[5,of,9,V3] localrepo: add localtags method to mimic tags method |
2014-03-28 |
Sean Farley |
|
Superseded |
[4,of,9,V3] localrepo: use _findlocaltags in _findtags |
2014-03-28 |
Sean Farley |
|
Superseded |
[3,of,9,V3] localrepo: add _findlocaltags method |
2014-03-28 |
Sean Farley |
|
Superseded |
[2,of,9,V3] localrepo: use _encodetags in _findtags method |
2014-03-28 |
Sean Farley |
|
Superseded |
[1,of,9,V3] localrepo: add _encodetags method |
2014-03-28 |
Sean Farley |
|
Superseded |
[STABLE] tests: use TESTTMP instead of TESTDIR |
2014-03-28 |
Sean Farley |
|
Accepted |
[7,of,7,V2] repoview: use _gethiddenblockers in computehidden |
2014-03-28 |
Sean Farley |
|
Superseded |
[6,of,7,V2] repoview: copy blocker code from computehidden |
2014-03-28 |
Sean Farley |
|
Superseded |
[5,of,7,V2] repoview: add _gethiddenblockers method |
2014-03-28 |
Sean Farley |
|
Superseded |
[4,of,7,V2] repoview: improve performance for computehidden |
2014-03-28 |
Sean Farley |
|
Superseded |
[3,of,7,V2] localrepo: add localtags method to mimic tags method |
2014-03-28 |
Sean Farley |
|
Superseded |
[2,of,7,V2] localrepo: use _findlocaltags in _findtags |
2014-03-28 |
Sean Farley |
|
Superseded |
[1,of,7,V2] localrepo: add _findlocaltags method |
2014-03-28 |
Sean Farley |
|
Superseded |
[4,of,4] repoview: improve performance for computehidden |
2014-03-28 |
Sean Farley |
|
Superseded |
[3,of,4] localrepo: add localtags method to mimic tags method |
2014-03-28 |
Sean Farley |
|
Superseded |
[2,of,4] localrepo: use _findlocaltags in _findtags |
2014-03-28 |
Sean Farley |
|
Superseded |
[1,of,4] localrepo: add _findlocaltags method |
2014-03-28 |
Sean Farley |
|
Superseded |
[STABLE] templater: raise error for unknown func |
2014-03-27 |
Sean Farley |
|
Accepted |
[V4] repoview: add non-global tags to candidate list for blocking hidden changesets |
2014-03-19 |
Sean Farley |
|
Accepted |
[2,of,3,V4] mq: omit ".hgsubstate" from qnew/qrefresh target list for consistent node hash |
2014-03-19 |
Sean Farley |
|
Accepted |
[1,of,3,V4] qnew: omit meaningless and harmful putting subrepositories into target list |
2014-03-19 |
Sean Farley |
|
Not Applicable |
[V3] repoview: add non-global tags to candidate list for blocking hidden changesets |
2014-03-19 |
Sean Farley |
|
Superseded |
[V2] repoview: add non-global tags to candidate list for blocking hidden changesets |
2014-03-19 |
Sean Farley |
|
Superseded |
[RFC] repoview: add tags to candidate list for blocking hidden changesets |
2014-03-19 |
Sean Farley |
|
Superseded |
[STABLE] bookmarks: use try/except for accessing a node |
2014-03-19 |
Sean Farley |
|
Rejected |
[V3] templater: shorten pure integers |
2014-02-21 |
Sean Farley |
|
Accepted |
templater: shorten pure integers |
2014-02-21 |
Sean Farley |
|
Superseded |
templater: shorten pure integers |
2014-02-20 |
Sean Farley |
|
Superseded |
[8,of,8] convert: add tagmap option |
2014-02-04 |
Sean Farley |
|
Accepted |
[7,of,8] convert: add tagmap logic |
2014-02-04 |
Sean Farley |
|
Accepted |
[6,of,8] convert: avoid updating tags when there is nothing new |
2014-02-04 |
Sean Farley |
|
Accepted |
[5,of,8] convert: compare tags from all heads instead of just one |
2014-02-04 |
Sean Farley |
|
Accepted |
[4,of,8] convert: add closemap option |
2014-02-04 |
Sean Farley |
|
Accepted |
[3,of,8] convert: add parseclosemap method |
2014-02-04 |
Sean Farley |
|
Accepted |
[2,of,8] convert: add mapname parameter to checkrevformat |
2014-02-04 |
Sean Farley |
|
Accepted |
[1,of,8] convert: replace old sha1s in the description |
2014-02-04 |
Sean Farley |
|
Accepted |
[6,of,6,V4] commands: use bookmarks.validdest instead of duplicating logic |
2014-01-17 |
Sean Farley |
|
Accepted |
[5,of,6,V4] update: consider successor changesets when moving active bookmark |
2014-01-17 |
Sean Farley |
|
Accepted |
[4,of,6,V4] merge: consider successor changesets for a bare update |
2014-01-17 |
Sean Farley |
|
Accepted |
[3,of,6,V4] merge: refactor initialization of variables in update |
2014-01-17 |
Sean Farley |
|
Accepted |
[2,of,6,V4] merge: update comment for future devs |
2014-01-17 |
Sean Farley |
|
Accepted |
[1,of,6,V4] obsolete: clarify documentation for succcessorssets |
2014-01-17 |
Sean Farley |
|
Accepted |
[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 |
[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 |
[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 |
[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 |
[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 |
[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 |
[STABLE] bookmarks: consider successor changesets when moving bookmark (issue4015) |
2013-11-23 |
Sean Farley |
|
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 |
[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 |
[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 |
tests: remove python link during cleanup |
2013-11-16 |
Sean Farley |
|
Deferred |
[V2] shelve: only save mq state if enabled |
2013-10-09 |
Sean Farley |
|
Accepted |
shelve: only save mq state if enabled |
2013-10-05 |
Sean Farley |
|
Superseded |
[4,of,4] debugshell: check ui.debugger for which debugger to use |
2013-09-20 |
Sean Farley |
|
Accepted |
[3,of,4] debugshell: add function to embed ipython |
2013-09-20 |
Sean Farley |
|
Accepted |
[2,of,4] debugshell: abstract out pdb code.interact |
2013-09-20 |
Sean Farley |
|
Accepted |
[1,of,4] debugshell: add 'db' to cmdtable aliases |
2013-09-20 |
Sean Farley |
|
Deferred |
[2,of,2] context: move evolution functions from changectx to basectx |
2013-09-18 |
Sean Farley |
|
Accepted |
[1,of,2] context: use correct spelling of committable |
2013-09-18 |
Sean Farley |
|
Accepted |
[STABLE] strip: set current bookmark to None if stripped |
2013-09-17 |
Sean Farley |
|
Accepted |
[48,of,48,RFC] commitablefilectx: move children from workingfilectx |
2013-09-05 |
Sean Farley |
|
Accepted |
[47,of,48,RFC] commitablefilectx: move parents from workingfilectx |
2013-09-05 |
Sean Farley |
|
Accepted |
[46,of,48,RFC] commitablefilectx: move __nonzero__ from workingfilectx |
2013-09-05 |
Sean Farley |
|
Accepted |
[45,of,48,RFC] commitablefilectx: move __init__ from workingfilectx |
2013-09-05 |
Sean Farley |
|
Accepted |
[44,of,48,RFC] commitablefilectx: add a class that will be used for mutable file contexts |
2013-09-05 |
Sean Farley |
|
Accepted |
[43,of,48,RFC] commitablectx: move dirs from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[42,of,48,RFC] commitablectx: move markcommitted from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[41,of,48,RFC] commitablectx: move ancestors from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[40,of,48,RFC] commitablectx: move walk from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[39,of,48,RFC] commitablectx: move ancestor from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[38,of,48,RFC] commitablectx: move flags from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[37,of,48,RFC] commitablectx: move children from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[36,of,48,RFC] commitablectx: move hidden from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[35,of,48,RFC] commitablectx: move phase from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[34,of,48,RFC] commitablectx: move bookmarks from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[33,of,48,RFC] commitablectx: move tags from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[32,of,48,RFC] commitablectx: move extra from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[31,of,48,RFC] commitablectx: move closesbranch from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[30,of,48,RFC] commitablectx: move branch from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[29,of,48,RFC] commitablectx: move clean from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[28,of,48,RFC] commitablectx: move ignored from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[27,of,48,RFC] commitablectx: move unknown from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[26,of,48,RFC] commitablectx: move deleted from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[25,of,48,RFC] commitablectx: move removed from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[24,of,48,RFC] commitablectx: move added from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[23,of,48,RFC] commitablectx: move modified from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[22,of,48,RFC] commitablectx: move files from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[21,of,48,RFC] commitablectx: move description from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[20,of,48,RFC] commitablectx: move date from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[19,of,48,RFC] commitablectx: move _date from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[18,of,48,RFC] commitablectx: move user from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[17,of,48,RFC] commitablectx: move _user from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[16,of,48,RFC] commitablectx: move status from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[15,of,48,RFC] commitablectx: move _status from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[14,of,48,RFC] commitablectx: move _manifest from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[13,of,48,RFC] commitablectx: move _flagfunc from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[12,of,48,RFC] commitablectx: move _buildflagfunc from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[11,of,48,RFC] commitablectx: move __contains__ from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[10,of,48,RFC] commitablectx: move __nonzero__ from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[09,of,48,RFC] commitablectx: move __str__ from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[08,of,48,RFC] commitablectx: move __init__ from workingctx |
2013-09-05 |
Sean Farley |
|
Accepted |
[07,of,48,RFC] commitablectx: add a class that will be used as a parent of mutable contexts |
2013-09-05 |
Sean Farley |
|
Accepted |
[06,of,48,RFC] workingfilectx: remove unneeded __repr__ since it is now inherited |
2013-09-05 |
Sean Farley |
|
Accepted |
[05,of,48,RFC] workingfilectx: remove bogus comment |
2013-09-05 |
Sean Farley |
|
Accepted |
[04,of,48,RFC] workingfilectx: remove __str__ manifest since it is now inherited |
2013-09-05 |
Sean Farley |
|
Accepted |
[03,of,48,RFC] basefilectx: use basectx __str__ instead of duplicating logic |
2013-09-05 |
Sean Farley |
|
Accepted |
[02,of,48,RFC] workingctx: remove unneeded manifest since it is now inherited |
2013-09-05 |
Sean Farley |
|
Accepted |
[01,of,48,RFC] workingctx: remove unneeded __repr__ since it is now inherited |
2013-09-05 |
Sean Farley |
|
Accepted |
[2,of,2,RESEND] dispatch: add ability to specify a custom pdb module as a debugger |
2013-08-28 |
Sean Farley |
krbullock |
Accepted |
[1,of,2,RESEND] dispatch: move command line --config argument parsing to _runcatch() |
2013-08-28 |
Sean Farley |
krbullock |
Accepted |
[41,of,41] workingfilectx: inherit from basefilectx instead of filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[40,of,41] basefilectx: move copies from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[39,of,41] basefilectx: move ancestors from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[38,of,41] basefilectx: move ancestor from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[37,of,41] basefilectx: move annotate from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[36,of,41] basefilectx: move p2 from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[35,of,41] basefilectx: move p1 from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[34,of,41] basefilectx: move parents from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[33,of,41] basefilectx: move cmp from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[32,of,41] basefilectx: move isbinary from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[31,of,41] basefilectx: move path from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[30,of,41] basefilectx: move changectx from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[29,of,41] basefilectx: move manifest from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[28,of,41] basefilectx: move phasestr from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[27,of,41] basefilectx: move phase from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[26,of,41] basefilectx: move extra from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[25,of,41] basefilectx: move branch from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[24,of,41] basefilectx: move description from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[23,of,41] basefilectx: move files from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[22,of,41] basefilectx: move date from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[21,of,41] basefilectx: move user from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[20,of,41] basefilectx: move hex from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[19,of,41] basefilectx: move node from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[18,of,41] basefilectx: move linkrev from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[17,of,41] basefilectx: move rev from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[16,of,41] basefilectx: move filelog from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[15,of,41] basefilectx: move flags from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[14,of,41] basefilectx: move filenode from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[13,of,41] basefilectx: move filerev from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[12,of,41] basefilectx: move __ne__ from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[11,of,41] basefilectx: move __eq__ from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[10,of,41] basefilectx: move __hash__ from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[09,of,41] basefilectx: move __repr__ from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[08,of,41] basefilectx: move __str__ from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[07,of,41] basefilectx: move __nonzero__ from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[06,of,41] basefilectx: move _repopath from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[05,of,41] basefilectx: move _filerev from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[04,of,41] basefilectx: move _filenode from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[03,of,41] basefilectx: move _changeid from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[02,of,41] basefilectx: move _filelog from filectx |
2013-08-12 |
Sean Farley |
|
Accepted |
[01,of,41] basefilectx: add an empty class that will be used as a parent of file contexts |
2013-08-12 |
Sean Farley |
|
Accepted |
[35,of,35,V2] workingctx: inherit from context instead of changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[34,of,35,V2] largefiles: remove unnecessary check of instance |
2013-08-07 |
Sean Farley |
|
Accepted |
[33,of,35,V2] localrepo: remove unnecessary check of instance |
2013-08-07 |
Sean Farley |
|
Accepted |
[32,of,35,V2] context: remove unnecessary check of instance |
2013-08-07 |
Sean Farley |
|
Accepted |
[31,of,35,V2] context: move dirty from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[30,of,35,V2] context: move dirs from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[29,of,35,V2] context: move _dirs from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[28,of,35,V2] context: move diff from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[27,of,35,V2] context: move match from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[26,of,35,V2] context: move sub from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[25,of,35,V2] context: move flags from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[24,of,35,V2] context: move filenode from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[23,of,35,V2] context: move _fileinfo from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[22,of,35,V2] context: move p2 from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[21,of,35,V2] context: move p1 from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[20,of,35,V2] context: move parents from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[19,of,35,V2] context: move mutable from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[18,of,35,V2] context: move phasestr from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[17,of,35,V2] context: move manifest from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[16,of,35,V2] context: move __iter__ from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[15,of,35,V2] context: move __getitem__ from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[14,of,35,V2] context: move __contains__ from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[13,of,35,V2] context: move substate from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[12,of,35,V2] context: move __ne__ from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[11,of,35,V2] context: move __eq__ from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[10,of,35,V2] context: move __repr__ from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[09,of,35,V2] context: move __int__ from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[08,of,35,V2] context: change _node to node() in hex |
2013-08-07 |
Sean Farley |
|
Accepted |
[07,of,35,V2] context: move hex from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[06,of,35,V2] context: move node from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[05,of,35,V2] context: move rev from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[04,of,35,V2] context: move __str__ from changectx |
2013-08-07 |
Sean Farley |
|
Accepted |
[03,of,35,V2] changectx: if passing a context then exit __init__ immediately |
2013-08-07 |
Sean Farley |
|
Accepted |
[02,of,35,V2] context: return a copied context if changeid is already a context |
2013-08-07 |
Sean Farley |
|
Accepted |
[01,of,35,V2] context: add an empty class that will be used as a parent of all contexts |
2013-08-07 |
Sean Farley |
|
Accepted |
[36,of,36] changectx: if passing a context then exit __init__ immediately |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[35,of,36] workingctx: inherit from context instead of changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[34,of,36] largefiles: remove unnecessary check of instance |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[33,of,36] localrepo: remove unnecessary check of instance |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[32,of,36] context: remove unnecessary check of instance |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[31,of,36] context: move dirty from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[30,of,36] context: move dirs from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[29,of,36] context: move _dirs from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[28,of,36] context: move diff from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[27,of,36] context: move match from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[26,of,36] context: move sub from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[25,of,36] context: move flags from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[24,of,36] context: move filenode from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[23,of,36] context: move _fileinfo from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[22,of,36] context: move p2 from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[21,of,36] context: move p1 from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[20,of,36] context: move parents from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[19,of,36] context: move mutable from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[18,of,36] context: move phasestr from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[17,of,36] context: move manifest from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[16,of,36] context: move __iter__ from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[15,of,36] context: move __getitem__ from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[14,of,36] context: move __contains__ from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[13,of,36] context: move substate from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[12,of,36] context: move __ne__ from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[11,of,36] context: move __eq__ from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[10,of,36] context: use type(self).__name__ to instead of hardcoding class name |
2013-08-07 |
Sean Farley |
durin42 |
Changes Requested |
[09,of,36] context: move __repr__ from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[08,of,36] context: move __int__ from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[07,of,36] context: change _node to node() in hex |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[06,of,36] context: move hex from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[05,of,36] context: move node from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[04,of,36] context: move rev from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[03,of,36] context: move __str__ from changectx |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[02,of,36] context: return a copied context if changeid is already a context |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[01,of,36] context: add an empty class that will be used as a parent of all contexts |
2013-08-07 |
Sean Farley |
durin42 |
Superseded |
[2,of,2] dispatch: add ability to specify a custom pdb module as a debugger |
2013-08-07 |
Sean Farley |
|
Superseded |
[1,of,2] dispatch: move command line --config argument parsing to _runcatch() |
2013-08-07 |
Sean Farley |
|
Superseded |
[2,of,2] dispatch: add ability to specify a custom pdb module as a debugger |
2013-07-13 |
Sean Farley |
|
Superseded |
[14,of,14,RFC] memfilectx: inherit from workingfilectx |
2013-07-09 |
Sean Farley |
|
Changes Requested |
[13,of,14,RFC] memfilectx: add _filerev method |
2013-07-09 |
Sean Farley |
|
Changes Requested |
[12,of,14,RFC] memfilectx: change init to take a repo object |
2013-07-09 |
Sean Farley |
|
Changes Requested |
[11,of,14,RFC] memfilectx: add cmp method |
2013-07-09 |
Sean Farley |
|
Changes Requested |
[10,of,14,RFC] memfilectx: add a size method |
2013-07-09 |
Sean Farley |
|
Accepted |
[09,of,14,RFC] memfilectx: add __repr__ method |
2013-07-09 |
Sean Farley |
|
Changes Requested |
[08,of,14,RFC] memctx: inherit from workingctx |
2013-07-09 |
Sean Farley |
|
Changes Requested |
[07,of,14,RFC] memctx: add __repr__ method |
2013-07-09 |
Sean Farley |
|
Changes Requested |
[06,of,14,RFC] context: explicitly unpack variable in workingctx._manifest |
2013-07-09 |
Sean Farley |
|
Changes Requested |
[05,of,14,RFC] patch: simple wrapping of diff to take two contexts |
2013-07-09 |
Sean Farley |
|
Changes Requested |
[04,of,14,RFC] localrepo: use context.nodeorctx to reduce code |
2013-07-09 |
Sean Farley |
|
Changes Requested |
[03,of,14,RFC] changctx: use new nodeorctx method in diff |
2013-07-09 |
Sean Farley |
|
Changes Requested |
[02,of,14,RFC] context: add a method to convert node to ctx |
2013-07-09 |
Sean Farley |
|
Changes Requested |
[01,of,14,RFC] dispatch: add ability to specify ipdb as a debugger |
2013-07-09 |
Sean Farley |
|
Superseded |
[2,of,2] templater: add indentation arguments to the fill function |
2013-05-20 |
Sean Farley |
|
Accepted |
[1,of,2] templater: move templatefilters.func into the same place as the other funcs |
2013-05-20 |
Sean Farley |
|
Accepted |
[4,of,5,STABLE,V2] bookmarks: fix bug that activated a bookmark even with -r passed |
2013-05-01 |
Sean Farley |
|
Accepted |
[3,of,5,STABLE,V2] bookmarks: resolve divergent bookmark when moving across a branch |
2013-05-01 |
Sean Farley |
|
Accepted |
[2,of,5,STABLE,V2] bookmarks: resolve divergent bookmarks when moving active bookmark forward |
2013-05-01 |
Sean Farley |
|
Accepted |
[1,of,5,STABLE,V2] bookmarks: resolve divergent bookmarks when fowarding bookmark to descendant |
2013-05-01 |
Sean Farley |
|
Accepted |
[2,of,2,STABLE] bookmarks: resolve divergent bookmarks when moving active bookmark forward |
2013-04-29 |
Sean Farley |
|
Superseded |
[1,of,2,STABLE] bookmarks: resolve divergent bookmarks when fowarding bookmark to descendant |
2013-04-29 |
Sean Farley |
|
Superseded |
[1,of,3] template: call runtemplate on the src argument to sub |
2013-04-18 |
Sean Farley |
|
Accepted |
diff: fix binary file removals in git mode |
2013-03-22 |
Sean Farley |
|
Accepted |
patch: match 'diff --git a/' instead of 'diff --git' |
2013-03-22 |
Sean Farley |
|
Accepted |
[3,of,3] graphmod: don't try to visit nullrev (issue3772) |
2013-01-23 |
Sean Farley |
|
Superseded |
[2,of,3] log: remove any ancestors of nullrev (issue3772) |
2013-01-23 |
Sean Farley |
|
Accepted |
[1,of,3] help: add documentation for new template functions |
2013-01-23 |
Sean Farley |
|
Accepted |
[stable] graphmod: don't try to visit nullrev (issue3772) |
2013-01-22 |
Sean Farley |
|
Superseded |
help: add documentation for new template functions |
2013-01-22 |
Sean Farley |
|
Superseded |
graphlog: remove rev from parents (issue3772) |
2013-01-22 |
Sean Farley |
|
Changes Requested |
[2,of,2] templaterfilters: add 'newline' filter |
2013-01-09 |
Sean Farley |
|
Rejected |
[1,of,2] templaterfilters: add new 'notfirstline' filter |
2013-01-09 |
Sean Farley |
|
Rejected |
[2,of,2] color: add template label function |
2012-12-29 |
Sean Farley |
bos |
Accepted |
[1,of,2] templater: add no-op template function 'label' |
2012-12-29 |
Sean Farley |
bos |
Accepted |
[6,of,6,RFC] color: add special case handling for default template labels |
2012-12-24 |
Sean Farley |
|
Superseded |
[5,of,6,RFC] color: extract symbol from template label args |
2012-12-24 |
Sean Farley |
|
Superseded |
[4,of,6,RFC] color: add an array of default labels |
2012-12-24 |
Sean Farley |
|
Superseded |
[3,of,6,RFC] color: add template label function |
2012-12-24 |
Sean Farley |
|
Superseded |
[2,of,6,RFC] templater: wrap each parsed element with a label filter |
2012-12-24 |
Sean Farley |
|
Superseded |
[1,of,6,RFC] templater: add no-op template function 'label' |
2012-12-24 |
Sean Farley |
|
Superseded |
[10,of,10,RFC] templatekw: complicated logic to add labels to {files} |
2012-12-21 |
Sean Farley |
|
Superseded |
[09,of,10,RFC] templatekw: add labels to getfiles |
2012-12-21 |
Sean Farley |
|
Superseded |
[08,of,10,RFC] templatekw: add labelify to _showlist to mimic ''.join() |
2012-12-21 |
Sean Farley |
|
Superseded |
[07,of,10,RFC] templatekw: simple example of labelify for {user} |
2012-12-21 |
Sean Farley |
|
Superseded |
[06,of,10,RFC] templater: teach _flatten about labels |
2012-12-21 |
Sean Farley |
|
Superseded |
[05,of,10,RFC] templater: add local versions of labelify and delabelify |
2012-12-21 |
Sean Farley |
|
Superseded |
[04,of,10,RFC] templatefilter: make stringify remove label wrappers |
2012-12-21 |
Sean Farley |
|
Superseded |
[03,of,10,RFC] templatefilter: add labelify and delabelify functions |
2012-12-21 |
Sean Farley |
|
Superseded |
[02,of,10,RFC] templater: ensure callers that expect a string will always get a string |
2012-12-21 |
Sean Farley |
|
Superseded |
[01,of,10,RFC] command: set minchunk to zero to disable chunking on the command line |
2012-12-21 |
Sean Farley |
|
Superseded |
revert: don't backup if no files reverted in interactive mode (issue4793) |
2016-07-01 |
Sean Karlage |
|
Accepted |
test-parse-date: defines explicit start/end dates for DST |
2016-03-10 |
Sébastien Brissaud |
|
Accepted |
test-patchbomb: ensure hg email write to stdout |
2016-02-07 |
Sébastien Brissaud |
yuya |
Accepted |
test-parse-date: fix timezone name used to test local time with DST |
2016-02-07 |
Sébastien Brissaud |
yuya |
Changes Requested |
test-parse-date: fix timezone name used to test local time with DST |
2016-02-07 |
Sébastien Brissaud |
|
Superseded |
[V2] fancyopts: allow all callable as default parameter value |
2015-06-11 |
shiyao.ma |
|
Accepted |
fancyopts: allow all callable as default parameter value |
2015-06-11 |
shiyao.ma |
|
Superseded |
[3,of,3,evolve-ext,v2] prune: changing bookmark argument to be a list |
2015-12-11 |
Shubhanshu Agrawal |
|
Accepted |
[2,of,3,evolve-ext,v2] prune: remove a list of bookmarks |
2015-12-11 |
Shubhanshu Agrawal |
|
Accepted |
[1,of,3,evolve-ext,v2] prune: renaming local variables |
2015-12-11 |
Shubhanshu Agrawal |
|
Accepted |
[3,of,3,evolve-ext] evolve: changing bookmark argument to be a list |
2015-12-11 |
Shubhanshu Agrawal |
|
Changes Requested |
[2,of,3,evolve-ext] evolve: prune a list of bookmarks |
2015-12-11 |
Shubhanshu Agrawal |
|
Changes Requested |
[1,of,3,evolve-ext] evolve: renaming local variables |
2015-12-11 |
Shubhanshu Agrawal |
|
Accepted |
[2,of,2,V5] strip: changing bookmark argument to be a list |
2015-11-19 |
Shubhanshu Agrawal |
|
Accepted |
[1,of,2,V5] strip: strip a list of bookmarks |
2015-11-19 |
Shubhanshu Agrawal |
|
Accepted |
[1,of,2,V5] strip: strip a list of bookmarks |
2015-11-19 |
Shubhanshu Agrawal |
|
Superseded |
[1,of,2,V5] strip: strip a list of bookmarks |
2015-11-19 |
Shubhanshu Agrawal |
|
Superseded |
[3,of,3] strip: changing bookmark argument to be a list |
2015-11-18 |
Shubhanshu Agrawal |
|
Superseded |
[2,of,3] strip: strip a list of bookmarks |
2015-11-18 |
Shubhanshu Agrawal |
|
Superseded |
[1,of,3] strip: renaming local variables |
2015-11-18 |
Shubhanshu Agrawal |
|
Accepted |
[3,of,3,v4] strip: changing bookmark argument to be a list |
2015-11-16 |
Shubhanshu Agrawal |
marmoute |
Superseded |
[2,of,3,v4] strip: strip a list of bookmarks |
2015-11-16 |
Shubhanshu Agrawal |
marmoute |
Superseded |
[1,of,3,v4] strip: renaming local variables |
2015-11-16 |
Shubhanshu Agrawal |
|
Superseded |
[3,of,3] strip: changing bookmark argument to be a list |
2015-11-16 |
Shubhanshu Agrawal |
|
Superseded |
[2,of,3] strip: strip a list of bookmarks |
2015-11-16 |
Shubhanshu Agrawal |
|
Superseded |
[1,of,3] strip: renaming local variables |
2015-11-16 |
Shubhanshu Agrawal |
|
Superseded |
[3,of,3] strip: changing bookmark argument to be a list |
2015-11-15 |
Shubhanshu Agrawal |
|
Superseded |
[2,of,3] strip: strip a list of bookmarks |
2015-11-15 |
Shubhanshu Agrawal |
|
Superseded |
[1,of,3] strip: renaming local variables |
2015-11-15 |
Shubhanshu Agrawal |
|
Superseded |
consider WindowsError's behaviour to support python 2.4 on Windows |
2013-07-12 |
Shun-ichi Goto |
|
Accepted |
win32mbcs: wrap util.split() |
2013-07-05 |
Shun-ichi Goto |
|
Accepted |
[evolve-ext-V6] code hygiene |
2016-02-03 |
Shusen LIU |
|
Changes Requested |